$TransferOwnershipClient 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
-
$accept_Request({required int id, bool? oCSAPIRequest})
→ Request
-
Accept an ownership transfer.
-
$accept_Serializer()
→ DynamiteSerializer<TransferOwnershipAcceptResponseApplicationJson, void>
-
Builds a serializer to parse the response of $accept_Request.
-
$reject_Request({required int id, bool? oCSAPIRequest})
→ Request
-
Reject an ownership transfer.
-
$reject_Serializer()
→ DynamiteSerializer<TransferOwnershipRejectResponseApplicationJson, void>
-
Builds a serializer to parse the response of $reject_Request.
-
$transfer_Request({required String recipient, required String path, bool? oCSAPIRequest})
→ Request
-
Transfer the ownership to another user.
-
$transfer_Serializer()
→ DynamiteSerializer<TransferOwnershipTransferResponseApplicationJson, void>
-
Builds a serializer to parse the response of $transfer_Request.
-
accept({required int id, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TransferOwnershipAcceptResponseApplicationJson, void>>
-
Accept an ownership transfer.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
reject({required int id, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TransferOwnershipRejectResponseApplicationJson, void>>
-
Reject an ownership transfer.
-
toString()
→ String
-
A string representation of this object.
inherited
-
transfer({required String recipient, required String path, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TransferOwnershipTransferResponseApplicationJson, void>>
-
Transfer the ownership to another user.