public class EcoBackgroundCheckCustomField extends Object
| 构造器和说明 |
|---|
EcoBackgroundCheckCustomField(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchDeleteEcoBackgroundCheckCustomFieldResp |
batchDelete(BatchDeleteEcoBackgroundCheckCustomFieldReq req)
删除背调自定义字段,删除用户在发起背调时展示的表单自定义字段。
|
BatchDeleteEcoBackgroundCheckCustomFieldResp |
batchDelete(BatchDeleteEcoBackgroundCheckCustomFieldReq req,
RequestOptions reqOptions)
删除背调自定义字段,删除用户在发起背调时展示的表单自定义字段。
|
BatchUpdateEcoBackgroundCheckCustomFieldResp |
batchUpdate(BatchUpdateEcoBackgroundCheckCustomFieldReq req)
更新背调自定义字段,更新用户在发起背调时展示的表单自定义字段名称和描述。
|
BatchUpdateEcoBackgroundCheckCustomFieldResp |
batchUpdate(BatchUpdateEcoBackgroundCheckCustomFieldReq req,
RequestOptions reqOptions)
更新背调自定义字段,更新用户在发起背调时展示的表单自定义字段名称和描述。
|
CreateEcoBackgroundCheckCustomFieldResp |
create(CreateEcoBackgroundCheckCustomFieldReq req)
创建背调自定义字段,创建用户在发起背调时展示的表单自定义字段。
|
CreateEcoBackgroundCheckCustomFieldResp |
create(CreateEcoBackgroundCheckCustomFieldReq req,
RequestOptions reqOptions)
创建背调自定义字段,创建用户在发起背调时展示的表单自定义字段。
|
public EcoBackgroundCheckCustomField(Config config)
public BatchDeleteEcoBackgroundCheckCustomFieldResp batchDelete(BatchDeleteEcoBackgroundCheckCustomFieldReq req, RequestOptions reqOptions) throws Exception
* 删除操作不影响已创建的背调。;* 该账号下被删除的自定义字段的key(详见[创建背调自定义字段](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_background_check_custom_field/create))不能被重复使用。 ;
Exceptionpublic BatchDeleteEcoBackgroundCheckCustomFieldResp batchDelete(BatchDeleteEcoBackgroundCheckCustomFieldReq req) throws Exception
* 删除操作不影响已创建的背调。;* 该账号下被删除的自定义字段的key(详见[创建背调自定义字段](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_background_check_custom_field/create))不能被重复使用。 ;
Exceptionpublic BatchUpdateEcoBackgroundCheckCustomFieldResp batchUpdate(BatchUpdateEcoBackgroundCheckCustomFieldReq req, RequestOptions reqOptions) throws Exception
* 更新操作将影响已发起的背调表单展示,但不影响实际背调内容。;* 更新操作只允许更新已有字段的名称和描述,不支持更新字段类型,也不允许新增或删除自定义字段。 ;
Exceptionpublic BatchUpdateEcoBackgroundCheckCustomFieldResp batchUpdate(BatchUpdateEcoBackgroundCheckCustomFieldReq req) throws Exception
* 更新操作将影响已发起的背调表单展示,但不影响实际背调内容。;* 更新操作只允许更新已有字段的名称和描述,不支持更新字段类型,也不允许新增或删除自定义字段。 ;
Exceptionpublic CreateEcoBackgroundCheckCustomFieldResp create(CreateEcoBackgroundCheckCustomFieldReq req, RequestOptions reqOptions) throws Exception
* 创建操作不影响已发起的背调。;* 此接口为全量更新,多次调用时,将生效最后一次调用传入的自定义字段。 ;
Exceptionpublic CreateEcoBackgroundCheckCustomFieldResp create(CreateEcoBackgroundCheckCustomFieldReq req) throws Exception
* 创建操作不影响已发起的背调。;* 此接口为全量更新,多次调用时,将生效最后一次调用传入的自定义字段。 ;
ExceptionCopyright © 2026. All rights reserved.