$EndpointClient class

Constructors

$EndpointClient($Client _rootClient)
Creates a new DynamiteClient for endpoint requests.

Properties

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

Methods

$confirmIdsForUser_Request({required BuiltList<int> ids, EndpointConfirmIdsForUserApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Check if notification IDs exist.
$confirmIdsForUser_Serializer() → DynamiteSerializer<EndpointConfirmIdsForUserResponseApplicationJson, void>
Builds a serializer to parse the response of $confirmIdsForUser_Request.
$deleteAllNotifications_Request({EndpointDeleteAllNotificationsApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Delete all notifications.
$deleteAllNotifications_Serializer() → DynamiteSerializer<EndpointDeleteAllNotificationsResponseApplicationJson, void>
Builds a serializer to parse the response of $deleteAllNotifications_Request.
$deleteNotification_Request({required int id, EndpointDeleteNotificationApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Delete a notification.
$deleteNotification_Serializer() → DynamiteSerializer<EndpointDeleteNotificationResponseApplicationJson, void>
Builds a serializer to parse the response of $deleteNotification_Request.
$getNotification_Request({required int id, EndpointGetNotificationApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Get a notification.
$getNotification_Serializer() → DynamiteSerializer<EndpointGetNotificationResponseApplicationJson, void>
Builds a serializer to parse the response of $getNotification_Request.
$listNotifications_Request({EndpointListNotificationsApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Get all notifications.
$listNotifications_Serializer() → DynamiteSerializer<EndpointListNotificationsResponseApplicationJson, EndpointEndpointListNotificationsHeaders>
Builds a serializer to parse the response of $listNotifications_Request.
confirmIdsForUser({required BuiltList<int> ids, EndpointConfirmIdsForUserApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<EndpointConfirmIdsForUserResponseApplicationJson, void>>
Check if notification IDs exist.
deleteAllNotifications({EndpointDeleteAllNotificationsApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<EndpointDeleteAllNotificationsResponseApplicationJson, void>>
Delete all notifications.
deleteNotification({required int id, EndpointDeleteNotificationApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<EndpointDeleteNotificationResponseApplicationJson, void>>
Delete a notification.
getNotification({required int id, EndpointGetNotificationApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<EndpointGetNotificationResponseApplicationJson, void>>
Get a notification.
listNotifications({EndpointListNotificationsApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<EndpointListNotificationsResponseApplicationJson, EndpointEndpointListNotificationsHeaders>>
Get all notifications.
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