Package org.alfresco.rest.api.model
Class VersionOptions
- java.lang.Object
-
- org.alfresco.rest.api.model.VersionOptions
-
public class VersionOptions extends java.lang.Object
Version Options Initially, used by version revert. Should also be consistent with version options used with Node Create & Update.- Author:
- janv
-
-
Constructor Summary
Constructors Constructor Description VersionOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComment()
java.lang.Boolean
getMajorVersion()
void
setComment(java.lang.String comment)
void
setMajorVersion(java.lang.Boolean majorVersion)
-