- add(String) - Method in interface com.teamchat.client.sdk.Room
-
Add a participant to the room.
- addField(Field) - Method in interface com.teamchat.client.sdk.Form
-
Add a field to the screen
- addField(String, String) - Method in interface com.teamchat.client.sdk.Reply
-
Set a field in the reply
- addOption(String) - Method in interface com.teamchat.client.sdk.Field
-
Add an option for the possible values of this field.
- addParam(String, String) - Method in interface com.teamchat.client.sdk.Room
-
Attach a parameter to the room
- addParam(String, String, Room.InheritanceType, Object) - Method in interface com.teamchat.client.sdk.Room
-
Attach a parameter to the room
- addRegexValidation(String, String) - Method in interface com.teamchat.client.sdk.Field
-
Set a regex validation rule to the field
- addRelation(String, Room) - Method in interface com.teamchat.client.sdk.Room
-
For future use
- addRow(String, String[]) - Method in interface com.teamchat.client.sdk.BotData
-
Updates an array (of arrays, appending the given items as a
JSONArry of Strings.
- addToField(String, String, int) - Method in interface com.teamchat.client.sdk.BotData
-
Updates a numeric field, increasing its value by the given amount.
- addToList(String, String) - Method in interface com.teamchat.client.sdk.Workflow
-
For future use
- alias(String) - Method in interface com.teamchat.client.sdk.Chatlet
-
After calling this method, replies to this chatlet
will go to the method annotated with @OnAlias