CatalogItemList Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.CatalogItemList

public class CatalogItemList

A Data Lake Analytics catalog item list.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink value.

CatalogItemList 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