Class CatalogItemList
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItemList
A Data Lake Analytics catalog item list.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the link to the next page of results.withNextLink
(String nextLink) Set the link to the next page of results.
-
Constructor Details
-
CatalogItemList
public CatalogItemList()
-
-
Method Details
-
nextLink
Get the link to the next page of results.- Returns:
- the nextLink value
-
withNextLink
Set the link to the next page of results.- Parameters:
nextLink
- the nextLink value to set- Returns:
- the CatalogItemList object itself.
-