Class UserExtSupportAccounts.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.UserExtSupportAccounts.Builder
-
- Enclosing class:
- UserExtSupportAccounts
public static class UserExtSupportAccounts.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtSupportAccounts
build()
UserExtSupportAccounts.Builder
copy(UserExtSupportAccounts model)
UserExtSupportAccounts.Builder
ocid(String ocid)
The OCID of the user’s support account.UserExtSupportAccounts.Builder
provider(String provider)
User Support Account ProviderUserExtSupportAccounts.Builder
ref(String ref)
The URI of the corresponding Support Account resource to which the user belongsUserExtSupportAccounts.Builder
userId(String userId)
User Support User IdUserExtSupportAccounts.Builder
value(String value)
The identifier of the User’s support Account.
-
-
-
Method Detail
-
value
public UserExtSupportAccounts.Builder value(String value)
The identifier of the User’s support Account.*Added In:** 2103141444
*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
-
provider
public UserExtSupportAccounts.Builder provider(String provider)
User Support Account Provider*Added In:** 2103141444
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
- Parameters:
provider
- the value to set- Returns:
- this builder
-
userId
public UserExtSupportAccounts.Builder userId(String userId)
User Support User Id*Added In:** 2103141444
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
- Parameters:
userId
- the value to set- Returns:
- this builder
-
ocid
public UserExtSupportAccounts.Builder ocid(String ocid)
The OCID of the user’s support account.*Added In:** 2103141444
*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 UserExtSupportAccounts.Builder ref(String ref)
The URI of the corresponding Support Account resource to which the user belongs*Added In:** 2103141444
*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 UserExtSupportAccounts build()
-
copy
public UserExtSupportAccounts.Builder copy(UserExtSupportAccounts model)
-
-