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 String
getName()
String
getValue()
void
setName(String name)
void
setValue(String value)
-