public static enum DocumentWriteOperation.OperationType extends java.lang.Enum<DocumentWriteOperation.OperationType>
Enum Constant and Description |
---|
DISABLE_METADATA_DEFAULT
Deprecated.
|
DOCUMENT_WRITE
This write operation (REST API mime part) creates or overwrites
one document and/or document metadata.
|
METADATA_DEFAULT
This write operation (REST API mime part) sets the defaults for the
rest of the request.
|
Modifier and Type | Method and Description |
---|---|
static DocumentWriteOperation.OperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentWriteOperation.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentWriteOperation.OperationType METADATA_DEFAULT
@Deprecated public static final DocumentWriteOperation.OperationType DISABLE_METADATA_DEFAULT
public static final DocumentWriteOperation.OperationType DOCUMENT_WRITE
public static DocumentWriteOperation.OperationType[] values()
for (DocumentWriteOperation.OperationType c : DocumentWriteOperation.OperationType.values()) System.out.println(c);
public static DocumentWriteOperation.OperationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2013-2021 MarkLogic Corporation.