Class DocsResultRowValue

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

public class DocsResultRowValue extends com.ibm.cloud.sdk.core.service.model.GenericModel
Value of built-in `/_all_docs` style view.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the rev.
    Gets the deleted.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • isDeleted

      public Boolean isDeleted()
      Gets the deleted. If `true` then the document is deleted. Not present for undeleted documents.
      Returns:
      the deleted
    • getRev

      public String getRev()
      Gets the rev. Schema for a document revision identifier.
      Returns:
      the rev