Class GrantGrantor.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.GrantGrantor.Builder
-
- Enclosing class:
- GrantGrantor
public static class GrantGrantor.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GrantGrantor
build()
GrantGrantor.Builder
copy(GrantGrantor model)
GrantGrantor.Builder
display(String display)
Grantor display nameGrantGrantor.Builder
ref(String ref)
Grantor URIGrantGrantor.Builder
type(GrantGrantor.Type type)
Resource type of the grantor.GrantGrantor.Builder
value(String value)
Grantor user identifier
-
-
-
Method Detail
-
value
public GrantGrantor.Builder value(String value)
Grantor user identifier*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public GrantGrantor.Builder ref(String ref)
Grantor URI*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
- Parameters:
ref
- the value to set- Returns:
- this builder
-
type
public GrantGrantor.Builder type(GrantGrantor.Type type)
Resource type of the grantor.Allowed values are User and App.
*SCIM++ Properties:** - caseExact: true - idcsDefaultValue: User - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
- Parameters:
type
- the value to set- Returns:
- this builder
-
display
public GrantGrantor.Builder display(String display)
Grantor display name*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
- Parameters:
display
- the value to set- Returns:
- this builder
-
build
public GrantGrantor build()
-
copy
public GrantGrantor.Builder copy(GrantGrantor model)
-
-