Class UserExtFactorIdentifier.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.UserExtFactorIdentifier.Builder
-
- Enclosing class:
- UserExtFactorIdentifier
public static class UserExtFactorIdentifier.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtFactorIdentifier
build()
UserExtFactorIdentifier.Builder
copy(UserExtFactorIdentifier model)
UserExtFactorIdentifier.Builder
display(String display)
Factor Identifier display nameUserExtFactorIdentifier.Builder
ref(String ref)
The URI that corresponds to the device resourceUserExtFactorIdentifier.Builder
value(String value)
The identifier of the User’s preferred device
-
-
-
Method Detail
-
value
public UserExtFactorIdentifier.Builder value(String value)
The identifier of the User’s preferred device*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public UserExtFactorIdentifier.Builder ref(String ref)
The URI that corresponds to the device resource*Added In:** 20.1.3
*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 UserExtFactorIdentifier.Builder display(String display)
Factor Identifier display name*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
display
- the value to set- Returns:
- this builder
-
build
public UserExtFactorIdentifier build()
-
copy
public UserExtFactorIdentifier.Builder copy(UserExtFactorIdentifier model)
-
-