Interface MarketBoardRequest
- All Superinterfaces:
BlankMarketBoardRequest
,DataCenterScope<RegionMarketBoardRequest>
,ItemScope<MarketBoardRequest>
,RegionMarketBoardRequest
,RegionScope<RegionMarketBoardRequest>
,Request<MarketBoardResponse>
,WorldScope<RegionMarketBoardRequest>
- All Known Implementing Classes:
MarketBoardRequestImpl
Base implementation for a
MarketBoardRequestImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault MarketBoardRequest
Filter for HQ listings and entries.highQuality
(boolean highQuality) Filter for HQ listings and entries.historyLimit
(int limit) The number of entries to return.historyTime
(Duration duration) The amount of time before now to take entries within the history data returned byMarketBoardResponse.recentHistory()
.listingsLimit
(int limit) The number of entries to return.noGst()
Deprecated, for removal: This API element is subject to removal in a future version.Tax is no longer included in pricing.noGst
(boolean noGst) Deprecated, for removal: This API element is subject to removal in a future version.Tax is no longer included in pricing.default MarketBoardRequest
Filter for NQ listings and entries.The amount of time before now to calculate stats over.Methods inherited from interface de.chojo.universalis.rest.routes.api.base.DataCenterScope
dataCenter
Methods inherited from interface de.chojo.universalis.rest.routes.api.base.ItemScope
items, items, itemsIds, itemsIds
Methods inherited from interface de.chojo.universalis.rest.routes.api.base.RegionScope
region
Methods inherited from interface de.chojo.universalis.rest.routes.api.base.WorldScope
world
-
Method Details
-
listingsLimit
The number of entries to return. By default, all listings will be returned.- Parameters:
limit
- limit- Returns:
- request
-
historyLimit
The number of entries to return. By default, a maximum of 5 entries will be returned.- Parameters:
limit
- limit- Returns:
- request
-
noGst
Deprecated, for removal: This API element is subject to removal in a future version.Tax is no longer included in pricing. Tax is provided viaListing.tax()
If the result should not have Gil sales tax (GST) factored in. GST is applied to all consumer purchases in-game, and is separate from the retainer city tax that impacts what sellers receive. By default, GST is factored in.- Returns:
- request
-
noGst
Deprecated, for removal: This API element is subject to removal in a future version.Tax is no longer included in pricing. Tax is provided viaListing.tax()
If the result should not have Gil sales tax (GST) factored in. GST is applied to all consumer purchases in-game, and is separate from the retainer city tax that impacts what sellers receive. By default, GST is factored in.- Parameters:
noGst
- set to true to disable GST- Returns:
- request
-
highQuality
Filter for HQ listings and entries. By default, both HQ and NQ listings and entries will be returned.- Returns:
- request
-
normalQuality
Filter for NQ listings and entries. By default, both HQ and NQ listings and entries will be returned.- Returns:
- request
-
highQuality
Filter for HQ listings and entries. By default, both HQ and NQ listings and entries will be returned.- Parameters:
highQuality
- set to true to only receive hq listings- Returns:
- request
-
historyTime
The amount of time before now to take entries within the history data returned byMarketBoardResponse.recentHistory()
.- Parameters:
duration
- duration- Returns:
- request
-
statsTime
The amount of time before now to calculate stats over. By default, this is 7 days.- Parameters:
duration
- duration- Returns:
- request
-