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.Calling this again will remove other scopes.
- Parameters:
region
- region- Returns:
- request builder
-