类 EcoBackgroundCheckCustomField
java.lang.Object
com.lark.oapi.service.hire.v1.resource.EcoBackgroundCheckCustomField
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明删除背调自定义字段,删除用户在发起背调时的自定义字段,删除不影响已创建的背调,删除后对应的自定义字段的 key 不能再复用。batchDelete(BatchDeleteEcoBackgroundCheckCustomFieldReq req, RequestOptions reqOptions) 删除背调自定义字段,删除用户在发起背调时的自定义字段,删除不影响已创建的背调,删除后对应的自定义字段的 key 不能再复用。更新背调自定义字段,更新用户在发起背调时的自定义字段。batchUpdate(BatchUpdateEcoBackgroundCheckCustomFieldReq req, RequestOptions reqOptions) 更新背调自定义字段,更新用户在发起背调时的自定义字段。创建背调自定义字段,定制用户在发起背调时的自定义字段create(CreateEcoBackgroundCheckCustomFieldReq req, RequestOptions reqOptions) 创建背调自定义字段,定制用户在发起背调时的自定义字段
-
构造器详细资料
-
EcoBackgroundCheckCustomField
-
-
方法详细资料
-
batchDelete
public BatchDeleteEcoBackgroundCheckCustomFieldResp batchDelete(BatchDeleteEcoBackgroundCheckCustomFieldReq req, RequestOptions reqOptions) throws Exception 删除背调自定义字段,删除用户在发起背调时的自定义字段,删除不影响已创建的背调,删除后对应的自定义字段的 key 不能再复用。- 抛出:
Exception
-
batchDelete
public BatchDeleteEcoBackgroundCheckCustomFieldResp batchDelete(BatchDeleteEcoBackgroundCheckCustomFieldReq req) throws Exception 删除背调自定义字段,删除用户在发起背调时的自定义字段,删除不影响已创建的背调,删除后对应的自定义字段的 key 不能再复用。- 抛出:
Exception
-
batchUpdate
public BatchUpdateEcoBackgroundCheckCustomFieldResp batchUpdate(BatchUpdateEcoBackgroundCheckCustomFieldReq req, RequestOptions reqOptions) throws Exception 更新背调自定义字段,更新用户在发起背调时的自定义字段。更新操作不支持更新自定义字段类型,且将影响已发起的背调表单展示。- 抛出:
Exception
-
batchUpdate
public BatchUpdateEcoBackgroundCheckCustomFieldResp batchUpdate(BatchUpdateEcoBackgroundCheckCustomFieldReq req) throws Exception 更新背调自定义字段,更新用户在发起背调时的自定义字段。更新操作不支持更新自定义字段类型,且将影响已发起的背调表单展示。- 抛出:
Exception
-
create
public CreateEcoBackgroundCheckCustomFieldResp create(CreateEcoBackgroundCheckCustomFieldReq req, RequestOptions reqOptions) throws Exception 创建背调自定义字段,定制用户在发起背调时的自定义字段- 抛出:
Exception
-
create
public CreateEcoBackgroundCheckCustomFieldResp create(CreateEcoBackgroundCheckCustomFieldReq req) throws Exception 创建背调自定义字段,定制用户在发起背调时的自定义字段- 抛出:
Exception
-