Class AuthenticationFactorsRemoverUser.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AuthenticationFactorsRemoverUser.Builder
 
- 
- Enclosing class:
- AuthenticationFactorsRemoverUser
 
 public static class AuthenticationFactorsRemoverUser.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationFactorsRemoverUserbuild()AuthenticationFactorsRemoverUser.Buildercopy(AuthenticationFactorsRemoverUser model)AuthenticationFactorsRemoverUser.Builderdisplay(String display)User display nameAuthenticationFactorsRemoverUser.Builderocid(String ocid)The OCID of the userAuthenticationFactorsRemoverUser.Builderref(String ref)The URI that corresponds to the member Resource for whom the factors will be deletedAuthenticationFactorsRemoverUser.Buildervalue(String value)The identifier of the user
 
- 
- 
- 
Method Detail- 
valuepublic AuthenticationFactorsRemoverUser.Builder value(String value) The identifier of the user*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
refpublic AuthenticationFactorsRemoverUser.Builder ref(String ref) The URI that corresponds to the member Resource for whom the factors will be deleted*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
 
 - 
displaypublic AuthenticationFactorsRemoverUser.Builder display(String display) User display name*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Parameters:
- display- the value to set
- Returns:
- this builder
 
 - 
ocidpublic AuthenticationFactorsRemoverUser.Builder ocid(String ocid) The OCID of the user*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: always - type: string - uniqueness: none - Parameters:
- ocid- the value to set
- Returns:
- this builder
 
 - 
buildpublic AuthenticationFactorsRemoverUser build() 
 - 
copypublic AuthenticationFactorsRemoverUser.Builder copy(AuthenticationFactorsRemoverUser model) 
 
- 
 
-