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.InputTypeSdkLanguageOptionalParameters.InputType. create(String key)SdkLanguageOptionalParameters.InputTypeSdkLanguageOptionalParameters. getInputType()The input type for this param.static SdkLanguageOptionalParameters.InputTypeSdkLanguageOptionalParameters.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.BuilderSdkLanguageOptionalParameters.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.
-