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.ContactDtoMethods in com.flowable.engage.external.system.whatsapp.dto that return types with arguments of type WhatsAppContactVerificationResponse.ContactDtoMethod parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type WhatsAppContactVerificationResponse.ContactDtoModifier and TypeMethodDescriptionvoid
WhatsAppContactVerificationResponse.setContacts
(List<WhatsAppContactVerificationResponse.ContactDto> contacts) -
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) 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)