Class UserExtBypassCodes.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.UserExtBypassCodes.Builder
-
- Enclosing class:
- UserExtBypassCodes
public static class UserExtBypassCodes.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtBypassCodes
build()
UserExtBypassCodes.Builder
copy(UserExtBypassCodes model)
UserExtBypassCodes.Builder
ref(String ref)
The URI of the corresponding BypassCode resource which belongs to userUserExtBypassCodes.Builder
value(String value)
The user’s bypass code identifier.
-
-
-
Method Detail
-
value
public UserExtBypassCodes.Builder value(String value)
The user’s bypass code identifier.*Added In:** 18.3.6
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: always - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public UserExtBypassCodes.Builder ref(String ref)
The URI of the corresponding BypassCode resource which belongs to user*Added In:** 18.3.6
*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
-
build
public UserExtBypassCodes build()
-
copy
public UserExtBypassCodes.Builder copy(UserExtBypassCodes model)
-
-