Package | Description |
---|---|
com.marklogic.client.document |
The package provides classes for creating, retrieving, updating, and deleting
documents in the database for the REST server.
|
Modifier and Type | Method and Description |
---|---|
DocumentWriteOperation.OperationType |
DocumentWriteOperation.getOperationType()
Returns the
DocumentWriteOperation.OperationType set implicitly by your call to
add , addDefault , or
disableDefault . |
static DocumentWriteOperation.OperationType |
DocumentWriteOperation.OperationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentWriteOperation.OperationType[] |
DocumentWriteOperation.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013-2018 MarkLogic Corporation.