Class MyTrustedUserAgentUser.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.MyTrustedUserAgentUser.Builder
 
- 
- Enclosing class:
- MyTrustedUserAgentUser
 
 public static class MyTrustedUserAgentUser.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MyTrustedUserAgentUserbuild()MyTrustedUserAgentUser.Buildercopy(MyTrustedUserAgentUser model)MyTrustedUserAgentUser.Builderdisplay(String display)Friendly name of the User to be used for purposes of display.MyTrustedUserAgentUser.Builderocid(String ocid)The OCID of the userMyTrustedUserAgentUser.Builderref(String ref)Full URI to the user for whom the trust-token was issued.MyTrustedUserAgentUser.Buildervalue(String value)The SCIM ID of the user for whom the trust-token was issued.
 
- 
- 
- 
Method Detail- 
valuepublic MyTrustedUserAgentUser.Builder value(String value) The SCIM ID of the user for whom the trust-token was issued.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - idcsRequiresWriteForAccessFlows: true - required: true - returned: default - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
refpublic MyTrustedUserAgentUser.Builder ref(String ref) Full URI to the user for whom the trust-token was issued.*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - idcsRequiresWriteForAccessFlows: true - required: true - returned: default - type: reference - uniqueness: none - Parameters:
- ref- the value to set
- Returns:
- this builder
 
 - 
displaypublic MyTrustedUserAgentUser.Builder display(String display) Friendly name of the User to be used for purposes of display.*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none - Parameters:
- display- the value to set
- Returns:
- this builder
 
 - 
ocidpublic MyTrustedUserAgentUser.Builder ocid(String ocid) The OCID of the user*Added In:** 2105091740 *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - idcsRequiresWriteForAccessFlows: true - required: false - returned: always - type: string - uniqueness: none - Parameters:
- ocid- the value to set
- Returns:
- this builder
 
 - 
buildpublic MyTrustedUserAgentUser build() 
 - 
copypublic MyTrustedUserAgentUser.Builder copy(MyTrustedUserAgentUser model) 
 
- 
 
-