public static class UserMeetMeConferencing.UserMeetMeConferencingGetConferenceGreetingResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected MeetMeConferencingConferenceKey |
conferenceKey |
protected AnnouncementFileKey |
entranceGreetingFile |
protected Boolean |
playEntranceGreeting |
protected User |
user |
request, responseContent, xPath
Constructor and Description |
---|
UserMeetMeConferencingGetConferenceGreetingResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MeetMeConferencingConferenceKey |
getConferenceKey() |
AnnouncementFileKey |
getEntranceGreetingFile() |
Boolean |
getPlayEntranceGreeting() |
User |
getUser() |
int |
hashCode() |
void |
setConferenceKey(MeetMeConferencingConferenceKey conferenceKey) |
void |
setEntranceGreetingFile(AnnouncementFileKey entranceGreetingFile) |
void |
setPlayEntranceGreeting(Boolean playEntranceGreeting) |
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 Boolean playEntranceGreeting
protected AnnouncementFileKey entranceGreetingFile
protected transient User user
protected MeetMeConferencingConferenceKey conferenceKey
public UserMeetMeConferencingGetConferenceGreetingResponse()
public void setPlayEntranceGreeting(Boolean playEntranceGreeting)
public Boolean getPlayEntranceGreeting()
public void setEntranceGreetingFile(AnnouncementFileKey entranceGreetingFile)
public AnnouncementFileKey getEntranceGreetingFile()
public void setUser(User user)
public User getUser()
public void setConferenceKey(MeetMeConferencingConferenceKey conferenceKey)
public MeetMeConferencingConferenceKey getConferenceKey()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.