Uses of Record Class
com.whatsapp.api.domain.response.Paging
-
Uses of Paging in com.whatsapp.api.domain.phone
Modifier and TypeMethodDescriptionPhoneNumbers.paging()
Returns the value of thepaging
record component.ModifierConstructorDescriptionPhoneNumbers
(List<PhoneNumber> data, Paging paging) Creates an instance of aPhoneNumbers
record class. -
Uses of Paging in com.whatsapp.api.domain.templates.response
Modifier and TypeMethodDescriptionMessageTemplates.paging()
Returns the value of thepaging
record component.ModifierConstructorDescriptionMessageTemplates
(List<Template> data, Paging paging) Creates an instance of aMessageTemplates
record class.