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.private NewsletterReactionSettings.TypeNewsletterReactionSettingsBuilder.valueMethods 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.Methods in it.auties.whatsapp.model.newsletter that return types with arguments of type NewsletterReactionSettings.TypeMethods in it.auties.whatsapp.model.newsletter with parameters of type NewsletterReactionSettings.TypeModifier and TypeMethodDescriptionstatic IntegerNewsletterReactionSettingsTypeSpec.encode(NewsletterReactionSettings.Type protoInputObject) NewsletterReactionSettingsBuilder.value(NewsletterReactionSettings.Type value) 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.