Class UserExtBypassCodes.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.UserExtBypassCodes.Builder
 
- 
- Enclosing class:
- UserExtBypassCodes
 
 public static class UserExtBypassCodes.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtBypassCodesbuild()UserExtBypassCodes.Buildercopy(UserExtBypassCodes model)UserExtBypassCodes.Builderref(String ref)The URI of the corresponding BypassCode resource which belongs to userUserExtBypassCodes.Buildervalue(String value)The user’s bypass code identifier.
 
- 
- 
- 
Method Detail- 
valuepublic 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 - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
refpublic 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 - Parameters:
- ref- the value to set
- Returns:
- this builder
 
 - 
buildpublic UserExtBypassCodes build() 
 - 
copypublic UserExtBypassCodes.Builder copy(UserExtBypassCodes model) 
 
- 
 
-