CalendarItemTypeApi class

Constructors

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

createCalendarItemType(CalendarItemTypeDto calendarItemTypeDto) Future<CalendarItemTypeDto?>
Creates a calendarItemType
createCalendarItemTypeWithHttpInfo(CalendarItemTypeDto calendarItemTypeDto) Future<Response>
Creates a calendarItemType
deleteCalendarItemTypes(ListOfIdsDto listOfIdsDto) Future<List<DocIdentifier>?>
Deletes calendarItemTypes
deleteCalendarItemTypesWithHttpInfo(ListOfIdsDto listOfIdsDto) Future<Response>
Deletes calendarItemTypes
getCalendarItemType(String calendarItemTypeId) Future<CalendarItemTypeDto?>
Gets a calendarItemType
getCalendarItemTypes() Future<List<CalendarItemTypeDto>?>
Gets all calendarItemTypes
getCalendarItemTypesIncludeDeleted() Future<List<CalendarItemTypeDto>?>
Gets all calendarItemTypes include deleted
getCalendarItemTypesIncludeDeletedWithHttpInfo() Future<Response>
Gets all calendarItemTypes include deleted
getCalendarItemTypesWithHttpInfo() Future<Response>
Gets all calendarItemTypes
getCalendarItemTypeWithHttpInfo(String calendarItemTypeId) Future<Response>
Gets a calendarItemType
modifyCalendarItemType(CalendarItemTypeDto calendarItemTypeDto) Future<CalendarItemTypeDto?>
Modifies an calendarItemType
modifyCalendarItemTypeWithHttpInfo(CalendarItemTypeDto calendarItemTypeDto) Future<Response>
Modifies an calendarItemType
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