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:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ChangesResultItem extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for an item in the changes results array.
-
-
Constructor Summary
Constructors Constructor Description ChangesResultItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Change>
getChanges()
Gets the changes.Document
getDoc()
Gets the doc.String
getId()
Gets the id.String
getSeq()
Gets the seq.Boolean
isDeleted()
Gets the deleted.
-
-
-
Method Detail
-
getChanges
public List<Change> getChanges()
Gets the changes. List of document's leaves with single field rev.- Returns:
- the changes
-
isDeleted
public Boolean isDeleted()
Gets the deleted. if `true` then the document is deleted.- Returns:
- the deleted
-
getDoc
public Document getDoc()
Gets the doc. Schema for a document.- Returns:
- the doc
-
getId
public String getId()
Gets the id. Schema for a document ID.- Returns:
- the id
-
getSeq
public String getSeq()
Gets the seq. Update sequence.- Returns:
- the seq
-
-