public class SkypeBuddyResponse extends ManagerResponse
SkypeBuddyAction
,
Serialized FormConstructor and Description |
---|
SkypeBuddyResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAbout() |
String |
getAvailability() |
String |
getCountry()
Returns the ISO country code.
|
String |
getFullname() |
String |
getLanguage()
Returns the ISO language code.
|
String |
getPhoneHome() |
String |
getPhoneMobile() |
String |
getPhoneOffice() |
String |
getSkypename() |
String |
getTimezone() |
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) |
getActionId, getAttribute, getAttributes, getDateReceived, getEventList, getEvents, getMessage, getOutput, getResponse, getServer, getUniqueId, setActionId, setAttributes, setDateReceived, setEventList, setEvents, setMessage, setOutput, setResponse, setServer, setUniqueId, stringToInteger, stringToLong, toString
public String getSkypename()
public void setSkypename(String skypename)
public String getTimezone()
public void setTimezone(String timezone)
public String getAvailability()
public void setAvailability(String availability)
public String getFullname()
public void setFullname(String fullname)
public String getLanguage()
public void setLanguage(String language)
language
- the ISO language code.public String getCountry()
public void setCountry(String country)
country
- the country code.public String getPhoneHome()
public void setPhoneHome(String phoneHome)
public String getPhoneOffice()
public void setPhoneOffice(String phoneOffice)
public String getPhoneMobile()
public void setPhoneMobile(String phoneMobile)
public String getAbout()
public void setAbout(String about)
Copyright © 2004–2017. All rights reserved.