java.lang.Object
com.azure.resourcemanager.recoveryservicesbackup.models.ResourceList
com.azure.resourcemanager.recoveryservicesbackup.models.JobResourceList

public final class JobResourceList extends ResourceList
List of Job resources.
  • Constructor Details

    • JobResourceList

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

    • value

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

      public JobResourceList withValue(List<JobResourceInner> value)
      Set the value property: List of resources.
      Parameters:
      value - the value value to set.
      Returns:
      the JobResourceList object itself.
    • withNextLink

      public JobResourceList withNextLink(String nextLink)
      Set the nextLink property: The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.
      Overrides:
      withNextLink in class ResourceList
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ResourceList object itself.
    • validate

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