public interface DocumentChange
Modifier and Type | Method and Description |
---|---|
String |
getDoc()
If the feed has been setup to include docs, it will be available through this accessor.
|
com.fasterxml.jackson.databind.JsonNode |
getDocAsNode()
If the feed has been setup to include docs, it will be available through this accessor.
|
String |
getId() |
String |
getRevision() |
List<String> |
getRevisions() |
int |
getSequence() |
boolean |
isDeleted() |
int getSequence()
String getId()
String getRevision()
List<String> getRevisions()
boolean isDeleted()
String getDoc()
com.fasterxml.jackson.databind.JsonNode getDocAsNode()
Copyright © 2013. All Rights Reserved.