public class WhatsAppContactVerificationQueryImpl extends Object implements WhatsAppContactVerificationQuery
| Modifier and Type | Field and Description | 
|---|---|
| protected WhatsAppContactVerificationRequest | payload | 
| protected WhatsAppJmsExternalConversationSystemAdapter | whatsAppJmsExternalConversationSystemAdapter | 
| Constructor and Description | 
|---|
| WhatsAppContactVerificationQueryImpl(WhatsAppJmsExternalConversationSystemAdapter whatsAppJmsExternalConversationSystemAdapter) | 
| 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. | 
protected final WhatsAppJmsExternalConversationSystemAdapter whatsAppJmsExternalConversationSystemAdapter
protected WhatsAppContactVerificationRequest payload
public WhatsAppContactVerificationQueryImpl(WhatsAppJmsExternalConversationSystemAdapter whatsAppJmsExternalConversationSystemAdapter)
public WhatsAppContactVerificationQuery contact(String contact)
WhatsAppContactVerificationQuerycontact in interface WhatsAppContactVerificationQuerypublic WhatsAppContactVerificationQuery contacts(Collection<String> contacts)
WhatsAppContactVerificationQuerycontacts in interface WhatsAppContactVerificationQuerypublic WhatsAppContactVerificationQuery businessAccountId(String accountId)
WhatsAppContactVerificationQuerybusinessAccountId in interface WhatsAppContactVerificationQuerypublic WhatsAppContactVerificationQuery referenceId(String referenceId)
WhatsAppContactVerificationQueryreferenceId in interface WhatsAppContactVerificationQuerypublic WhatsAppContactVerificationQuery referenceType(String referenceType)
WhatsAppContactVerificationQueryreferenceType in interface WhatsAppContactVerificationQuerypublic WhatsAppContactVerificationQuery referenceSubType(String referenceSubType)
WhatsAppContactVerificationQueryreferenceSubType in interface WhatsAppContactVerificationQuerypublic void verify()
WhatsAppContactVerificationQueryverify in interface WhatsAppContactVerificationQueryCopyright © 2019. All rights reserved.