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.errors
Methods 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 TypeMethodDescriptionvoid
InboundStatusDto.addError
(InboundStatusDto.ErrorDto error) Method parameters in com.flowable.engage.external.system.dto with type arguments of type InboundStatusDto.ErrorDtoModifier and TypeMethodDescriptionvoid
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.ErrorDtoModifier and TypeFieldDescriptionprotected List<InboundStatusDto.ErrorDto>
WhatsAppContactVerificationResponse.errors
Deprecated, 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 TypeMethodDescriptionvoid
WhatsAppContactVerificationResponse.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.JsonNode
WhatsAppContactVerificationResponseEventHandler.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.JsonNode
WhatsAppContactVerificationResponseEventHandler.createErrorsVariable
(Collection<InboundStatusDto.ErrorDto> errors) Deprecated.