public class JobFamily extends Object
JobFamily(Config config)
CreateJobFamilyResp
create(CreateJobFamilyReq req)
create(CreateJobFamilyReq req, RequestOptions reqOptions)
DeleteJobFamilyResp
delete(DeleteJobFamilyReq req)
delete(DeleteJobFamilyReq req, RequestOptions reqOptions)
GetJobFamilyResp
get(GetJobFamilyReq req)
get(GetJobFamilyReq req, RequestOptions reqOptions)
ListJobFamilyResp
list(ListJobFamilyReq req)
list(ListJobFamilyReq req, RequestOptions reqOptions)
UpdateJobFamilyResp
update(UpdateJobFamilyReq req)
update(UpdateJobFamilyReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JobFamily(Config config)
public CreateJobFamilyResp create(CreateJobFamilyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=contact&resource=job_family&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/CreateJobFamilySample.java ;
Exception
public CreateJobFamilyResp create(CreateJobFamilyReq req) throws Exception
public DeleteJobFamilyResp delete(DeleteJobFamilyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=contact&resource=job_family&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/DeleteJobFamilySample.java ;
public DeleteJobFamilyResp delete(DeleteJobFamilyReq req) throws Exception
public GetJobFamilyResp get(GetJobFamilyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=contact&resource=job_family&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/GetJobFamilySample.java ;
public GetJobFamilyResp get(GetJobFamilyReq req) throws Exception
public ListJobFamilyResp list(ListJobFamilyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=contact&resource=job_family&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/ListJobFamilySample.java ;
public ListJobFamilyResp list(ListJobFamilyReq req) throws Exception
public UpdateJobFamilyResp update(UpdateJobFamilyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=contact&resource=job_family&version=v3 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/contactv3/UpdateJobFamilySample.java ;
public UpdateJobFamilyResp update(UpdateJobFamilyReq req) throws Exception
Copyright © 2025. All rights reserved.