Uses of Class
com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
Packages that use WhatsAppContactVerificationResponse.ContactDto
Package
Description
-
Uses of WhatsAppContactVerificationResponse.ContactDto in com.flowable.engage.external.system.whatsapp.dto
Fields in com.flowable.engage.external.system.whatsapp.dto with type parameters of type WhatsAppContactVerificationResponse.ContactDtoModifier and TypeFieldDescriptionWhatsAppContactVerificationResponse.contacts
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.flowable.engage.external.system.whatsapp.dto that return types with arguments of type WhatsAppContactVerificationResponse.ContactDtoModifier and TypeMethodDescriptionWhatsAppContactVerificationResponse.getContacts()
Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type WhatsAppContactVerificationResponse.ContactDtoModifier and TypeMethodDescriptionvoid
WhatsAppContactVerificationResponse.setContacts
(List<WhatsAppContactVerificationResponse.ContactDto> contacts) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WhatsAppContactVerificationResponse.ContactDto in com.flowable.engage.external.system.whatsapp.event
Methods in com.flowable.engage.external.system.whatsapp.event with parameters of type WhatsAppContactVerificationResponse.ContactDtoModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.JsonNode
WhatsAppContactVerificationResponseEventHandler.createContactVariable
(WhatsAppContactVerificationResponse.ContactDto contact) Deprecated.Method parameters in com.flowable.engage.external.system.whatsapp.event with type arguments of type WhatsAppContactVerificationResponse.ContactDtoModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.JsonNode
WhatsAppContactVerificationResponseEventHandler.createContactsVariable
(Collection<WhatsAppContactVerificationResponse.ContactDto> contacts) Deprecated.