MaintenanceTaskApi class

Constructors

MaintenanceTaskApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createMaintenanceTask(MaintenanceTaskDto maintenanceTaskDto) Future<MaintenanceTaskDto?>
Creates a maintenanceTask
createMaintenanceTaskWithHttpInfo(MaintenanceTaskDto maintenanceTaskDto) Future<Response>
Creates a maintenanceTask
deleteMaintenanceTask(String maintenanceTaskIds) Future<List<DocIdentifier>?>
Delete maintenanceTasks
deleteMaintenanceTaskWithHttpInfo(String maintenanceTaskIds) Future<Response>
Delete maintenanceTasks
filterMaintenanceTasksBy(FilterChain<MaintenanceTaskDto> filterChainMaintenanceTask, {String? startDocumentId, int? limit}) Future<PaginatedListMaintenanceTaskDto?>
Filter maintenanceTasks for the current user (HcParty)
filterMaintenanceTasksByWithHttpInfo(FilterChain<MaintenanceTaskDto> filterChainMaintenanceTask, {String? startDocumentId, int? limit}) Future<Response>
Filter maintenanceTasks for the current user (HcParty)
getMaintenanceTask(String maintenanceTaskId) Future<MaintenanceTaskDto?>
Gets a maintenanceTask
getMaintenanceTaskWithHttpInfo(String maintenanceTaskId) Future<Response>
Gets a maintenanceTask
modifyMaintenanceTask(MaintenanceTaskDto maintenanceTaskDto) Future<MaintenanceTaskDto?>
Updates a maintenanceTask
modifyMaintenanceTaskWithHttpInfo(MaintenanceTaskDto maintenanceTaskDto) Future<Response>
Updates a maintenanceTask
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