Class LibraryListResponse

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

public final class LibraryListResponse extends Object
A list of Library resources.
  • Constructor Details

    • LibraryListResponse

      public LibraryListResponse()
  • Method Details

    • getValue

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

      public LibraryListResponse setValue(List<LibraryResource> value)
      Set the value property: List of Library.
      Parameters:
      value - the value value to set.
      Returns:
      the LibraryListResponse 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 LibraryListResponse 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 LibraryListResponse object itself.