public class ExternalApplication extends Object
| 构造器和说明 |
|---|
ExternalApplication(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateExternalApplicationResp |
create(CreateExternalApplicationReq req)
创建外部投递,创建外部投递,可用于导入来自其他系统的投递信息。
|
CreateExternalApplicationResp |
create(CreateExternalApplicationReq req,
RequestOptions reqOptions)
创建外部投递,创建外部投递,可用于导入来自其他系统的投递信息。
|
DeleteExternalApplicationResp |
delete(DeleteExternalApplicationReq req)
删除外部投递,根据外部投递 ID 删除外部投递。
|
DeleteExternalApplicationResp |
delete(DeleteExternalApplicationReq req,
RequestOptions reqOptions)
删除外部投递,根据外部投递 ID 删除外部投递。
|
ListExternalApplicationResp |
list(ListExternalApplicationReq req)
查询外部投递列表,可根据人才 ID 获取人才外部投递列表。
|
ListExternalApplicationResp |
list(ListExternalApplicationReq req,
RequestOptions reqOptions)
查询外部投递列表,可根据人才 ID 获取人才外部投递列表。
|
UpdateExternalApplicationResp |
update(UpdateExternalApplicationReq req)
更新外部投递,更新外部投递信息。
|
UpdateExternalApplicationResp |
update(UpdateExternalApplicationReq req,
RequestOptions reqOptions)
更新外部投递,更新外部投递信息。
|
public ExternalApplication(Config config)
public CreateExternalApplicationResp create(CreateExternalApplicationReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateExternalApplicationResp create(CreateExternalApplicationReq req) throws Exception
Exceptionpublic DeleteExternalApplicationResp delete(DeleteExternalApplicationReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteExternalApplicationResp delete(DeleteExternalApplicationReq req) throws Exception
Exceptionpublic ListExternalApplicationResp list(ListExternalApplicationReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListExternalApplicationResp list(ListExternalApplicationReq req) throws Exception
Exceptionpublic UpdateExternalApplicationResp update(UpdateExternalApplicationReq req, RequestOptions reqOptions) throws Exception
## 注意事项;该接口会对原投递内容进行全量覆盖更新。 ;
Exceptionpublic UpdateExternalApplicationResp update(UpdateExternalApplicationReq req) throws Exception
## 注意事项;该接口会对原投递内容进行全量覆盖更新。 ;
ExceptionCopyright © 2026. All rights reserved.