- add(String) - Method in interface com.teamchat.client.sdk.Room
-
Add a participant to the room.
- addAlias(String, String) - Method in class com.teamchat.client.sdk.TeamchatAPI
-
Method to add a alias to a formid.
- addComment(String) - Method in interface com.teamchat.client.sdk.Comment
-
Set a comment
- addField(String, String, String) - Method in interface com.teamchat.client.sdk.BotData
-
Stored a field/value pair under a given section.
- 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 class com.teamchat.client.sdk.chatlets.CheckListChatlet
-
- addOption(String) - Method in class com.teamchat.client.sdk.chatlets.SurveyChatlet
-
- 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
- addReplyAction(String, String, String) - Method in class com.teamchat.client.sdk.chatlets.PrimaryChatlet
-
- addReplyAction(String, JSONObject) - Method in class com.teamchat.client.sdk.chatlets.PrimaryChatlet
-
- 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.
- addSummary(String, PrimaryChatlet.Operation) - Method in class com.teamchat.client.sdk.chatlets.PrimaryChatlet
-
- 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.Flowlet
-
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
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.BypassChatletCopy
-
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.CheckListChatlet
-
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.IncomingChatlet
-
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.LocationChatlet
-
Assign an alias to the chatlet
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.PollChatlet
-
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.PrimaryChatlet
-
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.ReferencedChatlet
-
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.ReportChatlet
-
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.RichmediaChatlet
-
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.SimpleJsonChatlet
-
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.SurveyChatlet
-
- alias(String) - Method in class com.teamchat.client.sdk.chatlets.TextChatlet
-
- allowComments(boolean) - Method in class com.teamchat.client.sdk.chatlets.PrimaryChatlet
-
- AwsFileUploader - Class in com.teamchat.client.utils
-
- AwsFileUploader(String, String, String) - Constructor for class com.teamchat.client.utils.AwsFileUploader
-