Uses of Enum Class
com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
-
Uses of ApiMaturity in com.sap.cloud.sdk.datamodel.openapi.generator.model
Modifier and TypeFieldDescriptionstatic final ApiMaturity
ApiMaturity.DEFAULT
The fallback API maturity, which is used whenever nothing else is specified.Modifier and TypeMethodDescriptionGenerationConfiguration.getApiMaturity()
static ApiMaturity
ApiMaturity.getValueOrDefault
(String identifier) Returns the enum value for the given identifier.static ApiMaturity
Returns the enum constant of this class with the specified name.static ApiMaturity[]
ApiMaturity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionGenerationConfiguration.GenerationConfigurationBuilder.apiMaturity
(ApiMaturity apiMaturity)