CalendarItemEncryptedApi class
Constructors
- CalendarItemEncryptedApi.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(
EncryptedCalendarItem entity) → Future< EncryptedCalendarItem> -
filterCalendarItemsBy(
FilterOptions< CalendarItem> filter) → Future<PaginatedListIterator< EncryptedCalendarItem> > -
filterCalendarItemsBySorted(
SortableFilterOptions< CalendarItem> filter) → Future<PaginatedListIterator< EncryptedCalendarItem> > -
getCalendarItem(
String entityId) → Future< EncryptedCalendarItem?> -
getCalendarItems(
List< String> entityIds) → Future<List< EncryptedCalendarItem> > -
linkToPatient(
CalendarItem calendarItem, Patient patient, ) → Future< EncryptedCalendarItem> -
modifyCalendarItem(
EncryptedCalendarItem entity) → Future< EncryptedCalendarItem> -
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< EncryptedCalendarItem> -
undeleteCalendarItemById(
String id, String rev) → Future< EncryptedCalendarItem>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited