Package com.longbridge.calendar
Class CalendarEventsResponse
- java.lang.Object
-
- com.longbridge.calendar.CalendarEventsResponse
-
public class CalendarEventsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description CalendarEventsResponse()
-
-
-
Field Detail
-
date
public String date
Start date of the query window.
-
list
public CalendarDateGroup[] list
Per-day event groups.
-
nextDate
public String nextDate
Pagination cursor; pass as start to fetch the next page, empty when there are no more pages.
-
-