|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chat | |
|---|---|
| com.skype | <#if locale="ja"> <#else> Provides the classes for Skype API #if> |
| hudson.plugins.skype.im.transport | |
| hudson.plugins.skype.im.transport.callables | |
| Uses of Chat in com.skype |
|---|
| Methods in com.skype that return Chat | |
|---|---|
Chat |
User.chat()
Start a chat to this User. |
static Chat |
SkypeImpl.chat(String skypeId)
Start a chat with a single Skype user. |
static Chat |
SkypeImpl.chat(String[] skypeIds)
Start a chat with multiple Skype users. |
static Chat[] |
SkypeImpl.getAllActiveChats()
Gets the all chats which are open in the windows. |
static Chat[] |
SkypeImpl.getAllBookmarkedChats()
Gets the all bookmarked chats. |
static Chat[] |
SkypeImpl.getAllChats()
Gets the all chats. |
static Chat[] |
SkypeImpl.getAllMissedChats()
Gets the all chats which include unread messages |
static Chat[] |
SkypeImpl.getAllRecentChats()
Gets the all recent chats in the locally-cached history. |
Chat |
ChatMessage.getChat()
Get the parent CHAT object for this CHATMESSAGE. |
| Uses of Chat in hudson.plugins.skype.im.transport |
|---|
| Constructors in hudson.plugins.skype.im.transport with parameters of type Chat | |
|---|---|
SkypeChat(Chat chat)
|
|
| Uses of Chat in hudson.plugins.skype.im.transport.callables |
|---|
| Constructors in hudson.plugins.skype.im.transport.callables with parameters of type Chat | |
|---|---|
BotCommandCallable(Chat chat,
ChatMessage msg)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||