Interface WorldScope<T>

Type Parameters:
T - type of request builder
All Known Subinterfaces:
BlankHistoryRequest, BlankLeastRecentlyUpdatedRequest, BlankMarketBoardRequest, BlankMostRecentlyUpdatedRequest, BlankTaxRatesRequest, HistoryRequest, LeastRecentlyUpdatedRequest, MarketBoardRequest, MostRecentlyUpdatedRequest, RegionHistoryRequest, RegionMarketBoardRequest, TaxRatesRequest
All Known Implementing Classes:
HistoryRequestImpl, LeastRecentlyUpdatedRequestImpl, MarketBoardRequestImpl, MostRecentlyUpdatedRequestImpl, TaxRatesRequestImpl

public interface WorldScope<T>
Interface for requests using worlds
  • Method Summary

    Modifier and Type
    Method
    Description
    world(World world)
    World scope of the request.
  • Method Details

    • world

      @CheckReturnValue T world(World world)
      World scope of the request.

      Calling this again will remove other scopes.

      Parameters:
      world - world
      Returns:
      request builder