public final class CalendarChange
- Object
- CalendarChange
Describes a local notification or delta-sync change.
Nested types
enum CalendarChange.EntityType | |
enum CalendarChange.ChangeType |
Constructors
public CalendarChange(String sourceId, String calendarId, String itemId, CalendarChange.EntityType entityType, CalendarChange.ChangeType changeType) |
Methods
public String getSourceId() | |
public String getCalendarId() | |
public String getItemId() | |
public CalendarChange.EntityType getEntityType() | |
public CalendarChange.ChangeType getChangeType() |
Inherited methods
Constructor details
CalendarChange
public CalendarChange(String sourceId, String calendarId, String itemId, CalendarChange.EntityType entityType, CalendarChange.ChangeType changeType)Method details
getSourceId
public String getSourceId()getCalendarId
public String getCalendarId()getItemId
public String getItemId()getEntityType
public CalendarChange.EntityType getEntityType()getChangeType
public CalendarChange.ChangeType getChangeType()