public static class UserCustomAttrValue.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
UserCustomAttrValue |
build() |
UserCustomAttrValue.Builder |
genericUser(CustomAttrGenericUser genericUser)
用户信息
示例值:
|
UserCustomAttrValue.Builder |
name(String name)
名称
示例值:名字
|
UserCustomAttrValue.Builder |
optionId(String optionId)
选项id,自定义选项和图片此项必填
示例值:2379dfg5
|
UserCustomAttrValue.Builder |
optionValue(String optionValue)
选项值
示例值:v2_d9033c89-a483-4efa-8d17-d02340fb16dj
|
UserCustomAttrValue.Builder |
pcUrl(String pcUrl)
PC上的URL
示例值:https://www.feishu.cn
|
UserCustomAttrValue.Builder |
pictureUrl(String pictureUrl)
图片链接
示例值:https://www.xxxx.com/~?
|
UserCustomAttrValue.Builder |
text(String text)
属性文本
示例值:文本1
|
UserCustomAttrValue.Builder |
url(String url)
URL
示例值:https://www.feishu.cn
|
public UserCustomAttrValue.Builder text(String text)
示例值:文本1
text - public UserCustomAttrValue.Builder url(String url)
示例值:https://www.feishu.cn
url - public UserCustomAttrValue.Builder pcUrl(String pcUrl)
示例值:https://www.feishu.cn
pcUrl - public UserCustomAttrValue.Builder optionId(String optionId)
示例值:2379dfg5
optionId - public UserCustomAttrValue.Builder optionValue(String optionValue)
示例值:v2_d9033c89-a483-4efa-8d17-d02340fb16dj
optionValue - public UserCustomAttrValue.Builder pictureUrl(String pictureUrl)
示例值:https://www.xxxx.com/~?image_size=noop&cut_type=&quality=&format=png&sticker_format=.webp
pictureUrl - public UserCustomAttrValue.Builder name(String name)
示例值:名字
name - public UserCustomAttrValue.Builder genericUser(CustomAttrGenericUser genericUser)
示例值:
genericUser - public UserCustomAttrValue build()
Copyright © 2026. All rights reserved.