T - type of Azure resourcepublic class PageImpl<T> extends Object implements com.microsoft.azure.Page<T>
| Constructor and Description |
|---|
PageImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
items()
Gets the list of items.
|
String |
nextPageLink()
Gets the link to the next page.
|
PageImpl<T> |
setItems(List<T> items)
Sets the list of items.
|
PageImpl<T> |
setNextPageLink(String nextPageLink)
Sets the link to the next page.
|
public String nextPageLink()
nextPageLink in interface com.microsoft.azure.Page<T>public PageImpl<T> setNextPageLink(String nextPageLink)
nextPageLink - 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.
*/