Uses of Record Class
it.auties.whatsapp.model.message.button.ListResponseMessage
Packages that use ListResponseMessage
-
Uses of ListResponseMessage in it.auties.whatsapp.model.message.button
Methods in it.auties.whatsapp.model.message.button that return ListResponseMessageModifier and TypeMethodDescriptionListResponseMessageBuilder.build()static ListResponseMessageListResponseMessageSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.message.button with parameters of type ListResponseMessageModifier and TypeMethodDescriptionstatic byte[]ListResponseMessageSpec.encode(ListResponseMessage protoInputObject) -
Uses of ListResponseMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type ListResponseMessageModifier and TypeFieldDescriptionprivate final Optional<ListResponseMessage> MessageContainer.listResponseMessageThe field for thelistResponseMessagerecord component.private Optional<ListResponseMessage> MessageContainerBuilder.listResponseMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type ListResponseMessageModifier and TypeMethodDescriptionMessageContainer.listResponseMessage()Returns the value of thelistResponseMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type ListResponseMessageModifier and TypeMethodDescriptionMessageContainerBuilder.listResponseMessage(ListResponseMessage listResponseMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type ListResponseMessageModifier and TypeMethodDescriptionMessageContainerBuilder.listResponseMessage(Optional<ListResponseMessage> listResponseMessage)