public static class Enterprise.EnterpriseUserCallForwardingSettingsGetListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected CallForwardingService |
callForwardingService |
protected Enterprise |
enterprise |
protected ResponsePagingControl |
responsePagingControl |
protected List<EnterpriseUserCallForwardingSettingsUserCallForwardingTableRow> |
userCallForwardingTable |
commandType, detailText, request, summaryText
content, xPath
Constructor and Description |
---|
EnterpriseUserCallForwardingSettingsGetListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
CallForwardingService |
getCallForwardingService() |
Enterprise |
getEnterprise() |
ResponsePagingControl |
getResponsePagingControl() |
List<EnterpriseUserCallForwardingSettingsUserCallForwardingTableRow> |
getUserCallForwardingTable() |
int |
hashCode() |
void |
setCallForwardingService(CallForwardingService callForwardingService) |
void |
setEnterprise(Enterprise enterprise) |
void |
setResponsePagingControl(ResponsePagingControl responsePagingControl) |
void |
setUserCallForwardingTable(List<EnterpriseUserCallForwardingSettingsUserCallForwardingTableRow> userCallForwardingTable) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getDetailText, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
protected List<EnterpriseUserCallForwardingSettingsUserCallForwardingTableRow> userCallForwardingTable
protected transient Enterprise enterprise
protected CallForwardingService callForwardingService
protected ResponsePagingControl responsePagingControl
public EnterpriseUserCallForwardingSettingsGetListResponse()
public void setUserCallForwardingTable(List<EnterpriseUserCallForwardingSettingsUserCallForwardingTableRow> userCallForwardingTable)
public List<EnterpriseUserCallForwardingSettingsUserCallForwardingTableRow> getUserCallForwardingTable()
public void setEnterprise(Enterprise enterprise)
public Enterprise getEnterprise()
public void setCallForwardingService(CallForwardingService callForwardingService)
public CallForwardingService getCallForwardingService()
public void setResponsePagingControl(ResponsePagingControl responsePagingControl)
public ResponsePagingControl getResponsePagingControl()
@GwtIncompatible protected void transform()
Response
Copyright © 2017 ECG. All rights reserved.