Uses of Enum Class
it.auties.whatsapp.model.newsletter.NewsletterReactionSettings.Type
Packages that use NewsletterReactionSettings.Type
-
Uses of NewsletterReactionSettings.Type in it.auties.whatsapp.model.newsletter
Fields in it.auties.whatsapp.model.newsletter declared as NewsletterReactionSettings.TypeModifier and TypeFieldDescriptionprivate final NewsletterReactionSettings.TypeNewsletterReactionSettings.valueThe field for thevaluerecord component.Methods in it.auties.whatsapp.model.newsletter that return NewsletterReactionSettings.TypeModifier and TypeMethodDescriptionNewsletterReactionSettings.value()Returns the value of thevaluerecord component.Returns the enum constant of this class with the specified name.static NewsletterReactionSettings.Type[]NewsletterReactionSettings.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in it.auties.whatsapp.model.newsletter with parameters of type NewsletterReactionSettings.TypeModifierConstructorDescriptionNewsletterReactionSettings(NewsletterReactionSettings.Type value, List<String> blockedCodes, Long enabledTimestampSeconds) NewsletterReactionSettings(NewsletterReactionSettings.Type value, List<String> blockedCodes, OptionalLong enabledTimestampSeconds) Creates an instance of aNewsletterReactionSettingsrecord class.