Class 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.
    • Constructor Detail

      • RevsDiff

        public RevsDiff()
    • Method Detail

      • 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