Class CollectionPage<T>

  • Type Parameters:
    T - item type
    All Implemented Interfaces:
    Paged<T,​CollectionPage<T>>, Iterable<T>

    public final class CollectionPage<T>
    extends Object
    implements Paged<T,​CollectionPage<T>>
    Note this object has been annotated with JsonProperty declarations but the user should not try to unmarshall a CollectionPage from json because it will be missing critical fields to operate correctly.