Class EmailDigestChoice
java.lang.Object
io.meeds.social.notification.rest.model.EmailDigestChoice
-
Constructor Summary
ConstructorsConstructorDescriptionEmailDigestChoice(String channelId, String pluginId, String value, boolean channelActive) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanvoidsetChannelActive(boolean channelActive) voidsetChannelId(String channelId) voidsetPluginId(String pluginId) void
-
Constructor Details
-
EmailDigestChoice
-
-
Method Details
-
getChannelId
-
setChannelId
-
getPluginId
-
setPluginId
-
getValue
-
setValue
-
isChannelActive
public boolean isChannelActive() -
setChannelActive
public void setChannelActive(boolean channelActive)
-