public static class ApplicationEventOwner.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ApplicationEventOwner |
build() |
ApplicationEventOwner.Builder |
customerServiceAccount(String customerServiceAccount)
客服账号
示例值:feishu@bytedance.com
|
ApplicationEventOwner.Builder |
email(String email)
应用开发商的邮箱,仅商店应用返回。
|
ApplicationEventOwner.Builder |
helpDesk(String helpDesk)
应用开发商的服务台链接,进商店应用返回。
|
ApplicationEventOwner.Builder |
name(String name)
应用开发商名称,仅商店应用返回
示例值:应用名称
|
ApplicationEventOwner.Builder |
ownerId(UserId ownerId)
应用所有者用户ID
示例值:ou_155184d1e73cbfb8973e5a9e698e74f2
|
ApplicationEventOwner.Builder |
phone(String phone)
应用开发商的手机号,进商店应用返回。
|
ApplicationEventOwner.Builder |
type(Integer type)
应用所有者类型,可选值有:0:飞书科技(海外是另个名字企业),1:飞书合作伙伴,2:企业内成员
示例值:0
|
public ApplicationEventOwner.Builder type(Integer type)
示例值:0
type - public ApplicationEventOwner.Builder name(String name)
示例值:应用名称
name - public ApplicationEventOwner.Builder helpDesk(String helpDesk)
示例值:
helpDesk - public ApplicationEventOwner.Builder email(String email)
示例值:
email - public ApplicationEventOwner.Builder phone(String phone)
示例值:
phone - public ApplicationEventOwner.Builder ownerId(UserId ownerId)
示例值:ou_155184d1e73cbfb8973e5a9e698e74f2
ownerId - public ApplicationEventOwner.Builder customerServiceAccount(String customerServiceAccount)
示例值:feishu@bytedance.com
customerServiceAccount - public ApplicationEventOwner build()
Copyright © 2025. All rights reserved.