Class V20CredExRecordIndy.V20CredExRecordIndyBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20CredExRecordIndy.V20CredExRecordIndyBuilder
-
- Enclosing class:
- V20CredExRecordIndy
public static class V20CredExRecordIndy.V20CredExRecordIndyBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V20CredExRecordIndybuild()V20CredExRecordIndy.V20CredExRecordIndyBuildercreatedAt(String createdAt)V20CredExRecordIndy.V20CredExRecordIndyBuildercredExId(String credExId)V20CredExRecordIndy.V20CredExRecordIndyBuildercredExIndyId(String credExIndyId)V20CredExRecordIndy.V20CredExRecordIndyBuildercredIdStored(String credIdStored)V20CredExRecordIndy.V20CredExRecordIndyBuildercredRequestMetadata(Object credRequestMetadata)V20CredExRecordIndy.V20CredExRecordIndyBuildercredRevId(String credRevId)V20CredExRecordIndy.V20CredExRecordIndyBuilderrevRegId(String revRegId)V20CredExRecordIndy.V20CredExRecordIndyBuilderstate(String state)StringtoString()V20CredExRecordIndy.V20CredExRecordIndyBuilderupdatedAt(String updatedAt)
-
-
-
Method Detail
-
createdAt
public V20CredExRecordIndy.V20CredExRecordIndyBuilder createdAt(String createdAt)
- Returns:
this.
-
credExId
public V20CredExRecordIndy.V20CredExRecordIndyBuilder credExId(String credExId)
- Returns:
this.
-
credExIndyId
public V20CredExRecordIndy.V20CredExRecordIndyBuilder credExIndyId(String credExIndyId)
- Returns:
this.
-
credIdStored
public V20CredExRecordIndy.V20CredExRecordIndyBuilder credIdStored(String credIdStored)
- Returns:
this.
-
credRequestMetadata
public V20CredExRecordIndy.V20CredExRecordIndyBuilder credRequestMetadata(Object credRequestMetadata)
- Returns:
this.
-
credRevId
public V20CredExRecordIndy.V20CredExRecordIndyBuilder credRevId(String credRevId)
- Returns:
this.
-
revRegId
public V20CredExRecordIndy.V20CredExRecordIndyBuilder revRegId(String revRegId)
- Returns:
this.
-
state
public V20CredExRecordIndy.V20CredExRecordIndyBuilder state(String state)
- Returns:
this.
-
updatedAt
public V20CredExRecordIndy.V20CredExRecordIndyBuilder updatedAt(String updatedAt)
- Returns:
this.
-
build
public V20CredExRecordIndy build()
-
-