T - Type of the listed objects in that response.public interface Page<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getContinuationToken()
Gets a link to the next page, or
null if there are no more results. |
List<T> |
getItems()
Gets a list of items returned from the service.
|
List<T> getItems()
String getContinuationToken()
null if there are no more results.null if there are no more results.Copyright © 2019 Microsoft Corporation. All rights reserved.