| Package | Description |
|---|---|
| cat.albirar.communications.core.channels.models |
| Modifier and Type | Method and Description |
|---|---|
ECommunicationChannelType |
CommunicationChannelBean.getChannelType()
The channel type, required.
|
static ECommunicationChannelType |
ECommunicationChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECommunicationChannelType[] |
ECommunicationChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
B |
CommunicationChannelBean.CommunicationChannelBeanBuilder.channelType(ECommunicationChannelType channelType) |
static boolean |
ECommunicationChannelType.isHtmlBodyChannel(@NotNull ECommunicationChannelType channelType)
Test if the indicated
channelType allow HTML on body or not. |
void |
CommunicationChannelBean.setChannelType(@NotNull ECommunicationChannelType channelType)
The channel type, required.
|
Copyright © 2021 Albirar. All rights reserved.