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