Uses of Class
com.oracle.bmc.apigateway.model.SdkLanguageOptionalParameters.InputType
-
Packages that use SdkLanguageOptionalParameters.InputType Package Description com.oracle.bmc.apigateway.model -
-
Uses of SdkLanguageOptionalParameters.InputType in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return SdkLanguageOptionalParameters.InputType Modifier and Type Method Description static SdkLanguageOptionalParameters.InputType
SdkLanguageOptionalParameters.InputType. create(String key)
SdkLanguageOptionalParameters.InputType
SdkLanguageOptionalParameters. getInputType()
The input type for this param.static SdkLanguageOptionalParameters.InputType
SdkLanguageOptionalParameters.InputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SdkLanguageOptionalParameters.InputType[]
SdkLanguageOptionalParameters.InputType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.model with parameters of type SdkLanguageOptionalParameters.InputType Modifier and Type Method Description SdkLanguageOptionalParameters.Builder
SdkLanguageOptionalParameters.Builder. inputType(SdkLanguageOptionalParameters.InputType inputType)
The input type for this param.Constructors in com.oracle.bmc.apigateway.model with parameters of type SdkLanguageOptionalParameters.InputType Constructor Description SdkLanguageOptionalParameters(String paramName, String displayName, String description, Boolean isRequired, BigDecimal maxSize, SdkLanguageOptionalParameters.InputType inputType, List<SdkLanguageOptionalParametersAllowedValue> allowedValues)
Deprecated.
-