Class GrantGrantor.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.GrantGrantor.Builder
 
- 
- Enclosing class:
- GrantGrantor
 
 public static class GrantGrantor.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GrantGrantorbuild()GrantGrantor.Buildercopy(GrantGrantor model)GrantGrantor.Builderdisplay(String display)Grantor display nameGrantGrantor.Builderref(String ref)Grantor URIGrantGrantor.Buildertype(GrantGrantor.Type type)Resource type of the grantor.GrantGrantor.Buildervalue(String value)Grantor user identifier
 
- 
- 
- 
Method Detail- 
valuepublic 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
 
 - 
refpublic 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
 
 - 
typepublic 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
 
 - 
displaypublic 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
 
 - 
buildpublic GrantGrantor build() 
 - 
copypublic GrantGrantor.Builder copy(GrantGrantor model) 
 
- 
 
-