Interface DiscordWidgetPluginSettings
-
- All Superinterfaces:
PluginSettings,PrettyPrintable
public interface DiscordWidgetPluginSettings extends PluginSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Optional<String>getChannelId()@NotNull DiscordWidgetThemegetTheme()@NotNull StringgetThemeRaw()@NotNull StringgetWidgetHeight()@NotNull StringgetWidgetWidth()-
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
-
getWidgetWidth
@NotNull @NotNull String getWidgetWidth()
-
getWidgetHeight
@NotNull @NotNull String getWidgetHeight()
-
getTheme
@NotNull @NotNull DiscordWidgetTheme getTheme()
-
getThemeRaw
@NotNull @NotNull String getThemeRaw()
-
-