Class MySmtpCredentialUser.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.MySmtpCredentialUser.Builder
-
- Enclosing class:
- MySmtpCredentialUser
public static class MySmtpCredentialUser.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MySmtpCredentialUser
build()
MySmtpCredentialUser.Builder
copy(MySmtpCredentialUser model)
MySmtpCredentialUser.Builder
display(String display)
User display nameMySmtpCredentialUser.Builder
name(String name)
User nameMySmtpCredentialUser.Builder
ocid(String ocid)
User’s ocidMySmtpCredentialUser.Builder
ref(String ref)
The URI that corresponds to the user linked to this credentialMySmtpCredentialUser.Builder
value(String value)
User’s id
-
-
-
Method Detail
-
value
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
- Parameters:
value
- the value to set- Returns:
- this builder
-
ocid
public 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
- Parameters:
ocid
- the value to set- Returns:
- this builder
-
ref
public 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
- Parameters:
ref
- the value to set- Returns:
- this builder
-
display
public 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
- Parameters:
display
- the value to set- Returns:
- this builder
-
name
public 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
- Parameters:
name
- the value to set- Returns:
- this builder
-
build
public MySmtpCredentialUser build()
-
copy
public MySmtpCredentialUser.Builder copy(MySmtpCredentialUser model)
-
-