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.
|
org.codehaus.jackson.JsonNode |
getDocAsNode()
If the feed has been setup to include docs, it will be available through this accessor.
|
String |
getId() |
String |
getRevision() |
int |
getSequence() |
boolean |
isDeleted() |
int getSequence()
String getId()
String getRevision()
boolean isDeleted()
String getDoc()
org.codehaus.jackson.JsonNode getDocAsNode()
Copyright © 2012. All Rights Reserved.