Class UserDbCredentialsUser.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.UserDbCredentialsUser.Builder
 
- 
- Enclosing class:
- UserDbCredentialsUser
 
 public static class UserDbCredentialsUser.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserDbCredentialsUserbuild()UserDbCredentialsUser.Buildercopy(UserDbCredentialsUser model)UserDbCredentialsUser.Builderdisplay(String display)The user display name.UserDbCredentialsUser.Buildername(String name)The username.UserDbCredentialsUser.Builderocid(String ocid)The user’s OCID.UserDbCredentialsUser.Builderref(String ref)The URI that corresponds to the user linked to this credential.UserDbCredentialsUser.Buildervalue(String value)The user’s identifier.
 
- 
- 
- 
Method Detail- 
valuepublic UserDbCredentialsUser.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
 
 - 
ocidpublic UserDbCredentialsUser.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
 
 - 
refpublic UserDbCredentialsUser.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
 
 - 
displaypublic UserDbCredentialsUser.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
 
 - 
namepublic UserDbCredentialsUser.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
 
 - 
buildpublic UserDbCredentialsUser build() 
 - 
copypublic UserDbCredentialsUser.Builder copy(UserDbCredentialsUser model) 
 
- 
 
-