Class IndyProof.IndyProofBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProof.IndyProofBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyProofbuild()IndyProof.IndyProofBuilderidentifiers(List<IndyProofIdentifier> identifiers)IndyProof.IndyProofBuilderproof(IndyProofProof proof)IndyProof.IndyProofBuilderrequestedProof(IndyProofRequestedProof requestedProof)StringtoString()
-
-
-
Method Detail
-
identifiers
public IndyProof.IndyProofBuilder identifiers(List<IndyProofIdentifier> identifiers)
- Returns:
this.
-
proof
public IndyProof.IndyProofBuilder proof(IndyProofProof proof)
- Returns:
this.
-
requestedProof
public IndyProof.IndyProofBuilder requestedProof(IndyProofRequestedProof requestedProof)
- Returns:
this.
-
build
public IndyProof build()
-
-