Class IndyNonRevocationInterval.IndyNonRevocationIntervalBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyNonRevocationInterval.IndyNonRevocationIntervalBuilder
-
- Enclosing class:
- IndyNonRevocationInterval
public static class IndyNonRevocationInterval.IndyNonRevocationIntervalBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyNonRevocationIntervalbuild()IndyNonRevocationInterval.IndyNonRevocationIntervalBuilderfrom(Integer from)IndyNonRevocationInterval.IndyNonRevocationIntervalBuilderto(Integer to)StringtoString()
-
-
-
Method Detail
-
from
public IndyNonRevocationInterval.IndyNonRevocationIntervalBuilder from(Integer from)
- Returns:
this.
-
to
public IndyNonRevocationInterval.IndyNonRevocationIntervalBuilder to(Integer to)
- Returns:
this.
-
build
public IndyNonRevocationInterval build()
-
-