Class JobResourceList


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

      • JobResourceList

        public JobResourceList()
    • Method Detail

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