public class Whiteboard extends Object
Whiteboard(Config config)
DownloadAsImageWhiteboardResp
downloadAsImage(DownloadAsImageWhiteboardReq req)
downloadAsImage(DownloadAsImageWhiteboardReq req, RequestOptions reqOptions)
ThemeWhiteboardResp
theme(ThemeWhiteboardReq req)
theme(ThemeWhiteboardReq req, RequestOptions reqOptions)
UpdateThemeWhiteboardResp
updateTheme(UpdateThemeWhiteboardReq req)
updateTheme(UpdateThemeWhiteboardReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Whiteboard(Config config)
public DownloadAsImageWhiteboardResp downloadAsImage(DownloadAsImageWhiteboardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=download_as_image&project=board&resource=whiteboard&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/boardv1/DownloadAsImageWhiteboardSample.java ;
Exception
public DownloadAsImageWhiteboardResp downloadAsImage(DownloadAsImageWhiteboardReq req) throws Exception
public ThemeWhiteboardResp theme(ThemeWhiteboardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=theme&project=board&resource=whiteboard&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/boardv1/ThemeWhiteboardSample.java ;
public ThemeWhiteboardResp theme(ThemeWhiteboardReq req) throws Exception
public UpdateThemeWhiteboardResp updateTheme(UpdateThemeWhiteboardReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update_theme&project=board&resource=whiteboard&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/boardv1/UpdateThemeWhiteboardSample.java ;
public UpdateThemeWhiteboardResp updateTheme(UpdateThemeWhiteboardReq req) throws Exception
Copyright © 2025. All rights reserved.