$AppsClient class
Constructors
-
$AppsClient($Client _rootClient)
-
Creates a new
DynamiteClient
for apps 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
-
$disable_Request({required String app, bool? oCSAPIRequest})
→ Request
-
Disable an app.
-
$disable_Serializer()
→ DynamiteSerializer<AppsDisableResponseApplicationJson, void>
-
Builds a serializer to parse the response of $disable_Request.
-
$enable_Request({required String app, bool? oCSAPIRequest})
→ Request
-
Enable an app.
-
$enable_Serializer()
→ DynamiteSerializer<AppsEnableResponseApplicationJson, void>
-
Builds a serializer to parse the response of $enable_Request.
-
$getAppInfo_Request({required String app, bool? oCSAPIRequest})
→ Request
-
Get the app info for an app.
-
$getAppInfo_Serializer()
→ DynamiteSerializer<AppsGetAppInfoResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getAppInfo_Request.
-
$getApps_Request({String? filter, bool? oCSAPIRequest})
→ Request
-
Get a list of installed apps.
-
$getApps_Serializer()
→ DynamiteSerializer<AppsGetAppsResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getApps_Request.
-
disable({required String app, bool? oCSAPIRequest})
→ Future<DynamiteResponse<AppsDisableResponseApplicationJson, void>>
-
Disable an app.
-
enable({required String app, bool? oCSAPIRequest})
→ Future<DynamiteResponse<AppsEnableResponseApplicationJson, void>>
-
Enable an app.
-
getAppInfo({required String app, bool? oCSAPIRequest})
→ Future<DynamiteResponse<AppsGetAppInfoResponseApplicationJson, void>>
-
Get the app info for an app.
-
getApps({String? filter, bool? oCSAPIRequest})
→ Future<DynamiteResponse<AppsGetAppsResponseApplicationJson, void>>
-
Get a list of installed apps.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited