Package | Description |
---|---|
io.vertx.ext.mongo |
Modifier and Type | Method and Description |
---|---|
BulkOperationType |
BulkOperation.getType()
Returns the operation type
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
BulkOperation |
BulkOperation.setType(BulkOperationType type)
Sets the operation type
|
Copyright © 2023 Eclipse. All rights reserved.