public static class User.UserNetworkConferencingGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
conferenceURI |
protected Integer |
maxConferenceParties |
protected User |
user |
request, responseContent, xPath
Constructor and Description |
---|
UserNetworkConferencingGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getConferenceURI() |
Integer |
getMaxConferenceParties() |
User |
getUser() |
int |
hashCode() |
void |
setConferenceURI(String conferenceURI) |
void |
setMaxConferenceParties(Integer maxConferenceParties) |
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 String conferenceURI
protected Integer maxConferenceParties
protected transient User user
public void setConferenceURI(String conferenceURI)
public String getConferenceURI()
public void setMaxConferenceParties(Integer maxConferenceParties)
public Integer getMaxConferenceParties()
public void setUser(User user)
public User getUser()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.