Uses of Enum Class
it.auties.whatsapp.model.message.button.ListMessage.Type
Packages that use ListMessage.Type
-
Uses of ListMessage.Type in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as ListMessage.TypeModifier and TypeFieldDescriptionprivate final ListMessage.TypeListMessage.listTypeprivate ListMessage.TypeListMessageBuilder.listTypeMethods in it.auties.whatsapp.model.message.button that return ListMessage.TypeModifier and TypeMethodDescriptionListMessage.listType()static ListMessage.TypeReturns the enum constant of this class with the specified name.static ListMessage.Type[]ListMessage.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.message.button that return types with arguments of type ListMessage.TypeModifier and TypeMethodDescriptionstatic Optional<ListMessage.Type> ListMessageTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.message.button with parameters of type ListMessage.TypeModifier and TypeMethodDescriptionstatic IntegerListMessageTypeSpec.encode(ListMessage.Type protoInputObject) ListMessageBuilder.listType(ListMessage.Type listType) Constructors in it.auties.whatsapp.model.message.button with parameters of type ListMessage.TypeModifierConstructorDescriptionListMessage(String title, String description, String button, ListMessage.Type listType, List<ButtonSection> sections, ProductListInfo productListInfo, String footer, ContextInfo contextInfo)