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