Uses of Record Class
com.whatsapp.api.domain.webhook.Entry
-
Uses of Entry in com.whatsapp.api.domain.webhook
Modifier and TypeMethodDescriptionWebHookEvent.entry()
Returns the value of theentry
record component.ModifierConstructorDescriptionWebHookEvent
(List<Entry> entry, String object) Creates an instance of aWebHookEvent
record class.