类 AuditContext.Builder
java.lang.Object
com.lark.oapi.service.admin.v1.model.AuditContext.Builder
- 封闭类:
AuditContext
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明androidContext(AuditAndroidContext androidContext) android的环境信息build()iosContext(AuditIosContext iosContext) ios的环境信息pcContext(AuditPcContext pcContext) pc的环境信息terminalType(AuditContextTerminalTypeEnum terminalType) 终端类型terminalType(Integer terminalType) 终端类型webContext(AuditWebContext webContext) web的环境信息
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
terminalType
终端类型示例值:
- 参数:
terminalType-- 返回:
-
terminalType
终端类型示例值:
- 参数:
terminalType-AuditContextTerminalTypeEnum- 返回:
-
iosContext
ios的环境信息示例值:
- 参数:
iosContext-- 返回:
-
pcContext
pc的环境信息示例值:
- 参数:
pcContext-- 返回:
-
webContext
web的环境信息示例值:
- 参数:
webContext-- 返回:
-
androidContext
android的环境信息示例值:
- 参数:
androidContext-- 返回:
-
build
-