Package | Description |
---|---|
net.ravendb.abstractions.data |
Modifier and Type | Method and Description |
---|---|
ReplicationConflictTypes |
ReplicationConflictNotification.getItemType()
Type of conflict that occurred (None, DocumentReplicationConflict, AttachmentReplicationConflict).
|
static ReplicationConflictTypes |
ReplicationConflictTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationConflictTypes[] |
ReplicationConflictTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationConflictNotification.setItemType(ReplicationConflictTypes itemType)
Type of conflict that occurred (None, DocumentReplicationConflict, AttachmentReplicationConflict).
|
Copyright © 2016. All Rights Reserved.