Interface DeleteVersionWithCustomFieldParameters.CustomFieldReplacement

Enclosing interface:
DeleteVersionWithCustomFieldParameters

public static interface DeleteVersionWithCustomFieldParameters.CustomFieldReplacement
Information about version replacement in custom field.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Custom field id.
    What version will replace version in given custom field.
  • Method Details

    • getCustomFieldId

      long getCustomFieldId()
      Custom field id.
    • getMoveTo

      Optional<Version> getMoveTo()
      What version will replace version in given custom field. Optional.empty() means that version will be removed.