AnonymousAccessApi class

Constructors

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

getAvailabilitiesByPeriodAndCalendarItemTypeId(String groupId, String userId, String getCalendarItemTypeId, int startDate, int endDate, String hcpId, {int? limit}) Future<List<int>?>
Get Availabilities for HCP and appointmentType
getAvailabilitiesByPeriodAndCalendarItemTypeIdWithHttpInfo(String groupId, String userId, String getCalendarItemTypeId, int startDate, int endDate, String hcpId, {int? limit}) Future<Response>
Get Availabilities for HCP and appointmentType
listAppointmentTypesForUser(String groupId, String userId, int startDate, int endDate) Future<List<CalendarItemTypeDto>?>
List Calendar Item types for a provided group id and user id
listAppointmentTypesForUserWithHttpInfo(String groupId, String userId, int startDate, int endDate) Future<Response>
List Calendar Item types for a provided group id and user id
listHealthcarePartiesInGroup(String groupId) Future<List<UserDto>?>
List healthcare parties for a provided group id
listHealthcarePartiesInGroupWithHttpInfo(String groupId) Future<Response>
List healthcare parties for a provided group id
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