Uses of Class
ru.easydonate.easydonate4j.api.v3.data.model.plugin.PluginType
-
Packages that use PluginType Package Description ru.easydonate.easydonate4j.api.v3.data.model.plugin ru.easydonate.easydonate4j.api.v3.response.plugin -
-
Uses of PluginType in ru.easydonate.easydonate4j.api.v3.data.model.plugin
Fields in ru.easydonate.easydonate4j.api.v3.data.model.plugin declared as PluginType Modifier and Type Field Description protected PluginTypeAbstractPlugin. pluginTypeMethods in ru.easydonate.easydonate4j.api.v3.data.model.plugin that return PluginType Modifier and Type Method Description @NotNull PluginTypePlugin. getPluginType()Get the type of this plugin.static PluginTypePluginType. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginType[]PluginType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ru.easydonate.easydonate4j.api.v3.data.model.plugin with parameters of type PluginType Constructor Description AbstractPlugin(@NotNull EasyDonateClient client, @NotNull PluginRequestExecutor requestExecutor, @NotNull PluginType pluginType) -
Uses of PluginType in ru.easydonate.easydonate4j.api.v3.response.plugin
Methods in ru.easydonate.easydonate4j.api.v3.response.plugin that return PluginType Modifier and Type Method Description @NotNull PluginTypepluginType()
-