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 MarketBoardRequestFilter 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.default MarketBoardRequestFilter for NQ listings and entries.The amount of time before now to calculate stats over.Methods inherited from interface DataCenterScope
dataCenterMethods inherited from interface RegionScope
regionMethods inherited from interface 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
-
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
-