public static class OfferEntry.OfferEntryBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
OfferEntry.OfferEntryBuilder |
amount(Int64 amount) |
OfferEntry |
build() |
OfferEntry.OfferEntryBuilder |
buying(Asset buying) |
OfferEntry.OfferEntryBuilder |
ext(OfferEntry.OfferEntryExt ext) |
OfferEntry.OfferEntryBuilder |
flags(Uint32 flags) |
OfferEntry.OfferEntryBuilder |
offerID(Int64 offerID) |
OfferEntry.OfferEntryBuilder |
price(Price price) |
OfferEntry.OfferEntryBuilder |
sellerID(AccountID sellerID) |
OfferEntry.OfferEntryBuilder |
selling(Asset selling) |
java.lang.String |
toString() |
public OfferEntry.OfferEntryBuilder sellerID(AccountID sellerID)
this
.public OfferEntry.OfferEntryBuilder offerID(Int64 offerID)
this
.public OfferEntry.OfferEntryBuilder selling(Asset selling)
this
.public OfferEntry.OfferEntryBuilder buying(Asset buying)
this
.public OfferEntry.OfferEntryBuilder amount(Int64 amount)
this
.public OfferEntry.OfferEntryBuilder price(Price price)
this
.public OfferEntry.OfferEntryBuilder flags(Uint32 flags)
this
.public OfferEntry.OfferEntryBuilder ext(OfferEntry.OfferEntryExt ext)
this
.public OfferEntry build()
public java.lang.String toString()
toString
in class java.lang.Object