@ExperimentalApi @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public static class TerminologyEntryWriter.TerminologyValidationResult extends ServiceResultImpl
ServiceResultImpl.isValid()
is true then it can be passed to TerminologyEntryWriter.changeTerminology(com.atlassian.jira.i18n.terminology.TerminologyEntryWriter.TerminologyValidationResult)
to create new entry.Modifier and Type | Method and Description |
---|---|
Collection<TerminologyEntry> |
getTerminologyEntries()
Returns terminology entry if
ServiceResultImpl.isValid() is true, otherwise null. |
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasWarnings
@Nullable public Collection<TerminologyEntry> getTerminologyEntries()
ServiceResultImpl.isValid()
is true, otherwise null.Copyright © 2002-2023 Atlassian. All Rights Reserved.