Class PageImpl<T>
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.PageImpl<T>
- Type Parameters:
T
- type of Azure resource
- All Implemented Interfaces:
com.microsoft.azure.Page<T>
An instance of this class defines a page of Azure resources and a link to
get the next page of resources, if any.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PageImpl
public PageImpl()
-
-
Method Details
-
nextPageLink
Gets the link to the next page.- Specified by:
nextPageLink
in interfacecom.microsoft.azure.Page<T>
- Returns:
- the link to the next page.
-
items
Gets the list of items. -
setNextPageLink
Sets the link to the next page.- Parameters:
nextPageLink
- the link to the next page.- Returns:
- this Page object itself.
-
setItems
Sets the list of items.- Parameters:
items
- the list of items inList
.- Returns:
- this Page object itself.
-