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