public interface WhatsAppContactVerificationQuery
| Modifier and Type | Method and Description | 
|---|---|
| WhatsAppContactVerificationQuery | businessAccountId(String accountId)The id of the business account that should be used when verifying the contact. | 
| WhatsAppContactVerificationQuery | contact(String contact)The contact that should be verified. | 
| WhatsAppContactVerificationQuery | contacts(Collection<String> contacts)The contacts that should be verified. | 
| WhatsAppContactVerificationQuery | referenceId(String referenceId)The reference id for the verification. | 
| WhatsAppContactVerificationQuery | referenceSubType(String referenceSubType)The sub type of the reference id. | 
| WhatsAppContactVerificationQuery | referenceType(String referenceType)The type of the reference id. | 
| void | verify()Perform the contact verification. | 
WhatsAppContactVerificationQuery contact(String contact)
WhatsAppContactVerificationQuery contacts(Collection<String> contacts)
WhatsAppContactVerificationQuery businessAccountId(String accountId)
WhatsAppContactVerificationQuery referenceId(String referenceId)
WhatsAppContactVerificationQuery referenceType(String referenceType)
WhatsAppContactVerificationQuery referenceSubType(String referenceSubType)
void verify()
Copyright © 2019. All rights reserved.