Uses of Enum
io.vertx.ext.mongo.BulkOperationType
Packages that use BulkOperationType
-
Uses of BulkOperationType in io.vertx.ext.mongo
Subclasses with type arguments of type BulkOperationType in io.vertx.ext.mongoModifier and TypeClassDescriptionenumEnum for the different possible operationsMethods in io.vertx.ext.mongo that return BulkOperationTypeModifier and TypeMethodDescriptionBulkOperation.getType()Returns the operation typestatic BulkOperationTypeReturns 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 BulkOperationTypeModifier and TypeMethodDescriptionBulkOperation.setType(BulkOperationType type) Sets the operation type