Uses of Enum Class
page.codeberg.friedolyn.configuration.ContactMethods.ContactMethod
Packages that use ContactMethods.ContactMethod
-
Uses of ContactMethods.ContactMethod in page.codeberg.friedolyn.configuration
Fields in page.codeberg.friedolyn.configuration declared as ContactMethods.ContactMethodModifier and TypeFieldDescriptionprivate @NonNull ContactMethods.ContactMethodContactMethods.preferredContactMethodThe means of communication that the user wants the developers to use for replying to contact requests.Methods in page.codeberg.friedolyn.configuration that return ContactMethods.ContactMethodModifier and TypeMethodDescription@NonNull ContactMethods.ContactMethodContactMethods.getPreferredContactMethod()Important: It is NOT guaranteed that the user's contact information corresponding to the preferred contact method is set.static ContactMethods.ContactMethodReturns the enum constant of this class with the specified name.static ContactMethods.ContactMethod[]ContactMethods.ContactMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.configuration with parameters of type ContactMethods.ContactMethodModifier and TypeMethodDescriptionvoidContactMethods.setPreferredContactMethod(@NonNull ContactMethods.ContactMethod preferredContactMethod) Updates the user'spreferred contact methodthat the developers should use to reply to contact requests.