$TransferOwnershipClient class

Constructors

$TransferOwnershipClient.new($Client _rootClient)

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({required int id, bool? oCSAPIRequest}) Future<DynamiteResponse<TransferOwnershipAcceptResponseApplicationJson, void>>
Accept an ownership transfer.
acceptRaw({required int id, bool? oCSAPIRequest}) DynamiteRawResponse<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.
rejectRaw({required int id, bool? oCSAPIRequest}) DynamiteRawResponse<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.
transferRaw({required String recipient, required String path, bool? oCSAPIRequest}) DynamiteRawResponse<TransferOwnershipTransferResponseApplicationJson, void>
Transfer the ownership to another user.

Operators

operator ==(Object other) bool
The equality operator.
inherited