public static class Enterprise.EnterprisePhoneDirectoryGetListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected List<EnterprisePhoneDirectoryDirectoryTableRow> |
directoryTable |
protected Enterprise |
enterprise |
protected Boolean |
isExtendedInfoRequested |
request, responseContent, xPath
Constructor and Description |
---|
EnterprisePhoneDirectoryGetListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<EnterprisePhoneDirectoryDirectoryTableRow> |
getDirectoryTable() |
Enterprise |
getEnterprise() |
Boolean |
getIsExtendedInfoRequested() |
int |
hashCode() |
void |
setDirectoryTable(List<EnterprisePhoneDirectoryDirectoryTableRow> directoryTable) |
void |
setEnterprise(Enterprise enterprise) |
void |
setIsExtendedInfoRequested(Boolean isExtendedInfoRequested) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected List<EnterprisePhoneDirectoryDirectoryTableRow> directoryTable
protected transient Enterprise enterprise
protected Boolean isExtendedInfoRequested
public EnterprisePhoneDirectoryGetListResponse()
public void setDirectoryTable(List<EnterprisePhoneDirectoryDirectoryTableRow> directoryTable)
public List<EnterprisePhoneDirectoryDirectoryTableRow> getDirectoryTable()
public void setEnterprise(Enterprise enterprise)
public Enterprise getEnterprise()
public void setIsExtendedInfoRequested(Boolean isExtendedInfoRequested)
public Boolean getIsExtendedInfoRequested()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.