$StatusesClient 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
-
$find_Request({required String userId, bool? oCSAPIRequest})
→ Request
-
Find the status of a user.
-
$find_Serializer()
→ DynamiteSerializer<StatusesFindResponseApplicationJson, void>
-
Builds a serializer to parse the response of $find_Request.
-
$findAll_Request({int? limit, int? offset, bool? oCSAPIRequest})
→ Request
-
Find statuses of users.
-
$findAll_Serializer()
→ DynamiteSerializer<StatusesFindAllResponseApplicationJson, void>
-
Builds a serializer to parse the response of $findAll_Request.
-
find({required String userId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<StatusesFindResponseApplicationJson, void>>
-
Find the status of a user.
-
findAll({int? limit, int? offset, bool? oCSAPIRequest})
→ Future<DynamiteResponse<StatusesFindAllResponseApplicationJson, void>>
-
Find statuses of users.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited