Class MyUserDbCredentialsUser.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.MyUserDbCredentialsUser.Builder
-
- Enclosing class:
- MyUserDbCredentialsUser
public static class MyUserDbCredentialsUser.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MyUserDbCredentialsUser
build()
MyUserDbCredentialsUser.Builder
copy(MyUserDbCredentialsUser model)
MyUserDbCredentialsUser.Builder
display(String display)
The user display name.MyUserDbCredentialsUser.Builder
name(String name)
The username.MyUserDbCredentialsUser.Builder
ocid(String ocid)
The user’s OCID.MyUserDbCredentialsUser.Builder
ref(String ref)
The URI that corresponds to the user linked to this credential.MyUserDbCredentialsUser.Builder
value(String value)
The user’s identifier.
-
-
-
Method Detail
-
value
public MyUserDbCredentialsUser.Builder value(String value)
The user’s 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
-
ocid
public MyUserDbCredentialsUser.Builder ocid(String ocid)
The user’s OCID.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: always - type: string - uniqueness: none
- Parameters:
ocid
- the value to set- Returns:
- this builder
-
ref
public MyUserDbCredentialsUser.Builder ref(String ref)
The URI that corresponds to the user linked to this credential.*SCIM++ Properties:** - caseExact: true - 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 MyUserDbCredentialsUser.Builder display(String display)
The user display name.*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
display
- the value to set- Returns:
- this builder
-
name
public MyUserDbCredentialsUser.Builder name(String name)
The username.*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
name
- the value to set- Returns:
- this builder
-
build
public MyUserDbCredentialsUser build()
-
copy
public MyUserDbCredentialsUser.Builder copy(MyUserDbCredentialsUser model)
-
-