Class JobListResultV2

java.lang.Object
com.azure.resourcemanager.automation.models.JobListResultV2

public final class JobListResultV2 extends Object
The response model for the list job operation.
  • Constructor Details

    • JobListResultV2

      public JobListResultV2()
  • Method Details

    • value

      public List<JobCollectionItemInner> value()
      Get the value property: List of jobs.
      Returns:
      the value value.
    • withValue

      public JobListResultV2 withValue(List<JobCollectionItemInner> value)
      Set the value property: List of jobs.
      Parameters:
      value - the value value to set.
      Returns:
      the JobListResultV2 object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link to the next page.
      Returns:
      the nextLink value.
    • validate

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