Package com.uc4.communication.requests
Class CalendarList.CalendarListItem
java.lang.Object
com.uc4.communication.requests.CalendarList.CalendarListItem
- Enclosing class:
- CalendarList
Stores the name of a calendar/keyword its unique id.
-
Constructor Summary
ConstructorsConstructorDescriptionCalendarListItem
(String id, String name) CalendarListItem is used by api-calls CalendarCondition. -
Method Summary
-
Constructor Details
-
CalendarListItem
CalendarListItem is used by api-calls CalendarCondition. constructor must be public to allow creating CalendarListIitems without a new backend call- Parameters:
id
- oh_idnr of the calendarname
- Name of the calendar
-
-
Method Details