@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, isValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasWarnings@Nullable public Collection<TerminologyEntry> getTerminologyEntries()
ServiceResultImpl.isValid() is true, otherwise null.Copyright © 2002-2024 Atlassian. All Rights Reserved.