Class MailInboundChannelModel.CustomProperty
- java.lang.Object
-
- com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel.CustomProperty
-
- Enclosing class:
- MailInboundChannelModel
public static class MailInboundChannelModel.CustomProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomProperty()CustomProperty(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetValue()voidsetName(String name)voidsetValue(String value)
-