public static class DriveService.FileComment extends Object
| 构造器和说明 |
|---|
FileComment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateFileCommentResp |
create(CreateFileCommentReq req) |
CreateFileCommentResp |
create(CreateFileCommentReq req,
RequestOptions reqOptions) |
GetFileCommentResp |
get(GetFileCommentReq req) |
GetFileCommentResp |
get(GetFileCommentReq req,
RequestOptions reqOptions) |
ListFileCommentResp |
list(ListFileCommentReq req) |
ListFileCommentResp |
list(ListFileCommentReq req,
RequestOptions reqOptions) |
PatchFileCommentResp |
patch(PatchFileCommentReq req) |
PatchFileCommentResp |
patch(PatchFileCommentReq req,
RequestOptions reqOptions) |
public FileComment(Config config)
public CreateFileCommentResp create(CreateFileCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateFileCommentResp create(CreateFileCommentReq req) throws Exception
Exceptionpublic GetFileCommentResp get(GetFileCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetFileCommentResp get(GetFileCommentReq req) throws Exception
Exceptionpublic ListFileCommentResp list(ListFileCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListFileCommentResp list(ListFileCommentReq req) throws Exception
Exceptionpublic PatchFileCommentResp patch(PatchFileCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchFileCommentResp patch(PatchFileCommentReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.