Class SqlScriptsListResponse

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

public final class SqlScriptsListResponse extends Object
A list of sql scripts resources.
  • Constructor Details

    • SqlScriptsListResponse

      public SqlScriptsListResponse()
  • Method Details

    • getValue

      public List<SqlScriptResource> getValue()
      Get the value property: List of sql scripts.
      Returns:
      the value value.
    • setValue

      public SqlScriptsListResponse setValue(List<SqlScriptResource> value)
      Set the value property: List of sql scripts.
      Parameters:
      value - the value value to set.
      Returns:
      the SqlScriptsListResponse 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 SqlScriptsListResponse 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 SqlScriptsListResponse object itself.