public static class MySmtpCredentialUser.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MySmtpCredentialUser |
build() |
MySmtpCredentialUser.Builder |
copy(MySmtpCredentialUser model) |
MySmtpCredentialUser.Builder |
display(String display)
User display name
|
MySmtpCredentialUser.Builder |
name(String name)
User name
|
MySmtpCredentialUser.Builder |
ocid(String ocid)
User’s ocid
|
MySmtpCredentialUser.Builder |
ref(String ref)
The URI that corresponds to the user linked to this credential
|
MySmtpCredentialUser.Builder |
value(String value)
User’s id
|
public MySmtpCredentialUser.Builder value(String value)
User’s id
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: always - type: string - uniqueness: none
value
- the value to setpublic MySmtpCredentialUser.Builder ocid(String ocid)
User’s ocid
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: always - type: string - uniqueness: none
ocid
- the value to setpublic MySmtpCredentialUser.Builder ref(String ref)
The URI that corresponds to the user linked to this credential
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic MySmtpCredentialUser.Builder display(String display)
User display name
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic MySmtpCredentialUser.Builder name(String name)
User name
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
name
- the value to setpublic MySmtpCredentialUser build()
public MySmtpCredentialUser.Builder copy(MySmtpCredentialUser model)
Copyright © 2016–2024. All rights reserved.