E - the element type.public interface Page<E>
| Modifier and Type | Method and Description |
|---|---|
List<E> |
items()
Gets the list of items.
|
String |
nextPageLink()
Gets the link to the next page.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/