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