CatalogItemList Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. CatalogItemList
- com.
public class CatalogItemList
A Data Lake Analytics catalog item list.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink value. |
Catalog |
withNextLink(String nextLink)
Set the nextLink value. |
Method Details
nextLink
public String nextLink()
Get the nextLink value.
Returns:
the nextLink value
withNextLink
public CatalogItemList withNextLink(String nextLink)
Set the nextLink value.
Parameters:
nextLink
- the nextLink value to set
Returns:
the CatalogItemList object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java