Uses of Class
com.flowable.engage.external.system.whatsapp.dto.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 java.util.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 java.util.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(java.util.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(java.util.Collection<WhatsAppContactVerificationResponse.ContactDto> contacts)