Class IndyCredPrecis.IndyCredPrecisBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyCredPrecis.IndyCredPrecisBuilder
-
- Enclosing class:
- IndyCredPrecis
public static class IndyCredPrecis.IndyCredPrecisBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyCredPrecisbuild()IndyCredPrecis.IndyCredPrecisBuildercredInfo(IndyCredInfo credInfo)IndyCredPrecis.IndyCredPrecisBuilderinterval(IndyNonRevocationInterval interval)IndyCredPrecis.IndyCredPrecisBuilderpresentationReferents(List<String> presentationReferents)StringtoString()
-
-
-
Method Detail
-
credInfo
public IndyCredPrecis.IndyCredPrecisBuilder credInfo(IndyCredInfo credInfo)
- Returns:
this.
-
interval
public IndyCredPrecis.IndyCredPrecisBuilder interval(IndyNonRevocationInterval interval)
- Returns:
this.
-
presentationReferents
public IndyCredPrecis.IndyCredPrecisBuilder presentationReferents(List<String> presentationReferents)
- Returns:
this.
-
build
public IndyCredPrecis build()
-
-