public static class Group.GroupScheduleGetEventResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allDayEvent |
protected LocalDate |
endDate |
protected HourMinute |
endTime |
protected String |
eventName |
protected Group |
group |
protected Recurrence |
recurrence |
protected ScheduleKey |
scheduleKey |
protected LocalDate |
startDate |
protected HourMinute |
startTime |
request, responseContent, xPath
Constructor and Description |
---|
GroupScheduleGetEventResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
allDayEventFlagExist() |
boolean |
equals(Object o) |
LocalDate |
getEndDate() |
HourMinute |
getEndTime() |
String |
getEventName() |
Group |
getGroup() |
Recurrence |
getRecurrence() |
ScheduleKey |
getScheduleKey() |
LocalDate |
getStartDate() |
HourMinute |
getStartTime() |
int |
hashCode() |
void |
setEndDate(LocalDate endDate) |
void |
setEndTime(HourMinute endTime) |
void |
setEventName(String eventName) |
void |
setFlagAllDayEvent() |
void |
setGroup(Group group) |
void |
setRecurrence(Recurrence recurrence) |
void |
setScheduleKey(ScheduleKey scheduleKey) |
void |
setStartDate(LocalDate startDate) |
void |
setStartTime(HourMinute startTime) |
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 LocalDate startDate
protected Boolean allDayEvent
protected HourMinute startTime
protected HourMinute endTime
protected LocalDate endDate
protected Recurrence recurrence
protected transient Group group
protected ScheduleKey scheduleKey
protected String eventName
public void setStartDate(LocalDate startDate)
public LocalDate getStartDate()
public void setFlagAllDayEvent()
public boolean allDayEventFlagExist()
public void setStartTime(HourMinute startTime)
public HourMinute getStartTime()
public void setEndTime(HourMinute endTime)
public HourMinute getEndTime()
public void setEndDate(LocalDate endDate)
public LocalDate getEndDate()
public void setRecurrence(Recurrence recurrence)
public Recurrence getRecurrence()
public void setGroup(Group group)
public Group getGroup()
public void setScheduleKey(ScheduleKey scheduleKey)
public ScheduleKey getScheduleKey()
public void setEventName(String eventName)
public String getEventName()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.