Class WhatsAppContactVerificationQueryImpl
java.lang.Object
com.flowable.engage.external.system.whatsapp.WhatsAppContactVerificationQueryImpl
- All Implemented Interfaces:
WhatsAppContactVerificationQuery
@Deprecated
public class WhatsAppContactVerificationQueryImpl
extends Object
implements WhatsAppContactVerificationQuery
Deprecated.
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WhatsAppContactVerificationRequest
Deprecated.protected final WhatsAppJmsExternalConversationSystemAdapter
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionWhatsAppContactVerificationQueryImpl
(WhatsAppJmsExternalConversationSystemAdapter whatsAppJmsExternalConversationSystemAdapter) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbusinessAccountId
(String accountId) Deprecated.The id of the business account that should be used when verifying the contact.Deprecated.The contact that should be verified.contacts
(Collection<String> contacts) Deprecated.The contacts that should be verified.referenceId
(String referenceId) Deprecated.The reference id for the verification.referenceSubType
(String referenceSubType) Deprecated.The sub type of the reference id.referenceType
(String referenceType) Deprecated.The type of the reference id.void
verify()
Deprecated.Perform the contact verification.
-
Field Details
-
whatsAppJmsExternalConversationSystemAdapter
protected final WhatsAppJmsExternalConversationSystemAdapter whatsAppJmsExternalConversationSystemAdapterDeprecated. -
payload
Deprecated.
-
-
Constructor Details
-
WhatsAppContactVerificationQueryImpl
public WhatsAppContactVerificationQueryImpl(WhatsAppJmsExternalConversationSystemAdapter whatsAppJmsExternalConversationSystemAdapter) Deprecated.
-
-
Method Details
-
contact
Deprecated.Description copied from interface:WhatsAppContactVerificationQuery
The contact that should be verified.- Specified by:
contact
in interfaceWhatsAppContactVerificationQuery
-
contacts
Deprecated.Description copied from interface:WhatsAppContactVerificationQuery
The contacts that should be verified.- Specified by:
contacts
in interfaceWhatsAppContactVerificationQuery
-
businessAccountId
Deprecated.Description copied from interface:WhatsAppContactVerificationQuery
The id of the business account that should be used when verifying the contact.- Specified by:
businessAccountId
in interfaceWhatsAppContactVerificationQuery
-
referenceId
Deprecated.Description copied from interface:WhatsAppContactVerificationQuery
The reference id for the verification. This would be used when the reply comes from WhatsApp asynchronously.- Specified by:
referenceId
in interfaceWhatsAppContactVerificationQuery
-
referenceType
Deprecated.Description copied from interface:WhatsAppContactVerificationQuery
The type of the reference id.- Specified by:
referenceType
in interfaceWhatsAppContactVerificationQuery
-
referenceSubType
Deprecated.Description copied from interface:WhatsAppContactVerificationQuery
The sub type of the reference id.- Specified by:
referenceSubType
in interfaceWhatsAppContactVerificationQuery
-
verify
public void verify()Deprecated.Description copied from interface:WhatsAppContactVerificationQuery
Perform the contact verification.- Specified by:
verify
in interfaceWhatsAppContactVerificationQuery
-