public class CalendarEventMeetingChat extends Object
CalendarEventMeetingChat(Config config)
CreateCalendarEventMeetingChatResp
create(CreateCalendarEventMeetingChatReq req)
create(CreateCalendarEventMeetingChatReq req, RequestOptions reqOptions)
DeleteCalendarEventMeetingChatResp
delete(DeleteCalendarEventMeetingChatReq req)
delete(DeleteCalendarEventMeetingChatReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CalendarEventMeetingChat(Config config)
public CreateCalendarEventMeetingChatResp create(CreateCalendarEventMeetingChatReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=calendar&resource=calendar.event.meeting_chat&version=v4 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/calendarv4/CreateCalendarEventMeetingChatSample.java ;
Exception
public CreateCalendarEventMeetingChatResp create(CreateCalendarEventMeetingChatReq req) throws Exception
public DeleteCalendarEventMeetingChatResp delete(DeleteCalendarEventMeetingChatReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=calendar&resource=calendar.event.meeting_chat&version=v4 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/calendarv4/DeleteCalendarEventMeetingChatSample.java ;
public DeleteCalendarEventMeetingChatResp delete(DeleteCalendarEventMeetingChatReq req) throws Exception
Copyright © 2025. All rights reserved.