Class VersionOptions

java.lang.Object
org.alfresco.rest.api.model.VersionOptions

public class VersionOptions extends Object
Version Options Initially, used by version revert. Should also be consistent with version options used with Node Create & Update.
Author:
janv
  • Constructor Details

    • VersionOptions

      public VersionOptions()
  • Method Details

    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getMajorVersion

      public Boolean getMajorVersion()
    • setMajorVersion

      public void setMajorVersion(Boolean majorVersion)