public static class UpdateTenant.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateTenant.Builder |
address(String address)
联系地址
示例值:address
|
UpdateTenant.Builder |
avatarKey(String avatarKey)
企业头像Key
示例值:asdfadfadsf
|
UpdateTenant |
build() |
UpdateTenant.Builder |
canDomainBeModified(Boolean canDomainBeModified)
域名是否可以被修改
示例值:
|
UpdateTenant.Builder |
contactUserInfo(UserInfo contactUserInfo)
联系人信息
示例值:
|
UpdateTenant.Builder |
countryCode(String countryCode)
国家代码
示例值:cn
|
UpdateTenant.Builder |
creatorId(String creatorId)
创建人ID
示例值:6872549699048439828
|
UpdateTenant.Builder |
description(I18nText description)
i18n文本
示例值:
|
UpdateTenant.Builder |
id(String id)
租户ID
示例值:6872549699048439828
|
UpdateTenant.Builder |
industry(String industry)
行业类型 兼容历史枚举和主数据编码 https://bytedance.larkoffice.com/wiki/Ntd1wlmT2i0xrokY2DNcWDw0nHc#share-WOWldq8Uvow6g3xmIjlck9eYnof
示例值:MDCT00000256
|
UpdateTenant.Builder |
name(I18nText name)
i18n文本
示例值:
|
UpdateTenant.Builder |
postCode(String postCode)
邮编
示例值:123456
|
UpdateTenant.Builder |
purpose(String purpose)
租户用途
示例值:
|
UpdateTenant.Builder |
scale(String scale)
企业规模 兼容历史枚举和主数据编码 https://bytedance.larkoffice.com/wiki/Ntd1wlmT2i0xrokY2DNcWDw0nHc#share-WOWldq8Uvow6g3xmIjlck9eYnof
示例值:MDCT00000256
|
UpdateTenant.Builder |
subDomain(String subDomain)
租户子域名
示例值:www
|
UpdateTenant.Builder |
tag(String tag)
个人租户/企业租户
示例值:
|
UpdateTenant.Builder |
telephone(String telephone)
座机
示例值:123456
|
UpdateTenant.Builder |
type(String type)
租户类型
示例值:
|
public UpdateTenant.Builder id(String id)
示例值:6872549699048439828
id - public UpdateTenant.Builder name(I18nText name)
示例值:
name - public UpdateTenant.Builder contactUserInfo(UserInfo contactUserInfo)
示例值:
contactUserInfo - public UpdateTenant.Builder subDomain(String subDomain)
示例值:www
subDomain - public UpdateTenant.Builder canDomainBeModified(Boolean canDomainBeModified)
示例值:
canDomainBeModified - public UpdateTenant.Builder address(String address)
示例值:address
address - public UpdateTenant.Builder postCode(String postCode)
示例值:123456
postCode - public UpdateTenant.Builder telephone(String telephone)
示例值:123456
telephone - public UpdateTenant.Builder avatarKey(String avatarKey)
示例值:asdfadfadsf
avatarKey - public UpdateTenant.Builder countryCode(String countryCode)
示例值:cn
countryCode - public UpdateTenant.Builder type(String type)
示例值:
type - public UpdateTenant.Builder purpose(String purpose)
示例值:
purpose - public UpdateTenant.Builder tag(String tag)
示例值:
tag - public UpdateTenant.Builder industry(String industry)
示例值:MDCT00000256
industry - public UpdateTenant.Builder scale(String scale)
示例值:MDCT00000256
scale - public UpdateTenant.Builder description(I18nText description)
示例值:
description - public UpdateTenant.Builder creatorId(String creatorId)
示例值:6872549699048439828
creatorId - public UpdateTenant build()
Copyright © 2025. All rights reserved.