java.lang.Object
com.onlyoffice.model.documenteditor.callback.History

public class History extends Object
Defines the object with the document changes history. The object is present when the Status value is equal to 2 or 3 only. It contains the object "changes" and "serverVersion", which must be sent as properties "changes" and "serverVersion" of the object sent as the argument to the "refreshHistory" method.
另请参阅:
  • 构造器详细资料

    • History

      public History()
  • 方法详细资料

    • getServerVersion

      public String getServerVersion()
    • setServerVersion

      public void setServerVersion(String serverVersion)
    • getChanges

      public List<Changes> getChanges()
    • setChanges

      public void setChanges(List<Changes> changes)