Class CreateVersionsInput
java.lang.Object
com.technia.dsx.threedspace.lifecycle.IDListInput
com.technia.dsx.threedspace.lifecycle.CreateVersionsInput
Input data for creating new versions of objects.
Used to create either revisions or branches of existing objects. Supports specifying an affix for branch creation.
- Since:
- 2023-04-03
-
Constructor Summary
ConstructorsConstructorDescriptionCreateVersionsInput(Collection<String> idList, boolean branch, String affix) -
Method Summary
Methods inherited from class com.technia.dsx.threedspace.lifecycle.IDListInput
getIdList, of, setIdList
-
Constructor Details
-
CreateVersionsInput
public CreateVersionsInput() -
CreateVersionsInput
-
-
Method Details
-
isBranch
public boolean isBranch() -
setBranch
public void setBranch(boolean branch) -
getAffix
-
setAffix
-