$ApiFavoriteClient class
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
-
$create_Request({required int nodeType, required int nodeId, bool? oCSAPIRequest})
→ Request
-
api v2
Add a node (table or view) to user favorites.
-
$create_Serializer()
→ DynamiteSerializer<ApiFavoriteCreateResponseApplicationJson, void>
-
Builds a serializer to parse the response of $create_Request.
-
$destroy_Request({required int nodeType, required int nodeId, bool? oCSAPIRequest})
→ Request
-
api v2
Remove a node (table or view) to from favorites.
-
$destroy_Serializer()
→ DynamiteSerializer<ApiFavoriteDestroyResponseApplicationJson, void>
-
Builds a serializer to parse the response of $destroy_Request.
-
create({required int nodeType, required int nodeId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<ApiFavoriteCreateResponseApplicationJson, void>>
-
api v2
Add a node (table or view) to user favorites.
-
destroy({required int nodeType, required int nodeId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<ApiFavoriteDestroyResponseApplicationJson, void>>
-
api v2
Remove a node (table or view) to from favorites.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited