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 MyAppUserWalletArtifact
build()
MyAppUserWalletArtifact.Builder
copy(MyAppUserWalletArtifact model)
MyAppUserWalletArtifact.Builder
ref(String ref)
UserWalletArtifact URIMyAppUserWalletArtifact.Builder
value(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)
-
-