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.ContactMethod
ContactMethods.preferredContactMethod
The 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.ContactMethod
ContactMethods.getPreferredContactMethod()
Important: It is NOT guaranteed that the user's contact information corresponding to the preferred contact method is set.static ContactMethods.ContactMethod
Returns 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 TypeMethodDescriptionvoid
ContactMethods.setPreferredContactMethod
(@NonNull ContactMethods.ContactMethod preferredContactMethod) Updates the user'spreferred contact method
that the developers should use to reply to contact requests.