Class DocumentRevisionStatus

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DocumentRevisionStatus
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for information about revisions and their status.
    • Method Detail

      • rev

        public String rev()
        Gets the rev. Schema for a document revision identifier.
        Returns:
        the rev
      • status

        public String status()
        Gets the status. Status of the revision. May be one of: - `available`: Revision is available for retrieving with rev query parameter - `missing`: Revision is not available - `deleted`: Revision belongs to deleted document.
        Returns:
        the status