Package | Description |
---|---|
io.vertx.ext.mongo |
Modifier and Type | Method and Description |
---|---|
BulkOperation.BulkOperationType |
BulkOperation.getType()
Returns the operation type
|
static BulkOperation.BulkOperationType |
BulkOperation.BulkOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkOperation.BulkOperationType[] |
BulkOperation.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(BulkOperation.BulkOperationType type)
Sets the operation type
|
Copyright © 2023 Eclipse. All rights reserved.