Uses of Class
com.oracle.bmc.dataintegration.model.RestCallConfig.MethodType
-
Packages that use RestCallConfig.MethodType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of RestCallConfig.MethodType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return RestCallConfig.MethodType Modifier and Type Method Description static RestCallConfig.MethodTypeRestCallConfig.MethodType. create(String key)RestCallConfig.MethodTypeRestCallConfig. getMethodType()The REST method to use.static RestCallConfig.MethodTypeRestCallConfig.MethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static RestCallConfig.MethodType[]RestCallConfig.MethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type RestCallConfig.MethodType Modifier and Type Method Description RestCallConfig.BuilderRestCallConfig.Builder. methodType(RestCallConfig.MethodType methodType)The REST method to use.Constructors in com.oracle.bmc.dataintegration.model with parameters of type RestCallConfig.MethodType Constructor Description RestCallConfig(RestCallConfig.MethodType methodType, Map<String,String> requestHeaders, ConfigValues configValues)Deprecated.
-