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. errorsMethods 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 voidInboundStatusDto. 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 voidInboundStatusDto. 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. errorsMethods 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 voidWhatsAppContactVerificationResponse. 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.JsonNodeWhatsAppContactVerificationResponseEventHandler. 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.JsonNodeWhatsAppContactVerificationResponseEventHandler. createErrorsVariable(Collection<InboundStatusDto.ErrorDto> errors)
-