类 UserAssignInfo.Builder
java.lang.Object
com.lark.oapi.service.contact.v3.model.UserAssignInfo.Builder
- 封闭类:
UserAssignInfo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()席位结束时间i18nName(ProductI18nName i18nName) 国际化名称licensePlanKey(String licensePlanKey) license_plan_keyproductName(String productName) 席位名称席位起始时间subscriptionId(String subscriptionId) 席位id
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
subscriptionId
席位id示例值:7079609167680782300
- 参数:
subscriptionId-- 返回:
-
licensePlanKey
license_plan_key示例值:suite_enterprise_e5
- 参数:
licensePlanKey-- 返回:
-
productName
席位名称示例值:旗舰版 E5
- 参数:
productName-- 返回:
-
i18nName
国际化名称示例值:
- 参数:
i18nName-- 返回:
-
startTime
席位起始时间示例值:1674981000
- 参数:
startTime-- 返回:
-
endTime
席位结束时间示例值:1674991000
- 参数:
endTime-- 返回:
-
build
-