Interface CustomMessagesPluginSettings
-
- All Superinterfaces:
PluginSettings,PrettyPrintable
public interface CustomMessagesPluginSettings extends PluginSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringgetButtonCaption()@NotNull Optional<String>getButtonLink()@NotNull StringgetMessageText()@NotNull CustomMessagePositiongetPosition()@NotNull StringgetPositionRaw()-
Methods inherited from interface ru.easydonate.easydonate4j.api.v3.data.model.plugin.PluginSettings
isEnabled
-
Methods inherited from interface ru.easydonate.easydonate4j.data.model.PrettyPrintable
toPrettyString
-
-
-
-
Method Detail
-
getMessageText
@NotNull @NotNull String getMessageText()
-
getPositionRaw
@NotNull @NotNull String getPositionRaw()
-
getPosition
@NotNull @NotNull CustomMessagePosition getPosition()
-
getButtonCaption
@NotNull @NotNull String getButtonCaption()
-
-