Uses of Class
com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
Packages that use WhatsAppContactVerificationResponse.ContactDto Package Description com.flowable.engage.external.system.whatsapp.dto com.flowable.engage.external.system.whatsapp.event -
-
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.ContactDto Modifier and Type Field Description protected List<WhatsAppContactVerificationResponse.ContactDto>
WhatsAppContactVerificationResponse. contacts
Methods in com.flowable.engage.external.system.whatsapp.dto that return types with arguments of type WhatsAppContactVerificationResponse.ContactDto Modifier and Type Method Description List<WhatsAppContactVerificationResponse.ContactDto>
WhatsAppContactVerificationResponse. getContacts()
Method parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type WhatsAppContactVerificationResponse.ContactDto Modifier and Type Method Description void
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.ContactDto Modifier and Type Method Description protected 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.ContactDto Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNode
WhatsAppContactVerificationResponseEventHandler. createContactsVariable(Collection<WhatsAppContactVerificationResponse.ContactDto> contacts)
-