Uses of Class
com.oracle.bmc.dataintegration.model.ExecuteRestCallConfig.MethodType
-
Packages that use ExecuteRestCallConfig.MethodType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ExecuteRestCallConfig.MethodType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ExecuteRestCallConfig.MethodType Modifier and Type Method Description static ExecuteRestCallConfig.MethodTypeExecuteRestCallConfig.MethodType. create(String key)ExecuteRestCallConfig.MethodTypeExecuteRestCallConfig. getMethodType()The REST method to use.static ExecuteRestCallConfig.MethodTypeExecuteRestCallConfig.MethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecuteRestCallConfig.MethodType[]ExecuteRestCallConfig.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 ExecuteRestCallConfig.MethodType Modifier and Type Method Description ExecuteRestCallConfig.BuilderExecuteRestCallConfig.Builder. methodType(ExecuteRestCallConfig.MethodType methodType)The REST method to use.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ExecuteRestCallConfig.MethodType Constructor Description ExecuteRestCallConfig(ExecuteRestCallConfig.MethodType methodType, Map<String,String> requestHeaders, ConfigValues configValues)Deprecated.
-