Class AccountMgmtInfoUserWalletArtifact.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AccountMgmtInfoUserWalletArtifact.Builder
 
- 
- Enclosing class:
- AccountMgmtInfoUserWalletArtifact
 
 public static class AccountMgmtInfoUserWalletArtifact.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountMgmtInfoUserWalletArtifactbuild()AccountMgmtInfoUserWalletArtifact.Buildercopy(AccountMgmtInfoUserWalletArtifact model)AccountMgmtInfoUserWalletArtifact.Builderref(String ref)UserWalletArtifact URIAccountMgmtInfoUserWalletArtifact.Buildervalue(String value)UserWalletArtifact identifier
 
- 
- 
- 
Method Detail- 
valuepublic 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
 
 - 
refpublic 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
 
 - 
buildpublic AccountMgmtInfoUserWalletArtifact build() 
 - 
copypublic AccountMgmtInfoUserWalletArtifact.Builder copy(AccountMgmtInfoUserWalletArtifact model) 
 
- 
 
-