Class PipelineListResponse

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

public final class PipelineListResponse extends Object
A list of pipeline resources.
  • Constructor Details

    • PipelineListResponse

      public PipelineListResponse()
  • Method Details

    • getValue

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

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