Class GrantGrantee.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.GrantGrantee.Builder
 
- 
- Enclosing class:
- GrantGrantee
 
 public static class GrantGrantee.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GrantGranteebuild()GrantGrantee.Buildercopy(GrantGrantee model)GrantGrantee.Builderdisplay(String display)Grantee display nameGrantGrantee.Builderref(String ref)Grantee URIGrantGrantee.Buildertype(GrantGrantee.Type type)Grantee resource type.GrantGrantee.Buildervalue(String value)Grantee identifier
 
- 
- 
- 
Method Detail- 
valuepublic GrantGrantee.Builder value(String value) Grantee identifier*SCIM++ Properties:** - caseExact: true - idcsCsvAttributeName: Member - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
refpublic GrantGrantee.Builder ref(String ref) Grantee 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 GrantGrantee.Builder type(GrantGrantee.Type type) Grantee resource type.Allowed values are User, Group, App and DynamicResourceGroup. *SCIM++ Properties:** - caseExact: true - idcsCsvAttributeName: Member Type - idcsDefaultValue: User - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none - Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
displaypublic GrantGrantee.Builder display(String display) Grantee 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 GrantGrantee build() 
 - 
copypublic GrantGrantee.Builder copy(GrantGrantee model) 
 
- 
 
-