CalendarItemBasicInGroupApi class
Constructors
- CalendarItemBasicInGroupApi.new(String _sdkId, Object _dartSdk)
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
-
createCalendarItem(
GroupScoped< EncryptedCalendarItem> entity) → Future<GroupScoped< EncryptedCalendarItem> > -
deleteCalendarItem(
GroupScoped< CalendarItem> calendarItem) → Future<GroupScoped< StoredDocumentIdentifier> > -
deleteCalendarItemById(
GroupScoped< StoredDocumentIdentifier> entityId) → Future<GroupScoped< StoredDocumentIdentifier> > -
deleteCalendarItems(
List< GroupScoped< calendarItems) → Future<CalendarItem> >List< GroupScoped< >StoredDocumentIdentifier> > -
deleteCalendarItemsByIds(
List< GroupScoped< entityIds) → Future<StoredDocumentIdentifier> >List< GroupScoped< >StoredDocumentIdentifier> > -
filterCalendarItemsBy(
String groupId, BaseFilterOptions< CalendarItem> filter) → Future<PaginatedListIterator< GroupScoped< >EncryptedCalendarItem> > -
filterCalendarItemsBySorted(
String groupId, BaseSortableFilterOptions< CalendarItem> filter) → Future<PaginatedListIterator< GroupScoped< >EncryptedCalendarItem> > -
getCalendarItem(
String groupId, String entityId) → Future< GroupScoped< EncryptedCalendarItem> ?> -
getCalendarItems(
String groupId, List< String> entityIds) → Future<List< GroupScoped< >EncryptedCalendarItem> > -
matchCalendarItemsBy(
String groupId, BaseFilterOptions< CalendarItem> filter) → Future<List< String> > -
matchCalendarItemsBySorted(
String groupId, BaseSortableFilterOptions< CalendarItem> filter) → Future<List< String> > -
modifyCalendarItem(
GroupScoped< EncryptedCalendarItem> entity) → Future<GroupScoped< EncryptedCalendarItem> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited