Class KqlScriptsResourceCollectionResponse

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

public final class KqlScriptsResourceCollectionResponse extends Object
The KqlScriptsResourceCollectionResponse model.
  • Constructor Details

    • KqlScriptsResourceCollectionResponse

      public KqlScriptsResourceCollectionResponse()
  • Method Details

    • getValue

      public List<KqlScriptResource> getValue()
      Get the value property: The value property.
      Returns:
      the value value.
    • setValue

      Set the value property: The value property.
      Parameters:
      value - the value value to set.
      Returns:
      the KqlScriptsResourceCollectionResponse object itself.
    • getNextLink

      public String getNextLink()
      Get the nextLink property: The nextLink property.
      Returns:
      the nextLink value.
    • setNextLink

      public KqlScriptsResourceCollectionResponse setNextLink(String nextLink)
      Set the nextLink property: The nextLink property.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the KqlScriptsResourceCollectionResponse object itself.