public static class User.UserPhoneDirectoryGetListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected List<UserPhoneDirectoryDirectoryTable1Row> |
directoryTable |
protected Boolean |
includeCommonPhoneList |
protected BroadWorksUser |
user |
commandType, detailText, request, summaryText
content, xPath
Constructor and Description |
---|
UserPhoneDirectoryGetListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BroadWorksUser |
getBroadWorksUser() |
List<UserPhoneDirectoryDirectoryTable1Row> |
getDirectoryTable() |
Boolean |
getIncludeCommonPhoneList() |
int |
hashCode() |
void |
setDirectoryTable(List<UserPhoneDirectoryDirectoryTable1Row> directoryTable) |
void |
setIncludeCommonPhoneList(Boolean includeCommonPhoneList) |
void |
setUser(BroadWorksUser user) |
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<UserPhoneDirectoryDirectoryTable1Row> directoryTable
protected transient BroadWorksUser user
protected Boolean includeCommonPhoneList
public void setDirectoryTable(List<UserPhoneDirectoryDirectoryTable1Row> directoryTable)
public List<UserPhoneDirectoryDirectoryTable1Row> getDirectoryTable()
public void setUser(BroadWorksUser user)
public BroadWorksUser getBroadWorksUser()
public void setIncludeCommonPhoneList(Boolean includeCommonPhoneList)
public Boolean getIncludeCommonPhoneList()
@GwtIncompatible protected void transform()
Response
Copyright © 2017 ECG. All rights reserved.