public class BadgeGrant extends Object
| 构造器和说明 |
|---|
BadgeGrant(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateBadgeGrantResp |
create(CreateBadgeGrantReq req)
创建授予名单,通过该接口可以为特定勋章创建一份授予名单,一枚勋章下最多可创建1000份授予名单。
|
CreateBadgeGrantResp |
create(CreateBadgeGrantReq req,
RequestOptions reqOptions)
创建授予名单,通过该接口可以为特定勋章创建一份授予名单,一枚勋章下最多可创建1000份授予名单。
|
DeleteBadgeGrantResp |
delete(DeleteBadgeGrantReq req)
删除授予名单,通过该接口可以删除特定授予名单的信息。
|
DeleteBadgeGrantResp |
delete(DeleteBadgeGrantReq req,
RequestOptions reqOptions)
删除授予名单,通过该接口可以删除特定授予名单的信息。
|
GetBadgeGrantResp |
get(GetBadgeGrantReq req)
获取授予名单详情,通过该接口可以获取特定授予名单的信息。
|
GetBadgeGrantResp |
get(GetBadgeGrantReq req,
RequestOptions reqOptions)
获取授予名单详情,通过该接口可以获取特定授予名单的信息。
|
ListBadgeGrantResp |
list(ListBadgeGrantReq req)
获取授予名单列表,通过该接口可以获取特定勋章下的授予名单列表,授予名单的排列顺序按照创建时间倒序排列。
|
ListBadgeGrantResp |
list(ListBadgeGrantReq req,
RequestOptions reqOptions)
获取授予名单列表,通过该接口可以获取特定勋章下的授予名单列表,授予名单的排列顺序按照创建时间倒序排列。
|
UpdateBadgeGrantResp |
update(UpdateBadgeGrantReq req)
修改授予名单,通过该接口可以修改特定授予名单的相关信息。
|
UpdateBadgeGrantResp |
update(UpdateBadgeGrantReq req,
RequestOptions reqOptions)
修改授予名单,通过该接口可以修改特定授予名单的相关信息。
|
public BadgeGrant(Config config)
public CreateBadgeGrantResp create(CreateBadgeGrantReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateBadgeGrantResp create(CreateBadgeGrantReq req) throws Exception
Exceptionpublic DeleteBadgeGrantResp delete(DeleteBadgeGrantReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteBadgeGrantResp delete(DeleteBadgeGrantReq req) throws Exception
Exceptionpublic GetBadgeGrantResp get(GetBadgeGrantReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetBadgeGrantResp get(GetBadgeGrantReq req) throws Exception
Exceptionpublic ListBadgeGrantResp list(ListBadgeGrantReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListBadgeGrantResp list(ListBadgeGrantReq req) throws Exception
Exceptionpublic UpdateBadgeGrantResp update(UpdateBadgeGrantReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateBadgeGrantResp update(UpdateBadgeGrantReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.