Package | Description |
---|---|
com.teamchat.client.sdk |
Modifier and Type | Method and Description |
---|---|
static TeamchatAPI |
TeamchatAPI.fromFile(java.lang.String filename)
Create instance of TeamchatAPI using the configuration file specified.
|
abstract TeamchatAPI |
TeamchatAPI.perform(Room room)
Perform actions in a room.
|
abstract TeamchatAPI |
TeamchatAPI.setEmail(java.lang.String email)
Set the email address of a bot.
|
abstract TeamchatAPI |
TeamchatAPI.setPassword(java.lang.String password)
Set the password for the bot.
|
abstract TeamchatAPI |
TeamchatAPI.startReceivingEvents(java.lang.Object wf)
Begin receiving events.
|
abstract TeamchatAPI |
TeamchatAPI.stopReceivingEvents()
Stop receiving events.
|
abstract TeamchatAPI |
TeamchatAPI.updateWorkflow(Workflow wf)
Perform actions in a room.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<TeamchatAPI> |
Context.recursiveIterate(java.lang.String relation)
For future use
|
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.Schedule(java.lang.Object o,
TeamchatAPI api,
java.lang.String alias,
int hour,
int min,
int sec)
For future use
|