public static interface Enumeration.Builder
EnumerationSpecification.toEnumerationBuilder(). In general only the SDK or Codegen
should implement this interface.| Modifier and Type | Method and Description |
|---|---|
Enumeration |
build()
Builds Enumeration with the given data.
|
Enumeration.Builder |
setValue(int value)
The
Enumeration.getValue() of the result of build() will return this value. |
Enumeration build()
Enumeration.Builder setValue(int value)
Enumeration.getValue() of the result of build() will return this value.IllegalArgumentException - if the value is not within the
EnumerationSpecification.Copyright © 2026. All rights reserved.