public class SocialPlan extends Object
SocialPlan(Config config)
ListSocialPlanResp
list(ListSocialPlanReq req)
list(ListSocialPlanReq req, RequestOptions reqOptions)
QuerySocialPlanResp
query(QuerySocialPlanReq req)
query(QuerySocialPlanReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SocialPlan(Config config)
public ListSocialPlanResp list(ListSocialPlanReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=compensation&resource=social_plan&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/compensationv1/ListSocialPlanSample.java ;
Exception
public ListSocialPlanResp list(ListSocialPlanReq req) throws Exception
public QuerySocialPlanResp query(QuerySocialPlanReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=compensation&resource=social_plan&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/compensationv1/QuerySocialPlanSample.java ;
public QuerySocialPlanResp query(QuerySocialPlanReq req) throws Exception
Copyright © 2025. All rights reserved.