public class Badge extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateBadgeResp |
create(CreateBadgeReq req)
创建勋章,使用该接口可以创建一枚完整的勋章信息,一个租户下最多可创建1000枚勋章。
|
CreateBadgeResp |
create(CreateBadgeReq req,
RequestOptions reqOptions)
创建勋章,使用该接口可以创建一枚完整的勋章信息,一个租户下最多可创建1000枚勋章。
|
GetBadgeResp |
get(GetBadgeReq req)
获取勋章详情,可以通过该接口查询勋章的详情。
|
GetBadgeResp |
get(GetBadgeReq req,
RequestOptions reqOptions)
获取勋章详情,可以通过该接口查询勋章的详情。
|
ListBadgeResp |
list(ListBadgeReq req)
获取勋章列表,可以通过该接口列出租户下所有的勋章,勋章的排列顺序是按照创建时间倒序排列。
|
ListBadgeResp |
list(ListBadgeReq req,
RequestOptions reqOptions)
获取勋章列表,可以通过该接口列出租户下所有的勋章,勋章的排列顺序是按照创建时间倒序排列。
|
UpdateBadgeResp |
update(UpdateBadgeReq req)
修改勋章信息,通过该接口可以修改勋章的信息。
|
UpdateBadgeResp |
update(UpdateBadgeReq req,
RequestOptions reqOptions)
修改勋章信息,通过该接口可以修改勋章的信息。
|
public Badge(Config config)
public CreateBadgeResp create(CreateBadgeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=admin&resource=badge&version=v1 ;
Exceptionpublic CreateBadgeResp create(CreateBadgeReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=admin&resource=badge&version=v1 ;
Exceptionpublic GetBadgeResp get(GetBadgeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=admin&resource=badge&version=v1 ;
Exceptionpublic GetBadgeResp get(GetBadgeReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=admin&resource=badge&version=v1 ;
Exceptionpublic ListBadgeResp list(ListBadgeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=admin&resource=badge&version=v1 ;
Exceptionpublic ListBadgeResp list(ListBadgeReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=admin&resource=badge&version=v1 ;
Exceptionpublic UpdateBadgeResp update(UpdateBadgeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=admin&resource=badge&version=v1 ;
Exceptionpublic UpdateBadgeResp update(UpdateBadgeReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=admin&resource=badge&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.