Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.abstractions.json.linq |
Modifier and Type | Method and Description |
---|---|
DocumentsChanges.ChangeType |
DocumentsChanges.getChange()
Type of change that occurred.
|
static DocumentsChanges.ChangeType |
DocumentsChanges.ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentsChanges.ChangeType[] |
DocumentsChanges.ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentsChanges.setChange(DocumentsChanges.ChangeType change)
Type of change that occurred.
|
Modifier and Type | Method and Description |
---|---|
static void |
Extensions.addChanges(List<DocumentsChanges> docChanges,
DocumentsChanges.ChangeType change) |
Copyright © 2016. All Rights Reserved.