Uses of Class
io.vertx.ext.mongo.BulkOperationType
-
Packages that use BulkOperationType Package Description io.vertx.ext.mongo -
-
Uses of BulkOperationType in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return BulkOperationType Modifier and Type Method Description BulkOperationType
BulkOperation. getType()
Returns the operation typestatic BulkOperationType
BulkOperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BulkOperationType[]
BulkOperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.mongo with parameters of type BulkOperationType Modifier and Type Method Description BulkOperation
BulkOperation. setType(BulkOperationType type)
Sets the operation type
-