Package org.alfresco.rest.api.model
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 Summary
Constructors Constructor Description VersionOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()BooleangetMajorVersion()voidsetComment(String comment)voidsetMajorVersion(Boolean majorVersion)
-