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) |
UserCustomAttrValue.Builder |
optionValue(String optionValue) |
UserCustomAttrValue.Builder |
pcUrl(String pcUrl) |
UserCustomAttrValue.Builder |
pictureUrl(String pictureUrl) |
UserCustomAttrValue.Builder |
text(String text) |
UserCustomAttrValue.Builder |
url(String url) |
public UserCustomAttrValue.Builder text(String text)
public UserCustomAttrValue.Builder url(String url)
public UserCustomAttrValue.Builder pcUrl(String pcUrl)
public UserCustomAttrValue.Builder optionId(String optionId)
public UserCustomAttrValue.Builder optionValue(String optionValue)
public UserCustomAttrValue.Builder name(String name)
public UserCustomAttrValue.Builder pictureUrl(String pictureUrl)
public UserCustomAttrValue.Builder genericUser(CustomAttrGenericUser genericUser)
public UserCustomAttrValue build()
Copyright © 2022. All rights reserved.