Class IndyProofReqAttrSpec.IndyProofReqAttrSpecBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofReqAttrSpec.IndyProofReqAttrSpecBuilder
-
- Enclosing class:
- IndyProofReqAttrSpec
public static class IndyProofReqAttrSpec.IndyProofReqAttrSpecBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyProofReqAttrSpecbuild()IndyProofReqAttrSpec.IndyProofReqAttrSpecBuildername(String name)IndyProofReqAttrSpec.IndyProofReqAttrSpecBuildernames(List<String> names)IndyProofReqAttrSpec.IndyProofReqAttrSpecBuildernonRevoked(IndyProofReqAttrSpecNonRevoked nonRevoked)IndyProofReqAttrSpec.IndyProofReqAttrSpecBuilderrestrictions(List<Map<String,String>> restrictions)StringtoString()
-
-
-
Method Detail
-
name
public IndyProofReqAttrSpec.IndyProofReqAttrSpecBuilder name(String name)
- Returns:
this.
-
names
public IndyProofReqAttrSpec.IndyProofReqAttrSpecBuilder names(List<String> names)
- Returns:
this.
-
nonRevoked
public IndyProofReqAttrSpec.IndyProofReqAttrSpecBuilder nonRevoked(IndyProofReqAttrSpecNonRevoked nonRevoked)
- Returns:
this.
-
restrictions
public IndyProofReqAttrSpec.IndyProofReqAttrSpecBuilder restrictions(List<Map<String,String>> restrictions)
- Returns:
this.
-
build
public IndyProofReqAttrSpec build()
-
-