setOfferId method

ManageBuyOfferOperationBuilder setOfferId(
  1. String offerId
)

Sets offer ID. 0 creates a new offer. Set to existing offer ID to change it.

Implementation

ManageBuyOfferOperationBuilder setOfferId(String offerId) {
  this._offerId = offerId;
  return this;
}