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.listTypeThe field for thelistTyperecord component.private ListMessage.TypeListMessageBuilder.listTypeMethods in it.auties.whatsapp.model.message.button that return ListMessage.TypeModifier and TypeMethodDescriptionListMessage.listType()Returns the value of thelistTyperecord component.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, Optional<String> description, String button, ListMessage.Type listType, List<ButtonSection> sections, Optional<ProductListInfo> productListInfo, Optional<String> footer, Optional<ContextInfo> contextInfo) Creates an instance of aListMessagerecord class.