public class JobLevel extends Object
JobLevel(Config config)
CreateJobLevelResp
create(CreateJobLevelReq req)
create(CreateJobLevelReq req, RequestOptions reqOptions)
DeleteJobLevelResp
delete(DeleteJobLevelReq req)
delete(DeleteJobLevelReq req, RequestOptions reqOptions)
GetJobLevelResp
get(GetJobLevelReq req)
get(GetJobLevelReq req, RequestOptions reqOptions)
ListJobLevelResp
list(ListJobLevelReq req)
list(ListJobLevelReq req, RequestOptions reqOptions)
UpdateJobLevelResp
update(UpdateJobLevelReq req)
update(UpdateJobLevelReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JobLevel(Config config)
public CreateJobLevelResp create(CreateJobLevelReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=contact&resource=job_level&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/CreateJobLevelSample.java ;
Exception
public CreateJobLevelResp create(CreateJobLevelReq req) throws Exception
public DeleteJobLevelResp delete(DeleteJobLevelReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=contact&resource=job_level&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/DeleteJobLevelSample.java ;
public DeleteJobLevelResp delete(DeleteJobLevelReq req) throws Exception
public GetJobLevelResp get(GetJobLevelReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=contact&resource=job_level&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/GetJobLevelSample.java ;
public GetJobLevelResp get(GetJobLevelReq req) throws Exception
public ListJobLevelResp list(ListJobLevelReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=contact&resource=job_level&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/ListJobLevelSample.java ;
public ListJobLevelResp list(ListJobLevelReq req) throws Exception
public UpdateJobLevelResp update(UpdateJobLevelReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=contact&resource=job_level&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/UpdateJobLevelSample.java ;
public UpdateJobLevelResp update(UpdateJobLevelReq req) throws Exception
Copyright © 2025. All rights reserved.