Class OperatingSystemVersionRange.Builder

    • Method Detail

      • description

        public OperatingSystemVersionRange.Builder description​(String description)
        “The description of this range (e.g. Valid 1702 builds)”
        Parameters:
        description - value of description property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • highestVersion

        public OperatingSystemVersionRange.Builder highestVersion​(String highestVersion)
        “The highest inclusive version that this range contains.”
        Parameters:
        highestVersion - value of highestVersion property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • lowestVersion

        public OperatingSystemVersionRange.Builder lowestVersion​(String lowestVersion)
        “The lowest inclusive version that this range contains.”
        Parameters:
        lowestVersion - value of lowestVersion property (as defined in service metadata)
        Returns:
        this (for method chaining)