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

public class CatalogItemList extends Object
A Data Lake Analytics catalog item list.
  • Constructor Details

    • CatalogItemList

      public CatalogItemList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the link to the next page of results.
      Returns:
      the nextLink value
    • withNextLink

      public CatalogItemList withNextLink(String nextLink)
      Set the link to the next page of results.
      Parameters:
      nextLink - the nextLink value to set
      Returns:
      the CatalogItemList object itself.