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