Class CodeVersionResourceArmPaginatedResult


  • public final class CodeVersionResourceArmPaginatedResult
    extends Object
    A paginated list of CodeVersion entities.
    • Constructor Detail

      • CodeVersionResourceArmPaginatedResult

        public CodeVersionResourceArmPaginatedResult()
    • Method Detail

      • nextLink

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

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

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

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