Uses of Record Class
com.whatsapp.api.domain.response.Paging
Packages that use Paging
-
Uses of Paging in com.whatsapp.api.domain.phone
Methods in com.whatsapp.api.domain.phone that return PagingModifier and TypeMethodDescriptionPhoneNumbers.paging()
Returns the value of thepaging
record component.Constructors in com.whatsapp.api.domain.phone with parameters of type PagingModifierConstructorDescriptionPhoneNumbers
(List<PhoneNumber> data, Paging paging) Creates an instance of aPhoneNumbers
record class. -
Uses of Paging in com.whatsapp.api.domain.templates.response
Methods in com.whatsapp.api.domain.templates.response that return PagingModifier and TypeMethodDescriptionMessageTemplates.paging()
Returns the value of thepaging
record component.Constructors in com.whatsapp.api.domain.templates.response with parameters of type PagingModifierConstructorDescriptionMessageTemplates
(List<Template> data, Paging paging) Creates an instance of aMessageTemplates
record class.