CalendarItemInGroupEncryptedPlatformApi class
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(String sdkId, GroupScoped<EncryptedCalendarItem> entity)
→ Future<GroupScoped<EncryptedCalendarItem>>
-
-
filterCalendarItemsBy(String sdkId, String groupId, FilterOptions<CalendarItem> filter)
→ Future<PaginatedListIterator<GroupScoped<EncryptedCalendarItem>>>
-
-
filterCalendarItemsBySorted(String sdkId, String groupId, SortableFilterOptions<CalendarItem> filter)
→ Future<PaginatedListIterator<GroupScoped<EncryptedCalendarItem>>>
-
-
getCalendarItem(String sdkId, String groupId, String entityId)
→ Future<GroupScoped<EncryptedCalendarItem>?>
-
-
getCalendarItems(String sdkId, String groupId, List<String> entityIds)
→ Future<List<GroupScoped<EncryptedCalendarItem>>>
-
-
modifyCalendarItem(String sdkId, GroupScoped<EncryptedCalendarItem> entity)
→ Future<GroupScoped<EncryptedCalendarItem>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
shareWith(String sdkId, EntityReferenceInGroup delegate, GroupScoped<EncryptedCalendarItem> calendarItem, CalendarItemShareOptions? options)
→ Future<GroupScoped<EncryptedCalendarItem>>
-
-
shareWithMany(String sdkId, GroupScoped<EncryptedCalendarItem> calendarItem, Map<EntityReferenceInGroup, CalendarItemShareOptions> delegates)
→ Future<GroupScoped<EncryptedCalendarItem>>
-
-
toString()
→ String
-
A string representation of this object.
inherited