Class AccountMgmtInfoMatchingOwners.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AccountMgmtInfoMatchingOwners.Builder
-
- Enclosing class:
- AccountMgmtInfoMatchingOwners
public static class AccountMgmtInfoMatchingOwners.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountMgmtInfoMatchingOwners
build()
AccountMgmtInfoMatchingOwners.Builder
copy(AccountMgmtInfoMatchingOwners model)
AccountMgmtInfoMatchingOwners.Builder
display(String display)
User display nameAccountMgmtInfoMatchingOwners.Builder
email(String email)
The email address of this userAccountMgmtInfoMatchingOwners.Builder
ref(String ref)
User URIAccountMgmtInfoMatchingOwners.Builder
userName(String userName)
User nameAccountMgmtInfoMatchingOwners.Builder
value(String value)
User Identifier
-
-
-
Method Detail
-
value
public AccountMgmtInfoMatchingOwners.Builder value(String value)
User Identifier*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public AccountMgmtInfoMatchingOwners.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
-
display
public AccountMgmtInfoMatchingOwners.Builder display(String display)
User display name*SCIM++ Properties:** - idcsPii: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
display
- the value to set- Returns:
- this builder
-
userName
public AccountMgmtInfoMatchingOwners.Builder userName(String userName)
User name*Added In:** 17.3.4
*SCIM++ Properties:** - idcsPii: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
userName
- the value to set- Returns:
- this builder
-
email
public AccountMgmtInfoMatchingOwners.Builder email(String email)
The email address of this user*Added In:** 17.3.4
*SCIM++ Properties:** - idcsPii: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
email
- the value to set- Returns:
- this builder
-
build
public AccountMgmtInfoMatchingOwners build()
-
copy
public AccountMgmtInfoMatchingOwners.Builder copy(AccountMgmtInfoMatchingOwners model)
-
-