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 classWhatsAppContactVerificationQueryImplMethods in com.flowable.engage.external.system.whatsapp that return WhatsAppContactVerificationQuery Modifier and Type Method Description WhatsAppContactVerificationQueryWhatsAppContactVerificationQueryImpl. businessAccountId(String accountId)WhatsAppContactVerificationQueryWhatsAppContactVerificationQueryImpl. contact(String contact)WhatsAppContactVerificationQueryWhatsAppContactVerificationQueryImpl. contacts(Collection<String> contacts)WhatsAppContactVerificationQueryWhatsAppJmsExternalConversationSystemAdapter. createContactVerificationQuery()WhatsAppContactVerificationQueryWhatsAppContactVerificationQueryImpl. referenceId(String referenceId)WhatsAppContactVerificationQueryWhatsAppContactVerificationQueryImpl. referenceSubType(String referenceSubType)WhatsAppContactVerificationQueryWhatsAppContactVerificationQueryImpl. 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 WhatsAppContactVerificationQueryWhatsAppContactVerificationQuery. businessAccountId(String accountId)The id of the business account that should be used when verifying the contact.WhatsAppContactVerificationQueryWhatsAppContactVerificationQuery. contact(String contact)The contact that should be verified.WhatsAppContactVerificationQueryWhatsAppContactVerificationQuery. contacts(Collection<String> contacts)The contacts that should be verified.WhatsAppContactVerificationQueryWhatsAppExternalConversationSystemAdapter. createContactVerificationQuery()Create the verification query for WhatsApp contacts.WhatsAppContactVerificationQueryWhatsAppContactVerificationQuery. referenceId(String referenceId)The reference id for the verification.WhatsAppContactVerificationQueryWhatsAppContactVerificationQuery. referenceSubType(String referenceSubType)The sub type of the reference id.WhatsAppContactVerificationQueryWhatsAppContactVerificationQuery. referenceType(String referenceType)The type of the reference id.
-