public class ProfileCard extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ProfileCard.Builder |
| 构造器和说明 |
|---|
ProfileCard() |
ProfileCard(ProfileCard.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAvatarKey() |
String |
getBackgroundImageKey() |
Credential[] |
getContacts() |
I18nText |
getDescription() |
Boolean |
getIsCustomAvatar() |
I18nText |
getName() |
static ProfileCard.Builder |
newBuilder() |
void |
setAvatarKey(String avatarKey) |
void |
setBackgroundImageKey(String backgroundImageKey) |
void |
setContacts(Credential[] contacts) |
void |
setDescription(I18nText description) |
void |
setIsCustomAvatar(Boolean isCustomAvatar) |
void |
setName(I18nText name) |
public ProfileCard()
public ProfileCard(ProfileCard.Builder builder)
public static ProfileCard.Builder newBuilder()
public I18nText getName()
public void setName(I18nText name)
public Credential[] getContacts()
public void setContacts(Credential[] contacts)
public String getAvatarKey()
public void setAvatarKey(String avatarKey)
public Boolean getIsCustomAvatar()
public void setIsCustomAvatar(Boolean isCustomAvatar)
public I18nText getDescription()
public void setDescription(I18nText description)
public String getBackgroundImageKey()
public void setBackgroundImageKey(String backgroundImageKey)
Copyright © 2026. All rights reserved.