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