CalendarItemApi class

Constructors

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

createCalendarItem(CalendarItemDto calendarItemDto) Future<CalendarItemDto?>
Creates a calendarItem
createCalendarItemWithHttpInfo(CalendarItemDto calendarItemDto) Future<Response>
Creates a calendarItem
deleteCalendarItem(String calendarItemIds) Future<List<DocIdentifier>?>
Deletes an calendarItem
deleteCalendarItems(ListOfIdsDto listOfIdsDto) Future<List<DocIdentifier>?>
Deletes calendarItems
deleteCalendarItemsWithHttpInfo(ListOfIdsDto listOfIdsDto) Future<Response>
Deletes calendarItems
deleteCalendarItemWithHttpInfo(String calendarItemIds) Future<Response>
Deletes an calendarItem
findCalendarItemsByHCPartyPatientForeignKeys(String hcPartyId, String secretFKeys) Future<List<CalendarItemDto>?>
Find CalendarItems by hcparty and patient
findCalendarItemsByHCPartyPatientForeignKeysWithHttpInfo(String hcPartyId, String secretFKeys) Future<Response>
Find CalendarItems by hcparty and patient
findCalendarItemsByRecurrenceId(String recurrenceId) Future<List<CalendarItemDto>?>
Find CalendarItems by recurrenceId
findCalendarItemsByRecurrenceIdWithHttpInfo(String recurrenceId) Future<Response>
Find CalendarItems by recurrenceId
getCalendarItem(String calendarItemId) Future<CalendarItemDto?>
Gets an calendarItem
getCalendarItems() Future<List<CalendarItemDto>?>
Gets all calendarItems
getCalendarItemsByPeriodAndHcPartyId(int startDate, int endDate, String hcPartyId) Future<List<CalendarItemDto>?>
Get CalendarItems by Period and HcPartyId
getCalendarItemsByPeriodAndHcPartyIdWithHttpInfo(int startDate, int endDate, String hcPartyId) Future<Response>
Get CalendarItems by Period and HcPartyId
getCalendarItemsWithHttpInfo() Future<Response>
Gets all calendarItems
getCalendarItemsWithIds({ListOfIdsDto? listOfIdsDto}) Future<List<CalendarItemDto>?>
Get calendarItems by ids
getCalendarItemsWithIdsWithHttpInfo({ListOfIdsDto? listOfIdsDto}) Future<Response>
Get calendarItems by ids
getCalendarItemWithHttpInfo(String calendarItemId) Future<Response>
Gets an calendarItem
getCalendarsByPeriodAndAgendaId(int startDate, int endDate, String agendaId) Future<List<CalendarItemDto>?>
Get CalendarItems by Period and AgendaId
getCalendarsByPeriodAndAgendaIdWithHttpInfo(int startDate, int endDate, String agendaId) Future<Response>
Get CalendarItems by Period and AgendaId
modifyCalendarItem(CalendarItemDto calendarItemDto) Future<CalendarItemDto?>
Modifies an calendarItem
modifyCalendarItemWithHttpInfo(CalendarItemDto calendarItemDto) Future<Response>
Modifies an calendarItem
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCalendarItemsDelegations(List<IcureStubDto> icureStubDto) Future<List<CalendarItemDto>?>
Update delegations in calendarItems
setCalendarItemsDelegationsWithHttpInfo(List<IcureStubDto> icureStubDto) Future<Response>
Update delegations in calendarItems
toString() String
A string representation of this object.
inherited

Operators

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