CalendarItemTryAndRecoverApi class
Constructors
- CalendarItemTryAndRecoverApi(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(
CalendarItem entity) → Future< CalendarItem> -
filterCalendarItemsBy(
FilterOptions< CalendarItem> filter) → Future<PaginatedListIterator< CalendarItem> > -
filterCalendarItemsBySorted(
SortableFilterOptions< CalendarItem> filter) → Future<PaginatedListIterator< CalendarItem> > -
getCalendarItem(
String entityId) → Future< CalendarItem?> -
getCalendarItems(
List< String> entityIds) → Future<List< CalendarItem> > -
linkToPatient(
CalendarItem calendarItem, Patient patient, ) → Future< CalendarItem> -
modifyCalendarItem(
CalendarItem entity) → Future< CalendarItem> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
undeleteCalendarItem(
CalendarItem calendarItem) → Future< CalendarItem> -
undeleteCalendarItemById(
String id, String rev) → Future< CalendarItem>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited