Package org.stellar.sdk.xdr
Class ClaimAtom.ClaimAtomBuilder
java.lang.Object
org.stellar.sdk.xdr.ClaimAtom.ClaimAtomBuilder
- Enclosing class:
ClaimAtom
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(ClaimAtomType discriminant) Value of thediscriminantfield.liquidityPool(ClaimLiquidityAtom liquidityPool) Value of theliquidityPoolfield.orderBook(ClaimOfferAtom orderBook) Value of theorderBookfield.toString()v0(ClaimOfferAtomV0 v0) Value of thev0field.
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
v0
Value of thev0field.- Parameters:
v0- thev0field value- Returns:
this.
-
orderBook
Value of theorderBookfield.- Parameters:
orderBook- theorderBookfield value- Returns:
this.
-
liquidityPool
Value of theliquidityPoolfield.- Parameters:
liquidityPool- theliquidityPoolfield value- Returns:
this.
-
build
-
toString
-