Interface WhatsAppContactVerificationQuery
- All Known Implementing Classes:
WhatsAppContactVerificationQueryImpl
public interface WhatsAppContactVerificationQuery
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionbusinessAccountId
(String accountId) The id of the business account that should be used when verifying the contact.The contact that should be verified.contacts
(Collection<String> contacts) The contacts that should be verified.referenceId
(String referenceId) The reference id for the verification.referenceSubType
(String referenceSubType) The sub type of the reference id.referenceType
(String referenceType) The type of the reference id.void
verify()
Perform the contact verification.
-
Method Details
-
contact
The contact that should be verified. -
contacts
The contacts that should be verified. -
businessAccountId
The id of the business account that should be used when verifying the contact. -
referenceId
The reference id for the verification. This would be used when the reply comes from WhatsApp asynchronously. -
referenceType
The type of the reference id. -
referenceSubType
The sub type of the reference id. -
verify
void verify()Perform the contact verification.
-