Class JobResponseListResult


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

      • JobResponseListResult

        public JobResponseListResult()
    • Method Detail

      • 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.