$NavigationClient class

Constructors

$NavigationClient.new($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({NavigationGetAppsNavigationAbsolute? absolute, bool? oCSAPIRequest}) Future<DynamiteResponse<NavigationGetAppsNavigationResponseApplicationJson, void>>
Get the apps navigation.
getAppsNavigationRaw({NavigationGetAppsNavigationAbsolute? absolute, bool? oCSAPIRequest}) DynamiteRawResponse<NavigationGetAppsNavigationResponseApplicationJson, void>
Get the apps navigation.
getSettingsNavigation({NavigationGetSettingsNavigationAbsolute? absolute, bool? oCSAPIRequest}) Future<DynamiteResponse<NavigationGetSettingsNavigationResponseApplicationJson, void>>
Get the settings navigation.
getSettingsNavigationRaw({NavigationGetSettingsNavigationAbsolute? absolute, bool? oCSAPIRequest}) DynamiteRawResponse<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