CalendarItemBasicApi class
Constructors
- CalendarItemBasicApi(String _sdkId)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteCalendarItem(
CalendarItem calendarItem) → Future< DocIdentifier> -
deleteCalendarItemById(
String entityId, String rev) → Future< DocIdentifier> -
deleteCalendarItems(
List< CalendarItem> calendarItems) → Future<List< DocIdentifier> > -
deleteCalendarItemsByIds(
List< IdWithMandatoryRev> entityIds) → Future<List< DocIdentifier> > -
filterCalendarItemsBy(
BaseFilterOptions< CalendarItem> filter) → Future<PaginatedListIterator< EncryptedCalendarItem> > -
filterCalendarItemsBySorted(
BaseSortableFilterOptions< CalendarItem> filter) → Future<PaginatedListIterator< EncryptedCalendarItem> > -
getCalendarItem(
String entityId) → Future< EncryptedCalendarItem> -
getCalendarItems(
List< String> entityIds) → Future<List< EncryptedCalendarItem> > -
matchCalendarItemsBy(
BaseFilterOptions< CalendarItem> filter) → Future<List< String> > -
matchCalendarItemsBySorted(
BaseSortableFilterOptions< CalendarItem> filter) → Future<List< String> > -
modifyCalendarItem(
EncryptedCalendarItem entity) → Future< EncryptedCalendarItem> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
purgeCalendarItem(
CalendarItem calendarItem) → Future< void> -
purgeCalendarItemById(
String id, String rev) → Future< void> -
subscribeToEvents(
Set< SubscriptionEventType> events, FilterOptions<CalendarItem> filter, {EntitySubscriptionConfiguration? subscriptionConfig}) → Future<EntitySubscription< EncryptedCalendarItem> > -
toString(
) → String -
A string representation of this object.
inherited
-
undeleteCalendarItem(
CalendarItem calendarItem) → Future< EncryptedCalendarItem> -
undeleteCalendarItemById(
String id, String rev) → Future< EncryptedCalendarItem>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited