Class V20CredExRecordLDProof.V20CredExRecordLDProofBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20CredExRecordLDProof.V20CredExRecordLDProofBuilder
-
- Enclosing class:
- V20CredExRecordLDProof
public static class V20CredExRecordLDProof.V20CredExRecordLDProofBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V20CredExRecordLDProofbuild()V20CredExRecordLDProof.V20CredExRecordLDProofBuildercreatedAt(String createdAt)V20CredExRecordLDProof.V20CredExRecordLDProofBuildercredExId(String credExId)V20CredExRecordLDProof.V20CredExRecordLDProofBuildercredExLdProofId(String credExLdProofId)V20CredExRecordLDProof.V20CredExRecordLDProofBuildercredIdStored(String credIdStored)V20CredExRecordLDProof.V20CredExRecordLDProofBuilderstate(String state)StringtoString()V20CredExRecordLDProof.V20CredExRecordLDProofBuilderupdatedAt(String updatedAt)
-
-
-
Method Detail
-
createdAt
public V20CredExRecordLDProof.V20CredExRecordLDProofBuilder createdAt(String createdAt)
- Returns:
this.
-
credExId
public V20CredExRecordLDProof.V20CredExRecordLDProofBuilder credExId(String credExId)
- Returns:
this.
-
credExLdProofId
public V20CredExRecordLDProof.V20CredExRecordLDProofBuilder credExLdProofId(String credExLdProofId)
- Returns:
this.
-
credIdStored
public V20CredExRecordLDProof.V20CredExRecordLDProofBuilder credIdStored(String credIdStored)
- Returns:
this.
-
state
public V20CredExRecordLDProof.V20CredExRecordLDProofBuilder state(String state)
- Returns:
this.
-
updatedAt
public V20CredExRecordLDProof.V20CredExRecordLDProofBuilder updatedAt(String updatedAt)
- Returns:
this.
-
build
public V20CredExRecordLDProof build()
-
-