Class AccountMgmtInfoUserWalletArtifact.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AccountMgmtInfoUserWalletArtifact.Builder
-
- Enclosing class:
- AccountMgmtInfoUserWalletArtifact
public static class AccountMgmtInfoUserWalletArtifact.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountMgmtInfoUserWalletArtifact
build()
AccountMgmtInfoUserWalletArtifact.Builder
copy(AccountMgmtInfoUserWalletArtifact model)
AccountMgmtInfoUserWalletArtifact.Builder
ref(String ref)
UserWalletArtifact URIAccountMgmtInfoUserWalletArtifact.Builder
value(String value)
UserWalletArtifact identifier
-
-
-
Method Detail
-
value
public AccountMgmtInfoUserWalletArtifact.Builder value(String value)
UserWalletArtifact identifier*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public AccountMgmtInfoUserWalletArtifact.Builder ref(String ref)
UserWalletArtifact URI*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 AccountMgmtInfoUserWalletArtifact build()
-
copy
public AccountMgmtInfoUserWalletArtifact.Builder copy(AccountMgmtInfoUserWalletArtifact model)
-
-