public class CollaborationRule extends Object
| 构造器和说明 |
|---|
CollaborationRule(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateCollaborationRuleResp |
create(CreateCollaborationRuleReq req)
新增可搜可见规则,管理员视角新增可搜可见规则。
|
CreateCollaborationRuleResp |
create(CreateCollaborationRuleReq req,
RequestOptions reqOptions)
新增可搜可见规则,管理员视角新增可搜可见规则。
|
DeleteCollaborationRuleResp |
delete(DeleteCollaborationRuleReq req)
删除可搜可见规则,管理员视角删除可搜可见规则。
|
DeleteCollaborationRuleResp |
delete(DeleteCollaborationRuleReq req,
RequestOptions reqOptions)
删除可搜可见规则,管理员视角删除可搜可见规则。
|
ListCollaborationRuleResp |
list(ListCollaborationRuleReq req)
查询可搜可见规则,管理员视角查询可搜可见规则。
|
ListCollaborationRuleResp |
list(ListCollaborationRuleReq req,
RequestOptions reqOptions)
查询可搜可见规则,管理员视角查询可搜可见规则。
|
UpdateCollaborationRuleResp |
update(UpdateCollaborationRuleReq req)
更新可搜可见规则,管理员视角更新可搜可见规则。
|
UpdateCollaborationRuleResp |
update(UpdateCollaborationRuleReq req,
RequestOptions reqOptions)
更新可搜可见规则,管理员视角更新可搜可见规则。
|
public CollaborationRule(Config config)
public CreateCollaborationRuleResp create(CreateCollaborationRuleReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateCollaborationRuleResp create(CreateCollaborationRuleReq req) throws Exception
Exceptionpublic DeleteCollaborationRuleResp delete(DeleteCollaborationRuleReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteCollaborationRuleResp delete(DeleteCollaborationRuleReq req) throws Exception
Exceptionpublic ListCollaborationRuleResp list(ListCollaborationRuleReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListCollaborationRuleResp list(ListCollaborationRuleReq req) throws Exception
Exceptionpublic UpdateCollaborationRuleResp update(UpdateCollaborationRuleReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateCollaborationRuleResp update(UpdateCollaborationRuleReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.