Class AuthenticationFactorsRemoverUser.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AuthenticationFactorsRemoverUser.Builder
-
- Enclosing class:
- AuthenticationFactorsRemoverUser
public static class AuthenticationFactorsRemoverUser.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationFactorsRemoverUser
build()
AuthenticationFactorsRemoverUser.Builder
copy(AuthenticationFactorsRemoverUser model)
AuthenticationFactorsRemoverUser.Builder
display(String display)
User display nameAuthenticationFactorsRemoverUser.Builder
ocid(String ocid)
The OCID of the userAuthenticationFactorsRemoverUser.Builder
ref(String ref)
The URI that corresponds to the member Resource for whom the factors will be deletedAuthenticationFactorsRemoverUser.Builder
value(String value)
The identifier of the user
-
-
-
Method Detail
-
value
public 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
-
ref
public 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
-
display
public 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
-
ocid
public 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
-
build
public AuthenticationFactorsRemoverUser build()
-
copy
public AuthenticationFactorsRemoverUser.Builder copy(AuthenticationFactorsRemoverUser model)
-
-