public static class ClaimOfferAtomV0.ClaimOfferAtomV0Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ClaimOfferAtomV0.ClaimOfferAtomV0Builder |
amountBought(Int64 amountBought) |
ClaimOfferAtomV0.ClaimOfferAtomV0Builder |
amountSold(Int64 amountSold) |
ClaimOfferAtomV0.ClaimOfferAtomV0Builder |
assetBought(Asset assetBought) |
ClaimOfferAtomV0.ClaimOfferAtomV0Builder |
assetSold(Asset assetSold) |
ClaimOfferAtomV0 |
build() |
ClaimOfferAtomV0.ClaimOfferAtomV0Builder |
offerID(Int64 offerID) |
ClaimOfferAtomV0.ClaimOfferAtomV0Builder |
sellerEd25519(Uint256 sellerEd25519) |
java.lang.String |
toString() |
public ClaimOfferAtomV0.ClaimOfferAtomV0Builder sellerEd25519(Uint256 sellerEd25519)
this
.public ClaimOfferAtomV0.ClaimOfferAtomV0Builder offerID(Int64 offerID)
this
.public ClaimOfferAtomV0.ClaimOfferAtomV0Builder assetSold(Asset assetSold)
this
.public ClaimOfferAtomV0.ClaimOfferAtomV0Builder amountSold(Int64 amountSold)
this
.public ClaimOfferAtomV0.ClaimOfferAtomV0Builder assetBought(Asset assetBought)
this
.public ClaimOfferAtomV0.ClaimOfferAtomV0Builder amountBought(Int64 amountBought)
this
.public ClaimOfferAtomV0 build()
public java.lang.String toString()
toString
in class java.lang.Object