JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Record Class
com.whatsapp.api.domain.webhook.Name
Packages that use
Name
Package
Description
com.whatsapp.api.domain.webhook
Uses of
Name
in
com.whatsapp.api.domain.webhook
Methods in
com.whatsapp.api.domain.webhook
that return
Name
Modifier and Type
Method
Description
Name
Contact.
name
()
Returns the value of the
name
record component.
Constructors in
com.whatsapp.api.domain.webhook
with parameters of type
Name
Modifier
Constructor
Description
Contact
(
Profile
profile,
Name
name,
List
<
Phone
> phones,
String
waId)
Creates an instance of a
Contact
record class.