Interface RegionScope<T>
- Type Parameters:
T- type of request builder
- All Known Subinterfaces:
BlankHistoryRequest, BlankMarketBoardRequest, HistoryRequest, MarketBoardRequest, RegionHistoryRequest, RegionMarketBoardRequest
- All Known Implementing Classes:
HistoryRequestImpl, MarketBoardRequestImpl
public interface RegionScope<T>
Interface for requests using regions
-
Method Summary
-
Method Details
-
region
Region scope of the request. Scopes are mutually exclusive — calling this after another scope method throws anIllegalStateException.- Parameters:
region- region- Returns:
- request builder
-