public class JobLevel extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateJobLevelResp |
create(CreateJobLevelReq req)
创建职级,调用该接口创建一个职级。
|
CreateJobLevelResp |
create(CreateJobLevelReq req,
RequestOptions reqOptions)
创建职级,调用该接口创建一个职级。
|
DeleteJobLevelResp |
delete(DeleteJobLevelReq req)
删除职级,调用该接口删除指定的职级。
|
DeleteJobLevelResp |
delete(DeleteJobLevelReq req,
RequestOptions reqOptions)
删除职级,调用该接口删除指定的职级。
|
GetJobLevelResp |
get(GetJobLevelReq req)
获取单个职级信息,调用该接口获取指定职级的信息,包括职级名称、描述、排序、状态以及多语言等。
|
GetJobLevelResp |
get(GetJobLevelReq req,
RequestOptions reqOptions)
获取单个职级信息,调用该接口获取指定职级的信息,包括职级名称、描述、排序、状态以及多语言等。
|
ListJobLevelResp |
list(ListJobLevelReq req)
获取租户职级列表,调用该接口获取当前租户下的职级信息,包括职级名称、描述、排序、状态以及多语言等。
|
ListJobLevelResp |
list(ListJobLevelReq req,
RequestOptions reqOptions)
获取租户职级列表,调用该接口获取当前租户下的职级信息,包括职级名称、描述、排序、状态以及多语言等。
|
UpdateJobLevelResp |
update(UpdateJobLevelReq req)
更新职级,调用该接口更新指定职级的信息。
|
UpdateJobLevelResp |
update(UpdateJobLevelReq req,
RequestOptions reqOptions)
更新职级,调用该接口更新指定职级的信息。
|
public JobLevel(Config config)
public CreateJobLevelResp create(CreateJobLevelReq req, RequestOptions reqOptions) throws Exception
## 使用限制;;单租户内职级数量总数上限为 10,000,但需要注意,如果总数超过 4,000,则无法在[管理后台](https://feishu.cn/admin)打开职级列表。 ;
Exceptionpublic CreateJobLevelResp create(CreateJobLevelReq req) throws Exception
## 使用限制;;单租户内职级数量总数上限为 10,000,但需要注意,如果总数超过 4,000,则无法在[管理后台](https://feishu.cn/admin)打开职级列表。 ;
Exceptionpublic DeleteJobLevelResp delete(DeleteJobLevelReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteJobLevelResp delete(DeleteJobLevelReq req) throws Exception
Exceptionpublic GetJobLevelResp get(GetJobLevelReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetJobLevelResp get(GetJobLevelReq req) throws Exception
Exceptionpublic ListJobLevelResp list(ListJobLevelReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListJobLevelResp list(ListJobLevelReq req) throws Exception
Exceptionpublic UpdateJobLevelResp update(UpdateJobLevelReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateJobLevelResp update(UpdateJobLevelReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.