Class WorkflowRunListResult

java.lang.Object
com.azure.resourcemanager.appservice.models.WorkflowRunListResult

public final class WorkflowRunListResult extends Object
The list of workflow runs.
  • Constructor Details

    • WorkflowRunListResult

      public WorkflowRunListResult()
  • Method Details

    • value

      public List<WorkflowRunInner> value()
      Get the value property: A list of workflow runs.
      Returns:
      the value value.
    • withValue

      public WorkflowRunListResult withValue(List<WorkflowRunInner> value)
      Set the value property: A list of workflow runs.
      Parameters:
      value - the value value to set.
      Returns:
      the WorkflowRunListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public WorkflowRunListResult withNextLink(String nextLink)
      Set the nextLink property: The URL to get the next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the WorkflowRunListResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.