$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({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.
-
findAllRaw({int? limit, int? offset, bool? oCSAPIRequest})
→ DynamiteRawResponse<StatusesFindAllResponseApplicationJson, void>
-
Find statuses of users.
-
findRaw({required String userId, bool? oCSAPIRequest})
→ DynamiteRawResponse<StatusesFindResponseApplicationJson, void>
-
Find the status of a user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited