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