Class MyAppUserWalletArtifact.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.MyAppUserWalletArtifact.Builder
 
- 
- Enclosing class:
- MyAppUserWalletArtifact
 
 public static class MyAppUserWalletArtifact.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
valuepublic 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
 
 - 
refpublic 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
 
 - 
buildpublic MyAppUserWalletArtifact build() 
 - 
copypublic MyAppUserWalletArtifact.Builder copy(MyAppUserWalletArtifact model) 
 
- 
 
-