Uses of Class
com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel.ClassificationSubSettings
Packages that use MailInboundChannelModel.ClassificationSubSettings
-
Uses of MailInboundChannelModel.ClassificationSubSettings in com.flowable.platform.engine.impl.eventregistry.mail
Fields in com.flowable.platform.engine.impl.eventregistry.mail declared as MailInboundChannelModel.ClassificationSubSettingsModifier and TypeFieldDescriptionMailInboundChannelModel.Classification.attachmentClassification configuration for the email attachments.MailInboundChannelModel.Classification.emailClassification configuration for the main email body.Methods in com.flowable.platform.engine.impl.eventregistry.mail that return MailInboundChannelModel.ClassificationSubSettingsModifier and TypeMethodDescriptionMailInboundChannelModel.Classification.getAttachment()MailInboundChannelModel.Classification.getEmail()Methods in com.flowable.platform.engine.impl.eventregistry.mail with parameters of type MailInboundChannelModel.ClassificationSubSettingsModifier and TypeMethodDescriptionprotected tools.jackson.databind.node.ObjectNodeDefaultMessagePayloadExtractor.createSubSettingsNode(MailInboundChannelModel.ClassificationSubSettings subSettings) voidMailInboundChannelModel.Classification.setAttachment(MailInboundChannelModel.ClassificationSubSettings attachment) voidMailInboundChannelModel.Classification.setEmail(MailInboundChannelModel.ClassificationSubSettings email)