Class MySupportAccountUser.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.MySupportAccountUser.Builder
 
- 
- Enclosing class:
- MySupportAccountUser
 
 public static class MySupportAccountUser.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MySupportAccountUserbuild()MySupportAccountUser.Buildercopy(MySupportAccountUser model)MySupportAccountUser.Builderdisplay(String display)User display nameMySupportAccountUser.Buildername(String name)User nameMySupportAccountUser.Builderocid(String ocid)User’s ocidMySupportAccountUser.Builderref(String ref)The URI that corresponds to the user linked to this Support AccountMySupportAccountUser.Buildervalue(String value)User’s id
 
- 
- 
- 
Method Detail- 
valuepublic MySupportAccountUser.Builder value(String value) User’s id*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: always - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
ocidpublic MySupportAccountUser.Builder ocid(String ocid) 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 MySupportAccountUser.Builder ref(String ref) The URI that corresponds to the user linked to this Support Account*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 MySupportAccountUser.Builder display(String display) 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 MySupportAccountUser.Builder name(String name) User name*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 MySupportAccountUser build() 
 - 
copypublic MySupportAccountUser.Builder copy(MySupportAccountUser model) 
 
- 
 
-