Uses of Interface
com.flowable.engage.external.system.whatsapp.api.WhatsAppContactVerificationQuery
Packages that use WhatsAppContactVerificationQuery
Package
Description
-
Uses of WhatsAppContactVerificationQuery in com.flowable.engage.external.system.whatsapp
Classes in com.flowable.engage.external.system.whatsapp that implement WhatsAppContactVerificationQueryMethods in com.flowable.engage.external.system.whatsapp that return WhatsAppContactVerificationQueryModifier and TypeMethodDescriptionWhatsAppContactVerificationQueryImpl.businessAccountId
(String accountId) WhatsAppContactVerificationQueryImpl.contacts
(Collection<String> contacts) WhatsAppJmsExternalConversationSystemAdapter.createContactVerificationQuery()
WhatsAppContactVerificationQueryImpl.referenceId
(String referenceId) WhatsAppContactVerificationQueryImpl.referenceSubType
(String referenceSubType) WhatsAppContactVerificationQueryImpl.referenceType
(String referenceType) -
Uses of WhatsAppContactVerificationQuery in com.flowable.engage.external.system.whatsapp.api
Methods in com.flowable.engage.external.system.whatsapp.api that return WhatsAppContactVerificationQueryModifier and TypeMethodDescriptionWhatsAppContactVerificationQuery.businessAccountId
(String accountId) The id of the business account that should be used when verifying the contact.The contact that should be verified.WhatsAppContactVerificationQuery.contacts
(Collection<String> contacts) The contacts that should be verified.WhatsAppExternalConversationSystemAdapter.createContactVerificationQuery()
Create the verification query for WhatsApp contacts.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.