Uses of Enum Class
it.auties.whatsapp.model.message.button.ListResponseMessage.Type
Packages that use ListResponseMessage.Type
-
Uses of ListResponseMessage.Type in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as ListResponseMessage.TypeModifier and TypeFieldDescriptionprivate final ListResponseMessage.TypeListResponseMessage.listTypeThe field for thelistTyperecord component.private ListResponseMessage.TypeListResponseMessageBuilder.listTypeMethods in it.auties.whatsapp.model.message.button that return ListResponseMessage.TypeModifier and TypeMethodDescriptionListResponseMessage.listType()Returns the value of thelistTyperecord component.static ListResponseMessage.TypeReturns the enum constant of this class with the specified name.static ListResponseMessage.Type[]ListResponseMessage.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 ListResponseMessage.TypeModifier and TypeMethodDescriptionstatic Optional<ListResponseMessage.Type> ListResponseMessageTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.message.button with parameters of type ListResponseMessage.TypeModifier and TypeMethodDescriptionstatic IntegerListResponseMessageTypeSpec.encode(ListResponseMessage.Type protoInputObject) ListResponseMessageBuilder.listType(ListResponseMessage.Type listType) Constructors in it.auties.whatsapp.model.message.button with parameters of type ListResponseMessage.TypeModifierConstructorDescriptionListResponseMessage(String title, SingleSelectReplyButton reply, Optional<ContextInfo> contextInfo, Optional<String> description, ListResponseMessage.Type listType) Creates an instance of aListResponseMessagerecord class.