public class Authorization extends Object
Authorization(Config config)
GetByParamAuthorizationResp
getByParam(GetByParamAuthorizationReq req)
getByParam(GetByParamAuthorizationReq req, RequestOptions reqOptions)
QueryAuthorizationResp
query(QueryAuthorizationReq req)
query(QueryAuthorizationReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Authorization(Config config)
public GetByParamAuthorizationResp getByParam(GetByParamAuthorizationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get_by_param&project=corehr&resource=authorization&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv1/GetByParamAuthorizationSample.java ;
Exception
public GetByParamAuthorizationResp getByParam(GetByParamAuthorizationReq req) throws Exception
public QueryAuthorizationResp query(QueryAuthorizationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=corehr&resource=authorization&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv1/QueryAuthorizationSample.java ;
public QueryAuthorizationResp query(QueryAuthorizationReq req) throws Exception
Copyright © 2024. All rights reserved.