Class Group.GroupScheduleGetEventResponse

All Implemented Interfaces:
Serializable
Enclosing class:
Group

public static class Group.GroupScheduleGetEventResponse extends Response
Response to GroupScheduleGetEventRequest. The response contains the event of the group schedule.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • GroupScheduleGetEventResponse

      public GroupScheduleGetEventResponse()
  • Method Details

    • setStartDate

      public void setStartDate(LocalDate startDate)
    • getStartDate

      public LocalDate getStartDate()
    • setFlagAllDayEvent

      public void setFlagAllDayEvent()
    • allDayEventFlagExist

      public boolean allDayEventFlagExist()
    • getAllDayEvent

      public Boolean getAllDayEvent()
    • setStartTime

      public void setStartTime(HourMinute startTime)
    • getStartTime

      public HourMinute getStartTime()
    • setEndTime

      public void setEndTime(HourMinute endTime)
    • getEndTime

      public HourMinute getEndTime()
    • setEndDate

      public void setEndDate(LocalDate endDate)
    • getEndDate

      public LocalDate getEndDate()
    • setRecurrence

      public void setRecurrence(Recurrence recurrence)
    • getRecurrence

      public Recurrence getRecurrence()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • setScheduleKey

      public void setScheduleKey(ScheduleKey scheduleKey)
    • getScheduleKey

      public ScheduleKey getScheduleKey()
    • setEventName

      public void setEventName(String eventName)
    • getEventName

      public String getEventName()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object