Class AccountMgmtInfoOwner.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AccountMgmtInfoOwner.Builder
 
- 
- Enclosing class:
- AccountMgmtInfoOwner
 
 public static class AccountMgmtInfoOwner.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountMgmtInfoOwnerbuild()AccountMgmtInfoOwner.Buildercopy(AccountMgmtInfoOwner model)AccountMgmtInfoOwner.Builderdisplay(String display)User display nameAccountMgmtInfoOwner.Builderemail(String email)The email address of this userAccountMgmtInfoOwner.Builderref(String ref)User URIAccountMgmtInfoOwner.BuilderuserName(String userName)User nameAccountMgmtInfoOwner.Buildervalue(String value)User Identifier
 
- 
- 
- 
Method Detail- 
valuepublic AccountMgmtInfoOwner.Builder value(String value) User Identifier*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: always - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
refpublic AccountMgmtInfoOwner.Builder ref(String ref) User 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
 
 - 
displaypublic AccountMgmtInfoOwner.Builder display(String display) User display name*SCIM++ Properties:** - idcsPii: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none - Parameters:
- display- the value to set
- Returns:
- this builder
 
 - 
userNamepublic AccountMgmtInfoOwner.Builder userName(String userName) User name*SCIM++ Properties:** - idcsPii: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none - Parameters:
- userName- the value to set
- Returns:
- this builder
 
 - 
emailpublic AccountMgmtInfoOwner.Builder email(String email) The email address of this user*SCIM++ Properties:** - idcsPii: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none - Parameters:
- email- the value to set
- Returns:
- this builder
 
 - 
buildpublic AccountMgmtInfoOwner build() 
 - 
copypublic AccountMgmtInfoOwner.Builder copy(AccountMgmtInfoOwner model) 
 
- 
 
-