Interface DeleteVersionWithCustomFieldParameters.CustomFieldReplacement
- Enclosing interface:
DeleteVersionWithCustomFieldParameters
public static interface DeleteVersionWithCustomFieldParameters.CustomFieldReplacement
Information about version replacement in custom field.
-
Method Summary
Modifier and TypeMethodDescriptionlongCustom field id.What version will replace version in given custom field.
-
Method Details
-
getCustomFieldId
long getCustomFieldId()Custom field id. -
getMoveTo
What version will replace version in given custom field.Optional.empty()means that version will be removed.
-