public static class HelpdeskService.Category extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateCategoryResp |
create(CreateCategoryReq req) |
CreateCategoryResp |
create(CreateCategoryReq req,
RequestOptions reqOptions) |
DeleteCategoryResp |
delete(DeleteCategoryReq req) |
DeleteCategoryResp |
delete(DeleteCategoryReq req,
RequestOptions reqOptions) |
GetCategoryResp |
get(GetCategoryReq req) |
GetCategoryResp |
get(GetCategoryReq req,
RequestOptions reqOptions) |
ListCategoryResp |
list(ListCategoryReq req) |
ListCategoryResp |
list(ListCategoryReq req,
RequestOptions reqOptions) |
PatchCategoryResp |
patch(PatchCategoryReq req) |
PatchCategoryResp |
patch(PatchCategoryReq req,
RequestOptions reqOptions) |
public Category(Config config)
public CreateCategoryResp create(CreateCategoryReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateCategoryResp create(CreateCategoryReq req) throws Exception
Exceptionpublic DeleteCategoryResp delete(DeleteCategoryReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteCategoryResp delete(DeleteCategoryReq req) throws Exception
Exceptionpublic GetCategoryResp get(GetCategoryReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetCategoryResp get(GetCategoryReq req) throws Exception
Exceptionpublic ListCategoryResp list(ListCategoryReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListCategoryResp list(ListCategoryReq req) throws Exception
Exceptionpublic PatchCategoryResp patch(PatchCategoryReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchCategoryResp patch(PatchCategoryReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.