Class ChangesResultItem

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ChangesResultItem
All Implemented Interfaces:
ObjectModel

public class ChangesResultItem extends GenericModel
Schema for an item in the changes results array.
  • Method Details

    • 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