类 DirectoryItems.Builder
java.lang.Object
com.lark.oapi.service.security_and_compliance.v1.model.DirectoryItems.Builder
- 封闭类:
DirectoryItems
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()entityCreateTime(String entityCreateTime) 实体创建时间(毫秒级时间戳)实体的 identityLocation(DirectoryItemsEntityLocationEnum entityLocation) 实体的数据驻留地entityLocation(String entityLocation) 实体的数据驻留地entityType(DirectoryItemsEntityTypeEnum entityType) 实体的类型entityType(String entityType) 实体的类型mailAddress(String mailAddress) 邮箱地址。
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
entityId
实体的 id示例值:134jsi43d3ssi993d435452
- 参数:
entityId-- 返回:
-
mailAddress
邮箱地址。当通过 mailbox 查询实体时,返回 mail address,如果没有,则返回空。示例值:xxx@xxx.xx
- 参数:
mailAddress-- 返回:
-
entityLocation
实体的数据驻留地示例值:SG
- 参数:
entityLocation-- 返回:
-
entityLocation
实体的数据驻留地示例值:SG
- 参数:
entityLocation-DirectoryItemsEntityLocationEnum- 返回:
-
entityCreateTime
实体创建时间(毫秒级时间戳)示例值:1615380573411
- 参数:
entityCreateTime-- 返回:
-
entityType
实体的类型示例值:sheets
- 参数:
entityType-- 返回:
-
entityType
实体的类型示例值:sheets
- 参数:
entityType-DirectoryItemsEntityTypeEnum- 返回:
-
build
-