Class RevsDiff

All Implemented Interfaces:
ObjectModel

public class RevsDiff extends 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