Uses of Class
org.apache.camel.quarkus.component.nitrite.it.Operation.Type
-
-
Uses of Operation.Type in org.apache.camel.quarkus.component.nitrite.it
Methods in org.apache.camel.quarkus.component.nitrite.it that return Operation.Type Modifier and Type Method Description Operation.TypeOperation. getType()static Operation.TypeOperation.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation.Type[]Operation.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.quarkus.component.nitrite.it with parameters of type Operation.Type Modifier and Type Method Description voidOperation. setType(Operation.Type type)Constructors in org.apache.camel.quarkus.component.nitrite.it with parameters of type Operation.Type Constructor Description Operation(Operation.Type type, String field, Object value, EmployeeSerializable employeeSerializable, EmployeeMappable employeeMappable)Operation(Operation.Type type, String field, Object value, org.dizitart.no2.Document document)
-