public class SkypeChatSendAction extends AbstractManagerAction
Available with Skype for Asterisk.
| Constructor and Description |
|---|
SkypeChatSendAction()
Creates a new SkypeAddBuddyAction.
|
SkypeChatSendAction(String user,
String skypename,
String message)
Creates a new SkypeChatSendAction with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getMessage()
Returns the message to send.
|
String |
getSkypename()
Returns the Skype username of the recipient of this chat message.
|
String |
getUser()
Returns the Skype username of the sender of this chat message.
|
void |
setMessage(String message)
Sets the message to send.
|
void |
setSkypename(String skypename)
Sets the Skype username of the recipient of this chat message.
|
void |
setUser(String user)
Sets the Skype username of the sender of this chat message.
|
getActionId, setActionId, toStringpublic SkypeChatSendAction()
public SkypeChatSendAction(String user, String skypename, String message)
user - the Skype username of the sender of this chat message.skypename - the Skype username of the recipient of this chat message.message - the message to send. Must not contain newlines but you can use "\r".public String getSkypename()
public void setSkypename(String skypename)
skypename - the Skype username of the recipient of this chat message.public String getUser()
public void setUser(String user)
user - the Skype username of the sender of this chat message.public String getMessage()
public void setMessage(String message)
message - the message to send.public String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionCopyright © 2004–2020. All rights reserved.