$UserStatusClient 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
-
$clearMessage_Request({bool? oCSAPIRequest})
→ Request
-
Clear the message of the current user.
-
$clearMessage_Serializer()
→ DynamiteSerializer<UserStatusClearMessageResponseApplicationJson, void>
-
Builds a serializer to parse the response of $clearMessage_Request.
-
$getStatus_Request({bool? oCSAPIRequest})
→ Request
-
Get the status of the current user.
-
$getStatus_Serializer()
→ DynamiteSerializer<UserStatusGetStatusResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getStatus_Request.
-
$revertStatus_Request({required String messageId, bool? oCSAPIRequest})
→ Request
-
Revert the status to the previous status.
-
$revertStatus_Serializer()
→ DynamiteSerializer<UserStatusRevertStatusResponseApplicationJson, void>
-
Builds a serializer to parse the response of $revertStatus_Request.
-
$setCustomMessage_Request({String? statusIcon, String? message, int? clearAt, bool? oCSAPIRequest})
→ Request
-
Set the message to a custom message for the current user.
-
$setCustomMessage_Serializer()
→ DynamiteSerializer<UserStatusSetCustomMessageResponseApplicationJson, void>
-
Builds a serializer to parse the response of $setCustomMessage_Request.
-
$setPredefinedMessage_Request({required String messageId, int? clearAt, bool? oCSAPIRequest})
→ Request
-
Set the message to a predefined message for the current user.
-
$setPredefinedMessage_Serializer()
→ DynamiteSerializer<UserStatusSetPredefinedMessageResponseApplicationJson, void>
-
Builds a serializer to parse the response of $setPredefinedMessage_Request.
-
$setStatus_Request({required String statusType, bool? oCSAPIRequest})
→ Request
-
Update the status type of the current user.
-
$setStatus_Serializer()
→ DynamiteSerializer<UserStatusSetStatusResponseApplicationJson, void>
-
Builds a serializer to parse the response of $setStatus_Request.
-
clearMessage({bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusClearMessageResponseApplicationJson, void>>
-
Clear the message of the current user.
-
getStatus({bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusGetStatusResponseApplicationJson, void>>
-
Get the status of the current user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
revertStatus({required String messageId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusRevertStatusResponseApplicationJson, void>>
-
Revert the status to the previous status.
-
setCustomMessage({String? statusIcon, String? message, int? clearAt, bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusSetCustomMessageResponseApplicationJson, void>>
-
Set the message to a custom message for the current user.
-
setPredefinedMessage({required String messageId, int? clearAt, bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusSetPredefinedMessageResponseApplicationJson, void>>
-
Set the message to a predefined message for the current user.
-
setStatus({required String statusType, bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusSetStatusResponseApplicationJson, void>>
-
Update the status type of the current user.
-
toString()
→ String
-
A string representation of this object.
inherited