Interface ListPage<T>

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

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

      • nextPageToken

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