Class UserExtRecoveryLocked.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.UserExtRecoveryLocked.Builder
-
- Enclosing class:
- UserExtRecoveryLocked
public static class UserExtRecoveryLocked.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
on
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
- Parameters:
on
- the value to set- Returns:
- this builder
-
lockDate
public 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
- Parameters:
lockDate
- the value to set- Returns:
- this builder
-
build
public UserExtRecoveryLocked build()
-
copy
public UserExtRecoveryLocked.Builder copy(UserExtRecoveryLocked model)
-
-