Uses of Class
com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
-
Packages that use 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 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 List<InboundStatusDto.ErrorDto>
InboundStatusDto. getErrors()
Methods in com.flowable.engage.external.system.dto with parameters of type InboundStatusDto.ErrorDto Modifier and Type Method Description void
InboundStatusDto. addError(InboundStatusDto.ErrorDto error)
Method parameters in com.flowable.engage.external.system.dto with type arguments of type InboundStatusDto.ErrorDto Modifier and Type Method Description void
InboundStatusDto. setErrors(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 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 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(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(Collection<InboundStatusDto.ErrorDto> errors)
-