Interface WhatsAppContactVerificationQuery
- All Known Implementing Classes:
WhatsAppContactVerificationQueryImpl
public interface WhatsAppContactVerificationQuery
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description WhatsAppContactVerificationQuery
businessAccountId(java.lang.String accountId)
The id of the business account that should be used when verifying the contact.WhatsAppContactVerificationQuery
contact(java.lang.String contact)
The contact that should be verified.WhatsAppContactVerificationQuery
contacts(java.util.Collection<java.lang.String> contacts)
The contacts that should be verified.WhatsAppContactVerificationQuery
referenceId(java.lang.String referenceId)
The reference id for the verification.WhatsAppContactVerificationQuery
referenceSubType(java.lang.String referenceSubType)
The sub type of the reference id.WhatsAppContactVerificationQuery
referenceType(java.lang.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.
-