public static class AuthenticationFactorsRemoverUser.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuthenticationFactorsRemoverUser |
build() |
AuthenticationFactorsRemoverUser.Builder |
copy(AuthenticationFactorsRemoverUser model) |
AuthenticationFactorsRemoverUser.Builder |
display(String display)
User display name
|
AuthenticationFactorsRemoverUser.Builder |
ocid(String ocid)
The OCID of the user
|
AuthenticationFactorsRemoverUser.Builder |
ref(String ref)
The URI that corresponds to the member Resource for whom the factors will be deleted
|
AuthenticationFactorsRemoverUser.Builder |
value(String value)
The identifier of the user
|
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
value
- the value to setpublic 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
ref
- the value to setpublic 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
display
- the value to setpublic 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
ocid
- the value to setpublic AuthenticationFactorsRemoverUser build()
public AuthenticationFactorsRemoverUser.Builder copy(AuthenticationFactorsRemoverUser model)
Copyright © 2016–2024. All rights reserved.