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 WhatsAppContactVerificationRequestDeprecated.protected final WhatsAppJmsExternalConversationSystemAdapterDeprecated. -
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.voidverify()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:WhatsAppContactVerificationQueryThe contact that should be verified.- Specified by:
contactin interfaceWhatsAppContactVerificationQuery
-
contacts
Deprecated.Description copied from interface:WhatsAppContactVerificationQueryThe contacts that should be verified.- Specified by:
contactsin interfaceWhatsAppContactVerificationQuery
-
businessAccountId
Deprecated.Description copied from interface:WhatsAppContactVerificationQueryThe id of the business account that should be used when verifying the contact.- Specified by:
businessAccountIdin interfaceWhatsAppContactVerificationQuery
-
referenceId
Deprecated.Description copied from interface:WhatsAppContactVerificationQueryThe reference id for the verification. This would be used when the reply comes from WhatsApp asynchronously.- Specified by:
referenceIdin interfaceWhatsAppContactVerificationQuery
-
referenceType
Deprecated.Description copied from interface:WhatsAppContactVerificationQueryThe type of the reference id.- Specified by:
referenceTypein interfaceWhatsAppContactVerificationQuery
-
referenceSubType
Deprecated.Description copied from interface:WhatsAppContactVerificationQueryThe sub type of the reference id.- Specified by:
referenceSubTypein interfaceWhatsAppContactVerificationQuery
-
verify
public void verify()Deprecated.Description copied from interface:WhatsAppContactVerificationQueryPerform the contact verification.- Specified by:
verifyin interfaceWhatsAppContactVerificationQuery
-