Class IndyProofProof.IndyProofProofBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofProof.IndyProofProofBuilder
-
- Enclosing class:
- IndyProofProof
public static class IndyProofProof.IndyProofProofBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyProofProof.IndyProofProofBuilderaggregatedProof(IndyProofProofAggregatedProof aggregatedProof)IndyProofProofbuild()IndyProofProof.IndyProofProofBuilderproofs(List<IndyProofProofProofsProof> proofs)StringtoString()
-
-
-
Method Detail
-
aggregatedProof
public IndyProofProof.IndyProofProofBuilder aggregatedProof(IndyProofProofAggregatedProof aggregatedProof)
- Returns:
this.
-
proofs
public IndyProofProof.IndyProofProofBuilder proofs(List<IndyProofProofProofsProof> proofs)
- Returns:
this.
-
build
public IndyProofProof build()
-
-