Package | Description |
---|---|
net.ravendb.abstractions.data |
Modifier and Type | Method and Description |
---|---|
PatchCommandType |
PatchRequest.getType() |
static PatchCommandType |
PatchCommandType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatchCommandType[] |
PatchCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PatchRequest.setType(PatchCommandType type) |
Constructor and Description |
---|
PatchRequest(PatchCommandType type,
java.lang.String name,
RavenJToken value) |
Copyright © 2014. All Rights Reserved.