Uses of Class
com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
Packages that use InboundStatusDto.ErrorDto
Package
Description
-
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.ErrorDtoModifier and TypeFieldDescriptionprotected List<InboundStatusDto.ErrorDto>InboundStatusDto.errorsMethods in com.flowable.engage.external.system.dto that return types with arguments of type InboundStatusDto.ErrorDtoMethods in com.flowable.engage.external.system.dto with parameters of type InboundStatusDto.ErrorDtoModifier and TypeMethodDescriptionvoidInboundStatusDto.addError(InboundStatusDto.ErrorDto error) Method parameters in com.flowable.engage.external.system.dto with type arguments of type InboundStatusDto.ErrorDtoModifier and TypeMethodDescriptionvoidInboundStatusDto.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.ErrorDtoModifier and TypeFieldDescriptionprotected List<InboundStatusDto.ErrorDto>WhatsAppContactVerificationResponse.errorsDeprecated, for removal: This API element is subject to removal in a future version.Methods in com.flowable.engage.external.system.whatsapp.dto that return types with arguments of type InboundStatusDto.ErrorDtoModifier and TypeMethodDescriptionWhatsAppContactVerificationResponse.getErrors()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type InboundStatusDto.ErrorDtoModifier and TypeMethodDescriptionvoidWhatsAppContactVerificationResponse.setErrors(List<InboundStatusDto.ErrorDto> errors) Deprecated, for removal: This API element is subject to removal in a future version. -
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.ErrorDtoModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.JsonNodeWhatsAppContactVerificationResponseEventHandler.createErrorVariable(InboundStatusDto.ErrorDto error) Deprecated.Method parameters in com.flowable.engage.external.system.whatsapp.event with type arguments of type InboundStatusDto.ErrorDtoModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.JsonNodeWhatsAppContactVerificationResponseEventHandler.createErrorsVariable(Collection<InboundStatusDto.ErrorDto> errors) Deprecated.