$SettingsClient class

Constructors

$SettingsClient($Client _rootClient)
Creates a new DynamiteClient for settings 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

$admin_Request({required int batchSetting, required String soundNotification, required String soundTalk, SettingsAdminApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Update default notification settings for new users.
$admin_Serializer() → DynamiteSerializer<SettingsAdminResponseApplicationJson, void>
Builds a serializer to parse the response of $admin_Request.
$personal_Request({required int batchSetting, required String soundNotification, required String soundTalk, SettingsPersonalApiVersion? apiVersion, bool? oCSAPIRequest}) → Request
Update personal notification settings.
$personal_Serializer() → DynamiteSerializer<SettingsPersonalResponseApplicationJson, void>
Builds a serializer to parse the response of $personal_Request.
admin({required int batchSetting, required String soundNotification, required String soundTalk, SettingsAdminApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<SettingsAdminResponseApplicationJson, void>>
Update default notification settings for new users.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
personal({required int batchSetting, required String soundNotification, required String soundTalk, SettingsPersonalApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<SettingsPersonalResponseApplicationJson, void>>
Update personal notification settings.
toString() String
A string representation of this object.
inherited

Operators

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