$NavigationClient class

Constructors

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

$getAppsNavigation_Request({NavigationGetAppsNavigationAbsolute? absolute, bool? oCSAPIRequest}) → Request
Get the apps navigation.
$getAppsNavigation_Serializer() → DynamiteSerializer<NavigationGetAppsNavigationResponseApplicationJson, void>
Builds a serializer to parse the response of $getAppsNavigation_Request.
$getSettingsNavigation_Request({NavigationGetSettingsNavigationAbsolute? absolute, bool? oCSAPIRequest}) → Request
Get the settings navigation.
$getSettingsNavigation_Serializer() → DynamiteSerializer<NavigationGetSettingsNavigationResponseApplicationJson, void>
Builds a serializer to parse the response of $getSettingsNavigation_Request.
getAppsNavigation({NavigationGetAppsNavigationAbsolute? absolute, bool? oCSAPIRequest}) Future<DynamiteResponse<NavigationGetAppsNavigationResponseApplicationJson, void>>
Get the apps navigation.
getSettingsNavigation({NavigationGetSettingsNavigationAbsolute? absolute, bool? oCSAPIRequest}) Future<DynamiteResponse<NavigationGetSettingsNavigationResponseApplicationJson, void>>
Get the settings navigation.
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