类 MigrationEntity.Builder
java.lang.Object
com.lark.oapi.service.security_and_compliance.v1.model.MigrationEntity.Builder
- 封闭类:
MigrationEntity
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()createTime(String createTime) 实体创建时间(毫秒级时间戳)创建者的 idcreatorType(MigrationEntityCreatorTypeEnum creatorType) 创建者的类型creatorType(String creatorType) 创建者的类型迁移的实体 idlocation(MigrationEntityLocationEnum location) 实体的数据驻留地实体的数据驻留地mailAddress(String mailAddress) 实体类型为 mailbox 时,返回 mail address,如果没有,则返回空type(MigrationEntityTypeEnum type) 实体的类型实体的类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
迁移的实体 id示例值:43c58071254443c580712544
- 参数:
id-- 返回:
-
location
实体的数据驻留地示例值:SG
- 参数:
location-- 返回:
-
location
实体的数据驻留地示例值:SG
- 参数:
location-MigrationEntityLocationEnum- 返回:
-
type
实体的类型示例值:sheets
- 参数:
type-- 返回:
-
type
实体的类型示例值:sheets
- 参数:
type-MigrationEntityTypeEnum- 返回:
-
creatorId
创建者的 id示例值:4443c580712544
- 参数:
creatorId-- 返回:
-
creatorType
创建者的类型示例值:user
- 参数:
creatorType-- 返回:
-
creatorType
创建者的类型示例值:user
- 参数:
creatorType-MigrationEntityCreatorTypeEnum- 返回:
-
createTime
实体创建时间(毫秒级时间戳)示例值:1615380573411
- 参数:
createTime-- 返回:
-
mailAddress
实体类型为 mailbox 时,返回 mail address,如果没有,则返回空示例值:xxx@xxx.xx
- 参数:
mailAddress-- 返回:
-
build
-