Uses of Class
com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
Package | Description |
---|---|
com.flowable.engage.external.system.dto | |
com.flowable.engage.external.system.whatsapp.dto | |
com.flowable.engage.external.system.whatsapp.event |
-
Uses of InboundStatusDto.ErrorDto in com.flowable.engage.external.system.dto
Fields in com.flowable.engage.external.system.dto with type parameters of type InboundStatusDto.ErrorDto Modifier and Type Field Description protected java.util.List<InboundStatusDto.ErrorDto>
InboundStatusDto. errors
Methods in com.flowable.engage.external.system.dto that return types with arguments of type InboundStatusDto.ErrorDto Modifier and Type Method Description java.util.List<InboundStatusDto.ErrorDto>
InboundStatusDto. getErrors()
Method parameters in com.flowable.engage.external.system.dto with type arguments of type InboundStatusDto.ErrorDto Modifier and Type Method Description void
InboundStatusDto. setErrors(java.util.List<InboundStatusDto.ErrorDto> errors)
-
Uses of InboundStatusDto.ErrorDto in com.flowable.engage.external.system.whatsapp.dto
Fields in com.flowable.engage.external.system.whatsapp.dto with type parameters of type InboundStatusDto.ErrorDto Modifier and Type Field Description protected java.util.List<InboundStatusDto.ErrorDto>
WhatsAppContactVerificationResponse. errors
Methods in com.flowable.engage.external.system.whatsapp.dto that return types with arguments of type InboundStatusDto.ErrorDto Modifier and Type Method Description java.util.List<InboundStatusDto.ErrorDto>
WhatsAppContactVerificationResponse. getErrors()
Method parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type InboundStatusDto.ErrorDto Modifier and Type Method Description void
WhatsAppContactVerificationResponse. setErrors(java.util.List<InboundStatusDto.ErrorDto> errors)
-
Uses of InboundStatusDto.ErrorDto in com.flowable.engage.external.system.whatsapp.event
Methods in com.flowable.engage.external.system.whatsapp.event with parameters of type InboundStatusDto.ErrorDto Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNode
WhatsAppContactVerificationResponseEventHandler. createErrorVariable(InboundStatusDto.ErrorDto error)
Method parameters in com.flowable.engage.external.system.whatsapp.event with type arguments of type InboundStatusDto.ErrorDto Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNode
WhatsAppContactVerificationResponseEventHandler. createErrorsVariable(java.util.Collection<InboundStatusDto.ErrorDto> errors)