PageImpl<T> Class
- java.
lang. Object - com.
microsoft. azure. Page<T> - com.
microsoft. azure. management. datalake. store. models. PageImpl<T>
- com.
- com.
Type Parameters
- T
type of Azure resource
public class PageImpl
An instance of this class defines a page of Azure resources and a link to get the next page of resources, if any.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<T> |
items()
Gets the list of items. |
String |
nextPageLink()
Gets the link to the next page. |
Page |
setItems(List<T> items)
Sets the list of items. |
Page |
setNextPageLink(String nextPageLink)
Sets the link to the next page. |
Method Details
items
public List
Gets the list of items.
Returns:
nextPageLink
public String nextPageLink()
Gets the link to the next page.
Returns:
setItems
public PageImpl
Sets the list of items.
Parameters:
Returns:
setNextPageLink
public PageImpl
Sets the link to the next page.
Parameters:
Returns:
Applies to
Azure SDK for Java