类 AppAbilityWeb.Builder
java.lang.Object
com.lark.oapi.service.application.v6.model.AppAbilityWeb.Builder
- 封闭类:
AppAbilityWeb
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()是否开启网页应用能力移动端链接pcNewPageOpenMode(AppAbilityWebPcNewPageOpenModeEnum pcNewPageOpenMode) PC端新页面打开方式pcNewPageOpenMode(String pcNewPageOpenMode) PC端新页面打开方式PC端链接
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
enable
是否开启网页应用能力示例值:true
- 参数:
enable-- 返回:
-
pcUrl
PC端链接示例值:https://open.feishu.cn/
- 参数:
pcUrl-- 返回:
-
pcNewPageOpenMode
PC端新页面打开方式示例值:new_tab
- 参数:
pcNewPageOpenMode-- 返回:
-
pcNewPageOpenMode
public AppAbilityWeb.Builder pcNewPageOpenMode(AppAbilityWebPcNewPageOpenModeEnum pcNewPageOpenMode) PC端新页面打开方式示例值:new_tab
- 参数:
pcNewPageOpenMode-AppAbilityWebPcNewPageOpenModeEnum- 返回:
-
mobileUrl
移动端链接示例值:https://open.feishu.cn/
- 参数:
mobileUrl-- 返回:
-
build
-