Comments class

Defines the Comments API.

HUAWEI Drive Kit allows your app to provide file commenting functions for users, including commenting on files in the cloud as well as viewing, updating, and deleting comments.

Constructors

Comments()

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(CommentsRequest request) Future<DriveComment>
Creates a comment on a file.
delete(CommentsRequest request) Future<bool>
Deletes a comment on a file.
getComment(CommentsRequest request) Future<DriveComment>
Obtains a comment on a file.
list(CommentsRequest request) Future<DriveCommentList>
Obtains a file comment list.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(CommentsRequest request) Future<DriveComment>
Updates a file comment.

Operators

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