Uses of Enum Class
com.atlassian.confluence.languages.LocaleInfo.SelectionReason
Packages that use LocaleInfo.SelectionReason
-
Uses of LocaleInfo.SelectionReason in com.atlassian.confluence.languages
Methods in com.atlassian.confluence.languages that return LocaleInfo.SelectionReasonModifier and TypeMethodDescription@NonNull LocaleInfo.SelectionReasonLocaleInfo.getSelectionReason()static LocaleInfo.SelectionReasonReturns the enum constant of this class with the specified name.static LocaleInfo.SelectionReason[]LocaleInfo.SelectionReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.confluence.languages with parameters of type LocaleInfo.SelectionReasonModifierConstructorDescriptionLocaleInfo(@Nullable Locale requestedLocale, @NonNull Locale selectedLocale, @NonNull LocaleInfo.SelectionReason selectionReason)