Uses of Class
com.oracle.bmc.dataintegration.model.RestCallConfig.Builder
-
Packages that use RestCallConfig.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of RestCallConfig.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return RestCallConfig.Builder Modifier and Type Method Description static RestCallConfig.Builder
RestCallConfig. builder()
Create a new builder.RestCallConfig.Builder
RestCallConfig.Builder. configValues(ConfigValues configValues)
RestCallConfig.Builder
RestCallConfig.Builder. copy(RestCallConfig model)
RestCallConfig.Builder
RestCallConfig.Builder. methodType(RestCallConfig.MethodType methodType)
The REST method to use.RestCallConfig.Builder
RestCallConfig.Builder. requestHeaders(Map<String,String> requestHeaders)
The headers for the REST call.RestCallConfig.Builder
RestCallConfig. toBuilder()
-