Interface ListPage<T>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>, SequencedCollection<T>
All Known Implementing Classes:
ForwardingListPage, ListPageWithPrefixes

public interface ListPage<T> extends List<T>
An immutable list that includes a token, if there is another page available.
  • Method Details

    • nextPageToken

      @Nullable String nextPageToken()
      Indicates more data is available.