Package com.uc4.communication.requests
Class CalendarList.CalendarListItem
- java.lang.Object
-
- com.uc4.communication.requests.CalendarList.CalendarListItem
-
- Enclosing class:
- CalendarList
public static class CalendarList.CalendarListItem extends java.lang.ObjectStores the name of a calendar/keyword its unique id.
-
-
Constructor Summary
Constructors Constructor Description CalendarListItem(java.lang.String id, java.lang.String name)CalendarListItem is used by api-calls CalendarCondition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Returns the ID of this CALE object.java.lang.StringgetName()Returns the name of this CALE object.java.lang.StringtoString()
-
-
-
Constructor Detail
-
CalendarListItem
public CalendarListItem(java.lang.String id, java.lang.String name)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
-
-