public class JobGrade extends Object
JobGrade(Config config)
CreateJobGradeResp
create(CreateJobGradeReq req)
create(CreateJobGradeReq req, RequestOptions reqOptions)
DeleteJobGradeResp
delete(DeleteJobGradeReq req)
delete(DeleteJobGradeReq req, RequestOptions reqOptions)
PatchJobGradeResp
patch(PatchJobGradeReq req)
patch(PatchJobGradeReq req, RequestOptions reqOptions)
QueryJobGradeResp
query(QueryJobGradeReq req)
query(QueryJobGradeReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JobGrade(Config config)
public CreateJobGradeResp create(CreateJobGradeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=corehr&resource=job_grade&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/CreateJobGradeSample.java ;
Exception
public CreateJobGradeResp create(CreateJobGradeReq req) throws Exception
public DeleteJobGradeResp delete(DeleteJobGradeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=corehr&resource=job_grade&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/DeleteJobGradeSample.java ;
public DeleteJobGradeResp delete(DeleteJobGradeReq req) throws Exception
public PatchJobGradeResp patch(PatchJobGradeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=corehr&resource=job_grade&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/PatchJobGradeSample.java ;
public PatchJobGradeResp patch(PatchJobGradeReq req) throws Exception
public QueryJobGradeResp query(QueryJobGradeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=corehr&resource=job_grade&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/QueryJobGradeSample.java ;
public QueryJobGradeResp query(QueryJobGradeReq req) throws Exception
Copyright © 2025. All rights reserved.