Uses of Class
org.apache.camel.component.influxdb2.enums.Operation
-
Packages that use Operation Package Description org.apache.camel.component.influxdb2 org.apache.camel.component.influxdb2.enums -
-
Uses of Operation in org.apache.camel.component.influxdb2
Methods in org.apache.camel.component.influxdb2 that return Operation Modifier and Type Method Description OperationInfluxDb2Endpoint. getOperation()Methods in org.apache.camel.component.influxdb2 with parameters of type Operation Modifier and Type Method Description voidInfluxDb2Endpoint. setOperation(Operation operation) -
Uses of Operation in org.apache.camel.component.influxdb2.enums
Methods in org.apache.camel.component.influxdb2.enums that return Operation Modifier and Type Method Description 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.
-