public static class ClaimOfferAtom.ClaimOfferAtomBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ClaimOfferAtom.ClaimOfferAtomBuilder |
amountBought(Int64 amountBought) |
ClaimOfferAtom.ClaimOfferAtomBuilder |
amountSold(Int64 amountSold) |
ClaimOfferAtom.ClaimOfferAtomBuilder |
assetBought(Asset assetBought) |
ClaimOfferAtom.ClaimOfferAtomBuilder |
assetSold(Asset assetSold) |
ClaimOfferAtom |
build() |
ClaimOfferAtom.ClaimOfferAtomBuilder |
offerID(Int64 offerID) |
ClaimOfferAtom.ClaimOfferAtomBuilder |
sellerID(AccountID sellerID) |
java.lang.String |
toString() |
public ClaimOfferAtom.ClaimOfferAtomBuilder sellerID(AccountID sellerID)
this
.public ClaimOfferAtom.ClaimOfferAtomBuilder offerID(Int64 offerID)
this
.public ClaimOfferAtom.ClaimOfferAtomBuilder assetSold(Asset assetSold)
this
.public ClaimOfferAtom.ClaimOfferAtomBuilder amountSold(Int64 amountSold)
this
.public ClaimOfferAtom.ClaimOfferAtomBuilder assetBought(Asset assetBought)
this
.public ClaimOfferAtom.ClaimOfferAtomBuilder amountBought(Int64 amountBought)
this
.public ClaimOfferAtom build()
public java.lang.String toString()
toString
in class java.lang.Object