Class TerminologyEntryWriter.TerminologyValidationResult

java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.i18n.terminology.TerminologyEntryWriter.TerminologyValidationResult
All Implemented Interfaces:
ServiceResult, Serializable
Enclosing interface:
TerminologyEntryWriter

@ExperimentalApi @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public static class TerminologyEntryWriter.TerminologyValidationResult extends ServiceResultImpl
A simple object that holds the result of validation whether new terminology entry can be created. If its ServiceResultImpl.isValid() is true then it can be passed to TerminologyEntryWriter.changeTerminology(com.atlassian.jira.i18n.terminology.TerminologyEntryWriter.TerminologyValidationResult) to create new entry.
See Also: