public class JobFunction extends Object
| 构造器和说明 |
|---|
JobFunction(Config config) |
| 限定符和类型 | 方法和说明 | ||
|---|---|---|---|
ListJobFunctionResp |
list(ListJobFunctionReq req)
获取职能分类列表,根据page_token与page_size对职能分类进行游标分页查询,可查询到的信息包括:职能分类ID、职能分类中英文名、启用状态,可应用于职位基础信息绑定等场景
官网API文档链接:
ListJobFunctionResplist(ListJobFunctionReq req,
RequestOptions reqOptions)
获取职能分类列表,根据page_token与page_size对职能分类进行游标分页查询,可查询到的信息包括:职能分类ID、职能分类中英文名、启用状态,可应用于职位基础信息绑定等场景
官网API文档链接:
从类继承的方法 java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2026. All rights reserved. |