Uses of Class
org.apache.camel.component.olingo4.api.batch.Operation
-
Packages that use Operation Package Description org.apache.camel.component.olingo4.api.batch -
-
Uses of Operation in org.apache.camel.component.olingo4.api.batch
Fields in org.apache.camel.component.olingo4.api.batch declared as Operation Modifier and Type Field Description protected OperationOlingo4BatchChangeRequest. operationMethods in org.apache.camel.component.olingo4.api.batch that return Operation Modifier and Type Method Description OperationOlingo4BatchChangeRequest. getOperation()static OperationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.olingo4.api.batch with parameters of type Operation Modifier and Type Method Description Olingo4BatchChangeRequest.Olingo4BatchChangeRequestBuilderOlingo4BatchChangeRequest.Olingo4BatchChangeRequestBuilder. operation(Operation operation)
-