public static class UserExtSmtpCredentials.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
value
- the value to setpublic 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
ocid
- the value to setpublic 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
ref
- the value to setpublic UserExtSmtpCredentials build()
public UserExtSmtpCredentials.Builder copy(UserExtSmtpCredentials model)
Copyright © 2016–2024. All rights reserved.