Package org.stellar.sdk.xdr
Class ClaimPredicate.ClaimPredicateBuilder
java.lang.Object
org.stellar.sdk.xdr.ClaimPredicate.ClaimPredicateBuilder
- Enclosing class:
ClaimPredicate
-
Method Summary
Modifier and TypeMethodDescriptionValue of theabsBeforefield.andPredicates(ClaimPredicate[] andPredicates) Value of theandPredicatesfield.build()discriminant(ClaimPredicateType discriminant) Value of thediscriminantfield.notPredicate(ClaimPredicate notPredicate) Value of thenotPredicatefield.orPredicates(ClaimPredicate[] orPredicates) Value of theorPredicatesfield.Value of therelBeforefield.toString()
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
andPredicates
Value of theandPredicatesfield.- Parameters:
andPredicates- theandPredicatesfield value- Returns:
this.
-
orPredicates
Value of theorPredicatesfield.- Parameters:
orPredicates- theorPredicatesfield value- Returns:
this.
-
notPredicate
Value of thenotPredicatefield.- Parameters:
notPredicate- thenotPredicatefield value- Returns:
this.
-
absBefore
Value of theabsBeforefield.- Parameters:
absBefore- theabsBeforefield value- Returns:
this.
-
relBefore
Value of therelBeforefield.- Parameters:
relBefore- therelBeforefield value- Returns:
this.
-
build
-
toString
-