Package com.ibm.cloud.cloudant.v1.model
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
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
isDeleted
Gets the deleted. If `true` then the document is deleted. Not present for undeleted documents.- Returns:
- the deleted
-
getRev
Gets the rev. Schema for a document revision identifier.- Returns:
- the rev
-