setOfferId method
- int offerId
Sets offer ID. 0
creates a new offer. Set to existing offer ID to change it.
Implementation
ManageOfferOperationBuilder setOfferId(int offerId) {
this._offerId = offerId;
return this;
}
Sets offer ID. 0
creates a new offer. Set to existing offer ID to change it.
ManageOfferOperationBuilder setOfferId(int offerId) {
this._offerId = offerId;
return this;
}