Uses of Class
com.totvs.tjf.communication.sdk.events.CommandNotExecutedEvent.Errors
Packages that use CommandNotExecutedEvent.Errors
Package
Description
-
Uses of CommandNotExecutedEvent.Errors in com.totvs.tjf.communication.sdk.events
Methods in com.totvs.tjf.communication.sdk.events that return CommandNotExecutedEvent.ErrorsModifier and TypeMethodDescriptionCommandNotExecutedEvent.Errors.from
(Exception exception, com.totvs.tjf.core.i18n.I18nService i18nService) Methods in com.totvs.tjf.communication.sdk.events that return types with arguments of type CommandNotExecutedEvent.ErrorsConstructor parameters in com.totvs.tjf.communication.sdk.events with type arguments of type CommandNotExecutedEvent.ErrorsModifierConstructorDescriptionprotected
-
Uses of CommandNotExecutedEvent.Errors in com.totvs.tjf.communication.sdk.events.attachment
Constructor parameters in com.totvs.tjf.communication.sdk.events.attachment with type arguments of type CommandNotExecutedEvent.ErrorsModifierConstructorDescriptionAttachmentNotAddedEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) -
Uses of CommandNotExecutedEvent.Errors in com.totvs.tjf.communication.sdk.events.broadcast
Constructor parameters in com.totvs.tjf.communication.sdk.events.broadcast with type arguments of type CommandNotExecutedEvent.ErrorsModifierConstructorDescriptionBroadcastNotAddedEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) BroadcastNotSentEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) -
Uses of CommandNotExecutedEvent.Errors in com.totvs.tjf.communication.sdk.events.email
Constructor parameters in com.totvs.tjf.communication.sdk.events.email with type arguments of type CommandNotExecutedEvent.ErrorsModifierConstructorDescriptionEmailNotAddedEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) EmailNotDeliveredEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) EmailNotSentEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) -
Uses of CommandNotExecutedEvent.Errors in com.totvs.tjf.communication.sdk.events.history
Constructor parameters in com.totvs.tjf.communication.sdk.events.history with type arguments of type CommandNotExecutedEvent.ErrorsModifierConstructorDescriptionHistoryNotAddedEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) HistoryRecipientNotAddedEvent
(String historyId, String code, MessageType type, String address, List<CommandNotExecutedEvent.Errors> errors) HistoryRecipientNotRemovedEvent
(String historyId, String code, MessageType type, String address, List<CommandNotExecutedEvent.Errors> errors) HistoryTagNotAddedEvent
(String historyId, String name, List<CommandNotExecutedEvent.Errors> errors) HistoryTagNotRemovedEvent
(String historyId, String name, List<CommandNotExecutedEvent.Errors> errors) -
Uses of CommandNotExecutedEvent.Errors in com.totvs.tjf.communication.sdk.events.notification
Constructor parameters in com.totvs.tjf.communication.sdk.events.notification with type arguments of type CommandNotExecutedEvent.ErrorsModifierConstructorDescription -
Uses of CommandNotExecutedEvent.Errors in com.totvs.tjf.communication.sdk.events.sms
Constructor parameters in com.totvs.tjf.communication.sdk.events.sms with type arguments of type CommandNotExecutedEvent.ErrorsModifierConstructorDescriptionSmsNotAddedEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) SmsNotDeliveredEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) SmsNotSentEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) -
Uses of CommandNotExecutedEvent.Errors in com.totvs.tjf.communication.sdk.events.template
Constructor parameters in com.totvs.tjf.communication.sdk.events.template with type arguments of type CommandNotExecutedEvent.ErrorsModifierConstructorDescriptionTemplateNotAddedEvent
(String id, List<CommandNotExecutedEvent.Errors> errors) -
Uses of CommandNotExecutedEvent.Errors in com.totvs.tjf.communication.sdk.events.voice
Constructor parameters in com.totvs.tjf.communication.sdk.events.voice with type arguments of type CommandNotExecutedEvent.ErrorsModifierConstructorDescriptionVoiceNotAddedEvent
(String id, List<CommandNotExecutedEvent.Errors> error) VoiceNotSentEvent
(String id, List<CommandNotExecutedEvent.Errors> error) -
Uses of CommandNotExecutedEvent.Errors in com.totvs.tjf.communication.sdk.events.whatsapp
Constructor parameters in com.totvs.tjf.communication.sdk.events.whatsapp with type arguments of type CommandNotExecutedEvent.ErrorsModifierConstructorDescriptionWhatsAppNotSentEvent
(String id, List<CommandNotExecutedEvent.Errors> error)