Class OSVersionListResult


  • public final class OSVersionListResult
    extends Object
    The OSVersionListResult model.
    • Constructor Detail

      • OSVersionListResult

        public OSVersionListResult()
    • Method Detail

      • value

        public List<OSVersionInner> value()
        Get the value property: The value property.
        Returns:
        the value value.
      • withValue

        public OSVersionListResult withValue​(List<OSVersionInner> value)
        Set the value property: The value property.
        Parameters:
        value - the value value to set.
        Returns:
        the OSVersionListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The nextLink property.
        Returns:
        the nextLink value.
      • withNextLink

        public OSVersionListResult withNextLink​(String nextLink)
        Set the nextLink property: The nextLink property.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the OSVersionListResult object itself.
      • validate

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