Uses of Record Class
com.whatsapp.api.domain.webhook.Message
Packages that use Message
-
Uses of Message in com.whatsapp.api.domain.webhook
Methods in com.whatsapp.api.domain.webhook that return types with arguments of type MessageModifier and TypeMethodDescriptionValue.messages()
Returns the value of themessages
record component.Constructor parameters in com.whatsapp.api.domain.webhook with type arguments of type MessageModifierConstructorDescriptionValue
(Metadata metadata, String messagingProduct, List<Message> messages, List<Contact> contacts, List<Status> statuses, EventType event, String phoneNumber, String messageTemplateId, String messageTemplateName, String messageTemplateLanguage, String reason, String displayPhoneNumber, String decision, String requestedVerifiedName, Object rejectionReason, DisableInfo disableInfo, String currentLimit, BanInfo banInfo, List<RestrictionInfo> restrictionInfo) Creates an instance of aValue
record class.