Class JobBaseResourceArmPaginatedResult


  • public final class JobBaseResourceArmPaginatedResult
    extends Object
    A paginated list of JobBase entities.
    • Constructor Detail

      • JobBaseResourceArmPaginatedResult

        public JobBaseResourceArmPaginatedResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The link to the next page of JobBase objects. If null, there are no additional pages.
        Returns:
        the nextLink value.
      • withNextLink

        public JobBaseResourceArmPaginatedResult withNextLink​(String nextLink)
        Set the nextLink property: The link to the next page of JobBase objects. If null, there are no additional pages.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the JobBaseResourceArmPaginatedResult object itself.
      • value

        public List<JobBaseDataInner> value()
        Get the value property: An array of objects of type JobBase.
        Returns:
        the value value.
      • withValue

        public JobBaseResourceArmPaginatedResult withValue​(List<JobBaseDataInner> value)
        Set the value property: An array of objects of type JobBase.
        Parameters:
        value - the value value to set.
        Returns:
        the JobBaseResourceArmPaginatedResult object itself.
      • validate

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