Interface HasEnumId<T>

Type Parameters:
T - id type, String or Integer
All Known Subinterfaces:
CalendarDisplayMode
All Known Implementing Classes:
CalendarDisplayModes, DataChangeOperation, GenericCalendarDisplayModes

public interface HasEnumId<T>
Marker interface for serializing enums.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getId

      T getId()