Class UserExtSmtpCredentials.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.UserExtSmtpCredentials.Builder
 
- 
- Enclosing class:
- UserExtSmtpCredentials
 
 public static class UserExtSmtpCredentials.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtSmtpCredentialsbuild()UserExtSmtpCredentials.Buildercopy(UserExtSmtpCredentials model)UserExtSmtpCredentials.Builderocid(String ocid)The user’s Auth token OCID.UserExtSmtpCredentials.Builderref(String ref)The URI of the corresponding SmtpCredential resource to which the user belongs.UserExtSmtpCredentials.Buildervalue(String value)The user’s SMTP credential identifier.
 
- 
- 
- 
Method Detail- 
valuepublic UserExtSmtpCredentials.Builder value(String value) The user’s SMTP credential identifier.*Added In:** 2012271618 *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
ocidpublic UserExtSmtpCredentials.Builder ocid(String ocid) The user’s Auth token OCID.*Added In:** 2012271618 *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none - Parameters:
- ocid- the value to set
- Returns:
- this builder
 
 - 
refpublic UserExtSmtpCredentials.Builder ref(String ref) The URI of the corresponding SmtpCredential resource to which the user belongs.*Added In:** 2012271618 *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 UserExtSmtpCredentials build() 
 - 
copypublic UserExtSmtpCredentials.Builder copy(UserExtSmtpCredentials model) 
 
- 
 
-