Class CalendarList.CalendarListItem

java.lang.Object
com.uc4.communication.requests.CalendarList.CalendarListItem
Enclosing class:
CalendarList

public static class CalendarList.CalendarListItem extends Object
Stores the name of a calendar/keyword its unique id.
  • Constructor Details

    • CalendarListItem

      public CalendarListItem(String id, 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 calendar
      name - Name of the calendar
  • Method Details

    • getId

      public String getId()
      Returns the ID of this CALE object.
      Returns:
      ID
    • getName

      public String getName()
      Returns the name of this CALE object.
      Returns:
      Name
    • toString

      public String toString()
      Overrides:
      toString in class Object