public final class ChannelCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
static Command |
channelCreate(String name,
Map<ChannelProperty,String> options) |
static Command |
channelDelete(int channelId,
boolean force) |
static Command |
channelEdit(int channelId,
Map<ChannelProperty,String> options) |
static Command |
channelFind(String pattern) |
static Command |
channelInfo(int channelId) |
static Command |
channelList() |
static Command |
channelMove(int channelId,
int channelParentId,
int order) |
public static Command channelCreate(String name, Map<ChannelProperty,String> options)
public static Command channelDelete(int channelId, boolean force)
public static Command channelEdit(int channelId, Map<ChannelProperty,String> options)
public static Command channelFind(String pattern)
public static Command channelInfo(int channelId)
public static Command channelList()
public static Command channelMove(int channelId, int channelParentId, int order)
Released under the MIT license.