CreateOfferConfigBuilder

public class CreateOfferConfigBuilder

Functions

build
Link copied to clipboard
GrandExchange.CreateOfferConfig build()
interruptCondition
Link copied to clipboard
Function to break out of placing an offer.
itemId
Link copied to clipboard
GrandExchange.CreateOfferConfig.CreateOfferConfigBuilder itemId(int itemId)
Either this or itemName is required.
itemName
Link copied to clipboard
Either this or itemId is required.
price
Link copied to clipboard
GrandExchange.CreateOfferConfig.CreateOfferConfigBuilder price(int price)
Either this or priceAdjustment is required The price to place the offer at
priceAdjustment
Link copied to clipboard
GrandExchange.CreateOfferConfig.CreateOfferConfigBuilder priceAdjustment(int priceAdjustment)
Either this or price is required.
quantity
Link copied to clipboard
GrandExchange.CreateOfferConfig.CreateOfferConfigBuilder quantity(int quantity)
The quantity to place the offer for.
searchText
Link copied to clipboard
The search text to use when selecting the item to buy.
slot
Link copied to clipboard
The slot to place the offer in.
toString
Link copied to clipboard
String toString()
type
Link copied to clipboard
The type of the grand exchange offer to place.