public static class ManageSellOfferOp.ManageSellOfferOpBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ManageSellOfferOp.ManageSellOfferOpBuilder |
amount(Int64 amount) |
ManageSellOfferOp |
build() |
ManageSellOfferOp.ManageSellOfferOpBuilder |
buying(Asset buying) |
ManageSellOfferOp.ManageSellOfferOpBuilder |
offerID(Int64 offerID) |
ManageSellOfferOp.ManageSellOfferOpBuilder |
price(Price price) |
ManageSellOfferOp.ManageSellOfferOpBuilder |
selling(Asset selling) |
java.lang.String |
toString() |
public ManageSellOfferOp.ManageSellOfferOpBuilder selling(Asset selling)
this.public ManageSellOfferOp.ManageSellOfferOpBuilder buying(Asset buying)
this.public ManageSellOfferOp.ManageSellOfferOpBuilder amount(Int64 amount)
this.public ManageSellOfferOp.ManageSellOfferOpBuilder price(Price price)
this.public ManageSellOfferOp.ManageSellOfferOpBuilder offerID(Int64 offerID)
this.public ManageSellOfferOp build()
public java.lang.String toString()
toString in class java.lang.Object