EncryptedTimeTableApi class
Constructors
- EncryptedTimeTableApi(String _sdkId)
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
-
filterTimeTablesBy(
FilterOptions< TimeTable> filter) → Future<PaginatedListIterator< EncryptedTimeTable> > -
filterTimeTablesBySorted(
SortableFilterOptions< TimeTable> filter) → Future<PaginatedListIterator< EncryptedTimeTable> > -
getTimeTable(
String entityId) → Future< EncryptedTimeTable> -
getTimeTables(
List< String> timeTableIds) → Future<List< EncryptedTimeTable> > -
modifyTimeTable(
EncryptedTimeTable entity) → Future< EncryptedTimeTable> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
undeleteTimeTable(
TimeTable timeTable) → Future< TimeTable> -
undeleteTimeTableById(
String id, String rev) → Future< EncryptedTimeTable>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited