public static class EPBotFetchingStrategy.Online
extends EPBotFetchingStrategy
Downloads the latest available version of the bot from the Bot Editor.
majorVersion
: The bot major version. Used to fetch only the bot updates matching this major version. (optional)
EPBotFetchingStrategy.Offline, EPBotFetchingStrategy.Online, EPBotFetchingStrategy.OnlineWithDefault
Constructor and Description |
---|
Online(java.lang.Integer majorVersion)
Downloads the latest available version of the bot from the Bot Editor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getMajorVersion() |
void |
setMajorVersion(java.lang.Integer p) |