TryAndRecoverMaintenanceTaskApi class
Constructors
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
-
filterMaintenanceTasksBy(
FilterOptions< MaintenanceTask> filter) → Future<PaginatedListIterator< MaintenanceTask> > -
filterMaintenanceTasksBySorted(
SortableFilterOptions< MaintenanceTask> filter) → Future<PaginatedListIterator< MaintenanceTask> > -
getMaintenanceTask(
String entityId) → Future< MaintenanceTask> -
getMaintenanceTasks(
List< String> entityIds) → Future<List< MaintenanceTask> > -
modifyMaintenanceTask(
MaintenanceTask entity) → Future< MaintenanceTask> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
undeleteMaintenanceTask(
MaintenanceTask maintenanceTask) → Future< MaintenanceTask> -
undeleteMaintenanceTaskById(
String id, String rev) → Future< MaintenanceTask>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited