Class UserExtRecoveryLocked.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.UserExtRecoveryLocked.Builder
 
- 
- Enclosing class:
- UserExtRecoveryLocked
 
 public static class UserExtRecoveryLocked.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtRecoveryLockedbuild()UserExtRecoveryLocked.Buildercopy(UserExtRecoveryLocked model)UserExtRecoveryLocked.BuilderlockDate(String lockDate)The date and time that the current resource was locked.UserExtRecoveryLocked.Builderon(Boolean on)Indicates that the recovery is locked.
 
- 
- 
- 
Method Detail- 
onpublic 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
 
 - 
lockDatepublic 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
 
 - 
buildpublic UserExtRecoveryLocked build() 
 - 
copypublic UserExtRecoveryLocked.Builder copy(UserExtRecoveryLocked model) 
 
- 
 
-