Interface ICollectionResponse<T>

Type Parameters:
T - the type for the items in the response.
All Superinterfaces:
IJsonBackedObject
All Known Implementing Classes:
BaseCollectionResponse

public interface ICollectionResponse<T> extends IJsonBackedObject
Represents a response of a collection of items returned by the service
  • Method Details

    • values

      @Nullable List<T> values()
      Gets the deserialized values the response contains
      Returns:
      the deserialized values for the response
    • nextLink

      @Nullable String nextLink()
      Gets the link to the next page of this collection
      Returns:
      The URL to the next page of this collection, or null