Class ModelVersionResourceArmPaginatedResult


  • public final class ModelVersionResourceArmPaginatedResult
    extends Object
    A paginated list of ModelVersion entities.
    • Constructor Detail

      • ModelVersionResourceArmPaginatedResult

        public ModelVersionResourceArmPaginatedResult()
    • Method Detail

      • nextLink

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

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

        public List<ModelVersionDataInner> value()
        Get the value property: An array of objects of type ModelVersion.
        Returns:
        the value value.
      • validate

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