类 PermissionPublic
java.lang.Object
com.lark.oapi.service.drive.v1.resource.PermissionPublic
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明获取云文档权限设置,该接口用于根据 filetoken 获取云文档的权限设置。get(GetPermissionPublicReq req, RequestOptions reqOptions) 获取云文档权限设置,该接口用于根据 filetoken 获取云文档的权限设置。更新云文档权限设置,该接口用于根据 filetoken 更新云文档的权限设置。patch(PatchPermissionPublicReq req, RequestOptions reqOptions) 更新云文档权限设置,该接口用于根据 filetoken 更新云文档的权限设置。
-
构造器详细资料
-
PermissionPublic
-
-
方法详细资料
-
get
public GetPermissionPublicResp get(GetPermissionPublicReq req, RequestOptions reqOptions) throws Exception 获取云文档权限设置,该接口用于根据 filetoken 获取云文档的权限设置。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/permission-public/get ;
- 抛出:
Exception
-
get
获取云文档权限设置,该接口用于根据 filetoken 获取云文档的权限设置。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/permission-public/get ;
- 抛出:
Exception
-
patch
public PatchPermissionPublicResp patch(PatchPermissionPublicReq req, RequestOptions reqOptions) throws Exception 更新云文档权限设置,该接口用于根据 filetoken 更新云文档的权限设置。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/permission-public/patch ;
- 抛出:
Exception
-
patch
更新云文档权限设置,该接口用于根据 filetoken 更新云文档的权限设置。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/permission-public/patch ;
- 抛出:
Exception
-