public static class User.UserPersonalPhoneListGetListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected PhoneListEntry[] |
entry |
protected User |
user |
request, responseContent, xPath
Constructor and Description |
---|
UserPersonalPhoneListGetListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PhoneListEntry[] |
getEntry() |
User |
getUser() |
int |
hashCode() |
void |
setEntry(PhoneListEntry... entry) |
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, isErrorResponse
protected PhoneListEntry[] entry
protected transient User user
public UserPersonalPhoneListGetListResponse()
public void setEntry(PhoneListEntry... entry)
public PhoneListEntry[] getEntry()
public void setUser(User user)
public User getUser()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.