Class UserExtSmtpCredentials.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.UserExtSmtpCredentials.Builder
-
- Enclosing class:
- UserExtSmtpCredentials
public static class UserExtSmtpCredentials.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtSmtpCredentials
build()
UserExtSmtpCredentials.Builder
copy(UserExtSmtpCredentials model)
UserExtSmtpCredentials.Builder
ocid(String ocid)
The user’s Auth token OCID.UserExtSmtpCredentials.Builder
ref(String ref)
The URI of the corresponding SmtpCredential resource to which the user belongs.UserExtSmtpCredentials.Builder
value(String value)
The user’s SMTP credential identifier.
-
-
-
Method Detail
-
value
public 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
-
ocid
public 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
-
ref
public 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
-
build
public UserExtSmtpCredentials build()
-
copy
public UserExtSmtpCredentials.Builder copy(UserExtSmtpCredentials model)
-
-