Class 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 Detail

      • ChangesResultItem

        public ChangesResultItem()
    • 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