Class RevsDiff

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

public class RevsDiff extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for information about missing revs and possible ancestors.
  • Method Details

    • getMissing

      public List<String> getMissing()
      Gets the missing. List of missing revisions.
      Returns:
      the missing
    • getPossibleAncestors

      public List<String> getPossibleAncestors()
      Gets the possibleAncestors. List of possible ancestor revisions.
      Returns:
      the possibleAncestors