Class VerificationClaimIdcsLockedBy.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.VerificationClaimIdcsLockedBy.Builder
-
- Enclosing class:
- VerificationClaimIdcsLockedBy
public static class VerificationClaimIdcsLockedBy.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerificationClaimIdcsLockedBybuild()VerificationClaimIdcsLockedBy.Buildercopy(VerificationClaimIdcsLockedBy model)VerificationClaimIdcsLockedBy.Builderdisplay(String display)The displayName of the User or App who locked this Resource.VerificationClaimIdcsLockedBy.Builderocid(String ocid)The OCID of the SCIM resource that represents the User or App who LOCKED this Resource.VerificationClaimIdcsLockedBy.Builderref(String ref)The URI of the SCIM resource that represents the User or App who Locked this Resource.VerificationClaimIdcsLockedBy.Buildertype(VerificationClaimIdcsLockedBy.Type type)The type of resource, User or App, that locked this Resource.VerificationClaimIdcsLockedBy.Buildervalue(String value)The ID of the SCIM resource that represents the User or App who LOCKED this Resource.
-
-
-
Method Detail
-
value
public VerificationClaimIdcsLockedBy.Builder value(String value)
The ID of the SCIM resource that represents the User or App who LOCKED this Resource.*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
value- the value to set- Returns:
- this builder
-
ocid
public VerificationClaimIdcsLockedBy.Builder ocid(String ocid)
The OCID of the SCIM resource that represents the User or App who LOCKED this Resource.*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
ocid- the value to set- Returns:
- this builder
-
ref
public VerificationClaimIdcsLockedBy.Builder ref(String ref)
The URI of the SCIM resource that represents the User or App who Locked this Resource.*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
ref- the value to set- Returns:
- this builder
-
type
public VerificationClaimIdcsLockedBy.Builder type(VerificationClaimIdcsLockedBy.Type type)
The type of resource, User or App, that locked this Resource.*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - returned: default - type: string - uniqueness: none
- Parameters:
type- the value to set- Returns:
- this builder
-
display
public VerificationClaimIdcsLockedBy.Builder display(String display)
The displayName of the User or App who locked this Resource.*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
display- the value to set- Returns:
- this builder
-
build
public VerificationClaimIdcsLockedBy build()
-
copy
public VerificationClaimIdcsLockedBy.Builder copy(VerificationClaimIdcsLockedBy model)
-
-