TimeTableApi class

Constructors

TimeTableApi([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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rawCreateTimeTable(TimeTableDto timeTableDto) Future<TimeTableDto?>
Creates a timeTable
rawCreateTimeTableWithHttpInfo(TimeTableDto timeTableDto) Future<Response>
Creates a timeTable
rawDeleteTimeTable(ListOfIdsDto listOfIdsDto) Future<List<DocIdentifier>?>
Deletes an timeTable
rawDeleteTimeTableWithHttpInfo(ListOfIdsDto listOfIdsDto) Future<Response>
Deletes an timeTable
rawGetTimeTable(String timeTableId) Future<TimeTableDto?>
Gets a timeTable
rawGetTimeTablesByAgendaId(String agendaId) Future<List<TimeTableDto>?>
Get TimeTables by AgendaId
rawGetTimeTablesByAgendaIdWithHttpInfo(String agendaId) Future<Response>
Get TimeTables by AgendaId
rawGetTimeTablesByPeriodAndAgendaId(int startDate, int endDate, String agendaId) Future<List<TimeTableDto>?>
Get TimeTables by Period and AgendaId
rawGetTimeTablesByPeriodAndAgendaIdWithHttpInfo(int startDate, int endDate, String agendaId) Future<Response>
Get TimeTables by Period and AgendaId
rawGetTimeTableWithHttpInfo(String timeTableId) Future<Response>
Gets a timeTable
rawModifyTimeTable(TimeTableDto timeTableDto) Future<TimeTableDto?>
Modifies an timeTable
rawModifyTimeTableWithHttpInfo(TimeTableDto timeTableDto) Future<Response>
Modifies an timeTable
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited