public static class UserExtBypassCodes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtBypassCodes |
build() |
UserExtBypassCodes.Builder |
copy(UserExtBypassCodes model) |
UserExtBypassCodes.Builder |
ref(String ref)
The URI of the corresponding BypassCode resource which belongs to user
|
UserExtBypassCodes.Builder |
value(String value)
The user’s bypass code identifier.
|
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
value
- the value to setpublic 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
ref
- the value to setpublic UserExtBypassCodes build()
public UserExtBypassCodes.Builder copy(UserExtBypassCodes model)
Copyright © 2016–2024. All rights reserved.