Replies class

Defines the Replies API.

HUAWEI Drive Kit allows your app to provide the reply function for users, including adding, viewing, updating, and deleting replies to comments on files in the cloud.

Constructors

Replies()

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

create(RepliesRequest request) Future<DriveReply>
Replies to a comment.
delete(RepliesRequest request) Future<bool>
Deletes a reply to a comment.
getReply(RepliesRequest request) Future<DriveReply>
Obtains a reply by ID.
list(RepliesRequest request) Future<DriveReplyList>
Lists all replies to a comment.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(RepliesRequest request) Future<DriveReply>
Updates a reply to a comment.

Operators

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