public class PagedList<T> extends Object
| Constructor and Description |
|---|
PagedList(List<T> elements,
String nextPageToken) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getElements() |
String |
getNextPageToken() |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.