CalendarItemTryAndRecoverPlatformApi 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, CalendarItem entity) Future<CalendarItem>
filterCalendarItemsBy(String sdkId, FilterOptions<CalendarItem> filter) Future<PaginatedListIterator<CalendarItem>>
filterCalendarItemsBySorted(String sdkId, SortableFilterOptions<CalendarItem> filter) Future<PaginatedListIterator<CalendarItem>>
getCalendarItem(String sdkId, String entityId) Future<CalendarItem?>
getCalendarItems(String sdkId, List<String> entityIds) Future<List<CalendarItem>>
linkToPatient(String sdkId, CalendarItem calendarItem, Patient patient, Set<String> shareLinkWithDelegates) Future<CalendarItem>
modifyCalendarItem(String sdkId, CalendarItem entity) Future<CalendarItem>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareWith(String sdkId, String delegateId, CalendarItem calendarItem, CalendarItemShareOptions? options) Future<CalendarItem>
shareWithMany(String sdkId, CalendarItem calendarItem, Map<String, CalendarItemShareOptions> delegates) Future<CalendarItem>
toString() String
A string representation of this object.
inherited
undeleteCalendarItem(String sdkId, CalendarItem calendarItem) Future<CalendarItem>
undeleteCalendarItemById(String sdkId, String id, String rev) Future<CalendarItem>

Operators

operator ==(Object other) bool
The equality operator.
inherited