Uses of Enum Class
com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
Packages that use ApiMaturity
-
Uses of ApiMaturity in com.sap.cloud.sdk.datamodel.openapi.generator.model
Fields in com.sap.cloud.sdk.datamodel.openapi.generator.model declared as ApiMaturityModifier and TypeFieldDescriptionstatic final ApiMaturity
ApiMaturity.DEFAULT
The fallback API maturity, which is used whenever nothing else is specified.Methods in com.sap.cloud.sdk.datamodel.openapi.generator.model that return ApiMaturityModifier 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.Methods in com.sap.cloud.sdk.datamodel.openapi.generator.model with parameters of type ApiMaturityModifier and TypeMethodDescriptionGenerationConfiguration.GenerationConfigurationBuilder.apiMaturity
(ApiMaturity apiMaturity)