Package com.ibm.cloud.cloudant.v1.model
Class RevsDiff
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.RevsDiff
- All Implemented Interfaces:
 ObjectModel
Schema for information about missing revs and possible ancestors.
- 
Method Summary
Modifier and TypeMethodDescriptionGets the missing.Gets the possibleAncestors.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
getMissing
Gets the missing. List of missing revisions.- Returns:
 - the missing
 
 - 
getPossibleAncestors
Gets the possibleAncestors. List of possible ancestor revisions.- Returns:
 - the possibleAncestors
 
 
 -