Class RerunTriggerListResponse

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

public final class RerunTriggerListResponse extends Object
A list of rerun triggers.
  • Constructor Details

    • RerunTriggerListResponse

      public RerunTriggerListResponse()
  • Method Details

    • getValue

      public List<RerunTriggerResource> getValue()
      Get the value property: List of rerun triggers.
      Returns:
      the value value.
    • setValue

      Set the value property: List of rerun triggers.
      Parameters:
      value - the value value to set.
      Returns:
      the RerunTriggerListResponse object itself.
    • getNextLink

      public String getNextLink()
      Get the nextLink property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
      Returns:
      the nextLink value.