Class IndyProofRequestedProofRevealedAttr.IndyProofRequestedProofRevealedAttrBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofRequestedProofRevealedAttr.IndyProofRequestedProofRevealedAttrBuilder
-
- Enclosing class:
- IndyProofRequestedProofRevealedAttr
public static class IndyProofRequestedProofRevealedAttr.IndyProofRequestedProofRevealedAttrBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyProofRequestedProofRevealedAttrbuild()IndyProofRequestedProofRevealedAttr.IndyProofRequestedProofRevealedAttrBuilderencoded(String encoded)IndyProofRequestedProofRevealedAttr.IndyProofRequestedProofRevealedAttrBuilderraw(String raw)IndyProofRequestedProofRevealedAttr.IndyProofRequestedProofRevealedAttrBuildersubProofIndex(Integer subProofIndex)StringtoString()
-
-
-
Method Detail
-
encoded
public IndyProofRequestedProofRevealedAttr.IndyProofRequestedProofRevealedAttrBuilder encoded(String encoded)
- Returns:
this.
-
raw
public IndyProofRequestedProofRevealedAttr.IndyProofRequestedProofRevealedAttrBuilder raw(String raw)
- Returns:
this.
-
subProofIndex
public IndyProofRequestedProofRevealedAttr.IndyProofRequestedProofRevealedAttrBuilder subProofIndex(Integer subProofIndex)
- Returns:
this.
-
build
public IndyProofRequestedProofRevealedAttr build()
-
-