public class EcoAccountCustomField extends Object
| 构造器和说明 |
|---|
EcoAccountCustomField(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchDeleteEcoAccountCustomFieldResp |
batchDelete(BatchDeleteEcoAccountCustomFieldReq req)
删除帐号自定义字段,删除用户在服务商处的身份标示字段(如用户在服务商处的租户 ID)。
|
BatchDeleteEcoAccountCustomFieldResp |
batchDelete(BatchDeleteEcoAccountCustomFieldReq req,
RequestOptions reqOptions)
删除帐号自定义字段,删除用户在服务商处的身份标示字段(如用户在服务商处的租户 ID)。
|
BatchUpdateEcoAccountCustomFieldResp |
batchUpdate(BatchUpdateEcoAccountCustomFieldReq req)
更新帐号自定义字段,更新用户在服务商处的身份标示字段(如用户在服务商处的租户 ID),此方法只会更新同一 scope 内 key 一致的自定义字段。
|
BatchUpdateEcoAccountCustomFieldResp |
batchUpdate(BatchUpdateEcoAccountCustomFieldReq req,
RequestOptions reqOptions)
更新帐号自定义字段,更新用户在服务商处的身份标示字段(如用户在服务商处的租户 ID),此方法只会更新同一 scope 内 key 一致的自定义字段。
|
CreateEcoAccountCustomFieldResp |
create(CreateEcoAccountCustomFieldReq req)
创建帐号自定义字段,定制用户在服务商处的身份标示字段(如用户在服务商处的租户 ID)。
|
CreateEcoAccountCustomFieldResp |
create(CreateEcoAccountCustomFieldReq req,
RequestOptions reqOptions)
创建帐号自定义字段,定制用户在服务商处的身份标示字段(如用户在服务商处的租户 ID)。
|
public EcoAccountCustomField(Config config)
public BatchDeleteEcoAccountCustomFieldResp batchDelete(BatchDeleteEcoAccountCustomFieldReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic BatchDeleteEcoAccountCustomFieldResp batchDelete(BatchDeleteEcoAccountCustomFieldReq req) throws Exception
Exceptionpublic BatchUpdateEcoAccountCustomFieldResp batchUpdate(BatchUpdateEcoAccountCustomFieldReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic BatchUpdateEcoAccountCustomFieldResp batchUpdate(BatchUpdateEcoAccountCustomFieldReq req) throws Exception
Exceptionpublic CreateEcoAccountCustomFieldResp create(CreateEcoAccountCustomFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_account_custom_field/create ;
Exceptionpublic CreateEcoAccountCustomFieldResp create(CreateEcoAccountCustomFieldReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/eco_account_custom_field/create ;
ExceptionCopyright © 2024. All rights reserved.