Class IndyCredAbstract.IndyCredAbstractBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyCredAbstract.IndyCredAbstractBuilder
-
- Enclosing class:
- IndyCredAbstract
public static class IndyCredAbstract.IndyCredAbstractBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyCredAbstractbuild()IndyCredAbstract.IndyCredAbstractBuildercredDefId(String credDefId)IndyCredAbstract.IndyCredAbstractBuilderkeyCorrectnessProof(IndyKeyCorrectnessProof keyCorrectnessProof)IndyCredAbstract.IndyCredAbstractBuildernonce(String nonce)IndyCredAbstract.IndyCredAbstractBuilderschemaId(String schemaId)StringtoString()
-
-
-
Method Detail
-
credDefId
public IndyCredAbstract.IndyCredAbstractBuilder credDefId(String credDefId)
- Returns:
this.
-
keyCorrectnessProof
public IndyCredAbstract.IndyCredAbstractBuilder keyCorrectnessProof(IndyKeyCorrectnessProof keyCorrectnessProof)
- Returns:
this.
-
nonce
public IndyCredAbstract.IndyCredAbstractBuilder nonce(String nonce)
- Returns:
this.
-
schemaId
public IndyCredAbstract.IndyCredAbstractBuilder schemaId(String schemaId)
- Returns:
this.
-
build
public IndyCredAbstract build()
-
-