Uses of Record Class
com.whatsapp.api.domain.webhook.Conversation
Packages that use Conversation
-
Uses of Conversation in com.whatsapp.api.domain.webhook
Methods in com.whatsapp.api.domain.webhook that return ConversationModifier and TypeMethodDescriptionStatus.conversation()
Returns the value of theconversation
record component.Constructors in com.whatsapp.api.domain.webhook with parameters of type ConversationModifierConstructorDescriptionStatus
(String id, Conversation conversation, Pricing pricing, String recipientId, MessageStatus status, String timestamp, List<Error> errors) Creates an instance of aStatus
record class.