Class NotebookListResponse

java.lang.Object
com.azure.analytics.synapse.artifacts.models.NotebookListResponse

public final class NotebookListResponse extends Object
A list of Notebook resources.
  • Constructor Details

    • NotebookListResponse

      public NotebookListResponse()
  • Method Details

    • getValue

      public List<NotebookResource> getValue()
      Get the value property: List of Notebooks.
      Returns:
      the value value.
    • setValue

      public NotebookListResponse setValue(List<NotebookResource> value)
      Set the value property: List of Notebooks.
      Parameters:
      value - the value value to set.
      Returns:
      the NotebookListResponse object itself.
    • getNextLink

      public String getNextLink()
      Get the nextLink property: The link to the next page of results, if any remaining results exist.
      Returns:
      the nextLink value.
    • setNextLink

      public NotebookListResponse setNextLink(String nextLink)
      Set the nextLink property: The link to the next page of results, if any remaining results exist.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the NotebookListResponse object itself.