public class WebsiteChannel extends Object
| 构造器和说明 |
|---|
WebsiteChannel(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateWebsiteChannelResp |
create(CreateWebsiteChannelReq req)
新建招聘官网推广渠道,新建指定官网的推广渠道。
|
CreateWebsiteChannelResp |
create(CreateWebsiteChannelReq req,
RequestOptions reqOptions)
新建招聘官网推广渠道,新建指定官网的推广渠道。
|
DeleteWebsiteChannelResp |
delete(DeleteWebsiteChannelReq req)
删除招聘官网推广渠道,根据招聘官网 ID 和推广渠道 ID 删除推广渠道。
|
DeleteWebsiteChannelResp |
delete(DeleteWebsiteChannelReq req,
RequestOptions reqOptions)
删除招聘官网推广渠道,根据招聘官网 ID 和推广渠道 ID 删除推广渠道。
|
ListWebsiteChannelResp |
list(ListWebsiteChannelReq req)
获取官网推广渠道列表,根据官网 ID 获取推广渠道列表,支持分页查询。
|
ListWebsiteChannelResp |
list(ListWebsiteChannelReq req,
RequestOptions reqOptions)
获取官网推广渠道列表,根据官网 ID 获取推广渠道列表,支持分页查询。
|
UpdateWebsiteChannelResp |
update(UpdateWebsiteChannelReq req)
更新招聘官网推广渠道,根据招聘官网 ID 和推广渠道 ID 更改推广渠道,仅支持修改推广渠道名称。
|
UpdateWebsiteChannelResp |
update(UpdateWebsiteChannelReq req,
RequestOptions reqOptions)
更新招聘官网推广渠道,根据招聘官网 ID 和推广渠道 ID 更改推广渠道,仅支持修改推广渠道名称。
|
public WebsiteChannel(Config config)
public CreateWebsiteChannelResp create(CreateWebsiteChannelReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateWebsiteChannelResp create(CreateWebsiteChannelReq req) throws Exception
Exceptionpublic DeleteWebsiteChannelResp delete(DeleteWebsiteChannelReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteWebsiteChannelResp delete(DeleteWebsiteChannelReq req) throws Exception
Exceptionpublic ListWebsiteChannelResp list(ListWebsiteChannelReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListWebsiteChannelResp list(ListWebsiteChannelReq req) throws Exception
Exceptionpublic UpdateWebsiteChannelResp update(UpdateWebsiteChannelReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateWebsiteChannelResp update(UpdateWebsiteChannelReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.