public static class WikiService.Space extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSpaceResp |
create(CreateSpaceReq req) |
CreateSpaceResp |
create(CreateSpaceReq req,
RequestOptions reqOptions) |
GetSpaceResp |
get(GetSpaceReq req) |
GetSpaceResp |
get(GetSpaceReq req,
RequestOptions reqOptions) |
GetNodeSpaceResp |
getNode(GetNodeSpaceReq req) |
GetNodeSpaceResp |
getNode(GetNodeSpaceReq req,
RequestOptions reqOptions) |
ListSpaceResp |
list(ListSpaceReq req) |
ListSpaceResp |
list(ListSpaceReq req,
RequestOptions reqOptions) |
public Space(Config config)
public CreateSpaceResp create(CreateSpaceReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateSpaceResp create(CreateSpaceReq req) throws Exception
Exceptionpublic GetSpaceResp get(GetSpaceReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetSpaceResp get(GetSpaceReq req) throws Exception
Exceptionpublic GetNodeSpaceResp getNode(GetNodeSpaceReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetNodeSpaceResp getNode(GetNodeSpaceReq req) throws Exception
Exceptionpublic ListSpaceResp list(ListSpaceReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListSpaceResp list(ListSpaceReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.