Interface Page<T>

Type Parameters:
T - Type of items in the page response.
All Superinterfaces:
ContinuablePage<String,T>
All Known Subinterfaces:
PagedResponse<T>
All Known Implementing Classes:
AutocompletePagedResponse, PagedResponseBase, SearchPagedResponse, SuggestPagedResponse

public interface Page<T> extends ContinuablePage<String,T>
Represents a paginated REST response from the service.