Interface LimitedRequest<T>

Type Parameters:
T - type of request builder
All Known Subinterfaces:
HistoryRequest, LeastRecentlyUpdatedRequest, MostRecentlyUpdatedRequest
All Known Implementing Classes:
HistoryRequestImpl, LeastRecentlyUpdatedRequestImpl, MostRecentlyUpdatedRequestImpl

public interface LimitedRequest<T>
Interface for requests using limits
  • Method Summary

    Modifier and Type
    Method
    Description
    limit(int limit)
    Set the limit of retrieved entries for this request
  • Method Details

    • limit

      @CheckReturnValue T limit(int limit)
      Set the limit of retrieved entries for this request
      Parameters:
      limit - limit
      Returns:
      request builder