public class SkypeAccountPropertyAction extends AbstractManagerAction
Available with Skype for Asterisk.
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ABOUT |
static String |
PROPERTY_AVAILABILITY |
static String |
PROPERTY_COUNTRY |
static String |
PROPERTY_FULLNAME |
static String |
PROPERTY_LANGUAGE |
static String |
PROPERTY_PHONE_HOME |
static String |
PROPERTY_PHONE_MOBILE |
static String |
PROPERTY_PHONE_OFFICE |
static String |
PROPERTY_SKYPENAME |
static String |
PROPERTY_TIMEZONE |
| Constructor and Description |
|---|
SkypeAccountPropertyAction()
Creates a new SkypeAccountPropertyAction.
|
SkypeAccountPropertyAction(String user,
Map<String,String> variables)
Creates a new SkypeAccountPropertyAction that sets the given properties for the given Skype for
Asterisk user.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getUser()
Returns the Skype username of the Skype for Asterisk user.
|
Map<String,String> |
getVariables() |
void |
setAbout(String about) |
void |
setAvailability(String availability) |
void |
setCountry(String country)
Sets the country code.
|
void |
setFullname(String fullname) |
void |
setLanguage(String language)
Sets the ISO language code.
|
void |
setPhoneHome(String phoneHome) |
void |
setPhoneMobile(String phoneMobile) |
void |
setPhoneOffice(String phoneOffice) |
void |
setSkypename(String skypename) |
void |
setTimezone(String timezone) |
void |
setUser(String user)
Sets the Skype username of the Skype for Asterisk user.
|
void |
setVariables(Map<String,String> variables) |
getActionId, setActionId, toStringpublic static final String PROPERTY_SKYPENAME
public static final String PROPERTY_TIMEZONE
public static final String PROPERTY_AVAILABILITY
public static final String PROPERTY_FULLNAME
public static final String PROPERTY_LANGUAGE
public static final String PROPERTY_COUNTRY
public static final String PROPERTY_PHONE_HOME
public static final String PROPERTY_PHONE_OFFICE
public static final String PROPERTY_PHONE_MOBILE
public static final String PROPERTY_ABOUT
public SkypeAccountPropertyAction()
public SkypeAccountPropertyAction(String user, Map<String,String> variables)
user - the Skype username of the user to add the buddy to.variables - the properties to set. Must not be nullpublic String getUser()
This property is mandatory.
public void setUser(String user)
user - the Skype username of the Skype for Asterisk user.public void setTimezone(String timezone)
public void setSkypename(String skypename)
public void setAvailability(String availability)
public void setFullname(String fullname)
public void setLanguage(String language)
language - the ISO language code.public void setCountry(String country)
country - the country code.public void setPhoneHome(String phoneHome)
public void setPhoneOffice(String phoneOffice)
public void setPhoneMobile(String phoneMobile)
public void setAbout(String about)
public String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionCopyright © 2004–2024. All rights reserved.