Uses of Class
com.atlassian.confluence.languages.LocaleInfo.SelectionReason
-
Packages that use LocaleInfo.SelectionReason Package Description com.atlassian.confluence.languages -
-
Uses of LocaleInfo.SelectionReason in com.atlassian.confluence.languages
Methods in com.atlassian.confluence.languages that return LocaleInfo.SelectionReason Modifier and Type Method Description @NonNull LocaleInfo.SelectionReasonLocaleInfo. getSelectionReason()static LocaleInfo.SelectionReasonLocaleInfo.SelectionReason. valueOf(String name)Returns the enum constant of this type with the specified name.static LocaleInfo.SelectionReason[]LocaleInfo.SelectionReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.languages with parameters of type LocaleInfo.SelectionReason Constructor Description LocaleInfo(@Nullable Locale requestedLocale, @NonNull Locale selectedLocale, @NonNull LocaleInfo.SelectionReason selectionReason)
-