public static class UserExtRecoveryLocked.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtRecoveryLocked |
build() |
UserExtRecoveryLocked.Builder |
copy(UserExtRecoveryLocked model) |
UserExtRecoveryLocked.Builder |
lockDate(String lockDate)
The date and time that the current resource was locked.
|
UserExtRecoveryLocked.Builder |
on(Boolean on)
Indicates that the recovery is locked.
|
public UserExtRecoveryLocked.Builder on(Boolean on)
Indicates that the recovery is locked.
*Added In:** 19.1.4
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - idcsRequiresWriteForAccessFlows: true - required: false - returned: default - type: boolean - uniqueness: none
on
- the value to setpublic UserExtRecoveryLocked.Builder lockDate(String lockDate)
The date and time that the current resource was locked.
*Added In:** 19.1.4
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - idcsRequiresWriteForAccessFlows: true - required: false - returned: default - type: dateTime - uniqueness: none
lockDate
- the value to setpublic UserExtRecoveryLocked build()
public UserExtRecoveryLocked.Builder copy(UserExtRecoveryLocked model)
Copyright © 2016–2024. All rights reserved.