Class JobResponseListResult

java.lang.Object
com.azure.resourcemanager.iothub.models.JobResponseListResult

public final class JobResponseListResult extends Object
The JSON-serialized array of JobResponse objects with a next link.
  • Constructor Details

    • JobResponseListResult

      public JobResponseListResult()
  • Method Details

    • value

      public List<JobResponseInner> value()
      Get the value property: The array of JobResponse objects.
      Returns:
      the value value.
    • withValue

      public JobResponseListResult withValue(List<JobResponseInner> value)
      Set the value property: The array of JobResponse objects.
      Parameters:
      value - the value value to set.
      Returns:
      the JobResponseListResult object itself.
    • nextLink

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

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