static OperatingSystemVersionRange.Builder |
OperatingSystemVersionRange.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
OperatingSystemVersionRange.Builder |
OperatingSystemVersionRange.Builder.description(String description) |
“The description of this range (e.g.
|
OperatingSystemVersionRange.Builder |
OperatingSystemVersionRange.Builder.highestVersion(String highestVersion) |
“The highest inclusive version that this range contains.”
|
OperatingSystemVersionRange.Builder |
OperatingSystemVersionRange.Builder.lowestVersion(String lowestVersion) |
“The lowest inclusive version that this range contains.”
|