Class IndyProofRequestedProof.IndyProofRequestedProofBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofRequestedProof.IndyProofRequestedProofBuilder
-
- Enclosing class:
- IndyProofRequestedProof
public static class IndyProofRequestedProof.IndyProofRequestedProofBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyProofRequestedProofbuild()IndyProofRequestedProof.IndyProofRequestedProofBuilderpredicates(Map<String,IndyProofRequestedProofPredicate> predicates)IndyProofRequestedProof.IndyProofRequestedProofBuilderrevealedAttrGroups(Map<String,IndyProofRequestedProofRevealedAttrGroup> revealedAttrGroups)IndyProofRequestedProof.IndyProofRequestedProofBuilderrevealedAttrs(Map<String,IndyProofRequestedProofRevealedAttr> revealedAttrs)IndyProofRequestedProof.IndyProofRequestedProofBuilderselfAttestedAttrs(Object selfAttestedAttrs)StringtoString()IndyProofRequestedProof.IndyProofRequestedProofBuilderunrevealedAttrs(Object unrevealedAttrs)
-
-
-
Method Detail
-
predicates
public IndyProofRequestedProof.IndyProofRequestedProofBuilder predicates(Map<String,IndyProofRequestedProofPredicate> predicates)
- Returns:
this.
-
revealedAttrGroups
public IndyProofRequestedProof.IndyProofRequestedProofBuilder revealedAttrGroups(Map<String,IndyProofRequestedProofRevealedAttrGroup> revealedAttrGroups)
- Returns:
this.
-
revealedAttrs
public IndyProofRequestedProof.IndyProofRequestedProofBuilder revealedAttrs(Map<String,IndyProofRequestedProofRevealedAttr> revealedAttrs)
- Returns:
this.
-
selfAttestedAttrs
public IndyProofRequestedProof.IndyProofRequestedProofBuilder selfAttestedAttrs(Object selfAttestedAttrs)
- Returns:
this.
-
unrevealedAttrs
public IndyProofRequestedProof.IndyProofRequestedProofBuilder unrevealedAttrs(Object unrevealedAttrs)
- Returns:
this.
-
build
public IndyProofRequestedProof build()
-
-