Class WorkflowListResult

java.lang.Object
com.azure.resourcemanager.logic.models.WorkflowListResult

public final class WorkflowListResult extends Object
The list of workflows.
  • Constructor Details

    • WorkflowListResult

      public WorkflowListResult()
      Creates an instance of WorkflowListResult class.
  • Method Details

    • value

      public List<WorkflowInner> value()
      Get the value property: The list of workflows.
      Returns:
      the value value.
    • withValue

      public WorkflowListResult withValue(List<WorkflowInner> value)
      Set the value property: The list of workflows.
      Parameters:
      value - the value value to set.
      Returns:
      the WorkflowListResult 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 WorkflowListResult 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 WorkflowListResult object itself.
    • validate

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