public class SkypeBuddyAction extends AbstractManagerAction
Available with Skype for Asterisk.
Constructor and Description |
---|
SkypeBuddyAction()
Creates a new SkypeBuddiesAction.
|
SkypeBuddyAction(String user,
String buddy)
Creates a new SkypeBuddiesAction that retrieves the details of the given buddy for the given user.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getBuddy()
Returns the Skype username of the buddy.
|
String |
getUser()
Returns the Skype username of the Skype for Asterisk user.
|
void |
setBuddy(String buddy)
Sets the Skype username of the buddy.
|
void |
setUser(String user)
Sets the Skype username of the Skype for Asterisk user.
|
getActionId, setActionId, toString
public String getUser()
This property is mandatory.
public void setUser(String user)
user
- the Skype username of the Skype for Asterisk user.public String getBuddy()
public void setBuddy(String buddy)
This property is mandatory.
buddy
- the Skype username of the buddy.public String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
Copyright © 2004–2020. All rights reserved.