public static class ApplicationOwner.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ApplicationOwner |
build() |
ApplicationOwner.Builder |
email(String email)
应用开发商的邮箱(仅商店应用返回)
示例值:test123@163.com
|
ApplicationOwner.Builder |
helpDesk(String helpDesk)
应用开发商服务台链接(仅商店应用返回)
示例值:https://applink.feishu.cn/client/helpdesk/open?
|
ApplicationOwner.Builder |
name(String name)
应用开发商名称(仅商店应用返回)
示例值:test tenant
|
ApplicationOwner.Builder |
ownerId(String ownerId)
应用所有者ID
示例值:ou_d317f090b7258ad0372aa53963cda70d
|
ApplicationOwner.Builder |
phone(String phone)
应用开发商的手机号(仅商店应用返回)
示例值:1234534234234
|
ApplicationOwner.Builder |
type(ApplicationOwnerAppOwnerTypeEnum type)
应用所有者类型
示例值:0
|
ApplicationOwner.Builder |
type(Integer type)
应用所有者类型
示例值:0
|
public ApplicationOwner.Builder type(Integer type)
示例值:0
type - public ApplicationOwner.Builder type(ApplicationOwnerAppOwnerTypeEnum type)
示例值:0
type - ApplicationOwnerAppOwnerTypeEnumpublic ApplicationOwner.Builder ownerId(String ownerId)
示例值:ou_d317f090b7258ad0372aa53963cda70d
ownerId - public ApplicationOwner.Builder name(String name)
示例值:test tenant
name - public ApplicationOwner.Builder helpDesk(String helpDesk)
示例值:https://applink.feishu.cn/client/helpdesk/open?id=6940534140529803284
helpDesk - public ApplicationOwner.Builder email(String email)
示例值:test123@163.com
email - public ApplicationOwner.Builder phone(String phone)
示例值:1234534234234
phone - public ApplicationOwner build()
Copyright © 2022. All rights reserved.