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

    Modifier and Type
    Method
    Description
    region(Region region)
    Region scope of the request.
  • Method Details

    • region

      @CheckReturnValue T region(Region region)
      Region scope of the request.

      Calling this again will remove other scopes.

      Parameters:
      region - region
      Returns:
      request builder