public static class User.UserAssignedServicesGetListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected AssignedGroupServicesEntry[] |
groupServiceEntry |
protected AssignedUserServicesEntry[] |
userServiceEntry |
request, responseContent, xPath
Constructor and Description |
---|
UserAssignedServicesGetListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AssignedGroupServicesEntry[] |
getGroupServiceEntry() |
AssignedUserServicesEntry[] |
getUserServiceEntry() |
int |
hashCode() |
void |
setGroupServiceEntry(AssignedGroupServicesEntry... groupServiceEntry) |
void |
setUserServiceEntry(AssignedUserServicesEntry... userServiceEntry) |
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 AssignedGroupServicesEntry[] groupServiceEntry
protected AssignedUserServicesEntry[] userServiceEntry
public void setGroupServiceEntry(AssignedGroupServicesEntry... groupServiceEntry)
public AssignedGroupServicesEntry[] getGroupServiceEntry()
public void setUserServiceEntry(AssignedUserServicesEntry... userServiceEntry)
public AssignedUserServicesEntry[] getUserServiceEntry()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.