Package com.ibm.cloud.cloudant.v1.model
Class ChangesResultItem
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ChangesResultItem
- All Implemented Interfaces:
 ObjectModel
Schema for an item in the changes results array.
- 
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
getChanges
Gets the changes. List of document's leaves with single field rev.- Returns:
 - the changes
 
 - 
isDeleted
Gets the deleted. if `true` then the document is deleted.- Returns:
 - the deleted
 
 - 
getDoc
Gets the doc. Schema for a document.- Returns:
 - the doc
 
 - 
getId
Gets the id. Schema for a document ID.- Returns:
 - the id
 
 - 
getSeq
Gets the seq. Update sequence.- Returns:
 - the seq
 
 
 -