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