public static class Group.GroupGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected StreetAddress |
address |
protected String |
callingLineIdDisplayPhoneNumber |
protected String |
callingLineIdName |
protected String |
callingLineIdPhoneNumber |
protected Contact |
contact |
protected String |
defaultDomain |
protected Group |
group |
protected String |
groupName |
protected String |
locationDialingCode |
protected String |
timeZone |
protected String |
timeZoneDisplayName |
protected Integer |
userCount |
protected Integer |
userLimit |
request, responseContent, xPath
Constructor and Description |
---|
GroupGetResponse() |
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected String defaultDomain
protected Integer userLimit
protected Integer userCount
protected String groupName
protected String callingLineIdName
protected String callingLineIdPhoneNumber
protected String callingLineIdDisplayPhoneNumber
protected String timeZone
protected String timeZoneDisplayName
protected String locationDialingCode
protected Contact contact
protected StreetAddress address
protected transient Group group
public void setDefaultDomain(String defaultDomain)
public String getDefaultDomain()
public void setUserLimit(Integer userLimit)
public Integer getUserLimit()
public void setUserCount(Integer userCount)
public Integer getUserCount()
public void setGroupName(String groupName)
public String getGroupName()
public void setCallingLineIdName(String callingLineIdName)
public String getCallingLineIdName()
public void setCallingLineIdPhoneNumber(String callingLineIdPhoneNumber)
public String getCallingLineIdPhoneNumber()
public void setCallingLineIdDisplayPhoneNumber(String callingLineIdDisplayPhoneNumber)
public String getCallingLineIdDisplayPhoneNumber()
public void setTimeZone(String timeZone)
public String getTimeZone()
public void setTimeZoneDisplayName(String timeZoneDisplayName)
public String getTimeZoneDisplayName()
public void setLocationDialingCode(String locationDialingCode)
public String getLocationDialingCode()
public void setContact(Contact contact)
public Contact getContact()
public void setAddress(StreetAddress address)
public StreetAddress getAddress()
public void setGroup(Group group)
public Group getGroup()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.