public static class RichTextSectionElement.User extends Object implements RichTextElement
Modifier and Type | Class and Description |
---|---|
static class |
RichTextSectionElement.User.UserBuilder |
Constructor and Description |
---|
User() |
User(String userId,
RichTextSectionElement.TextStyle style) |
Modifier and Type | Method and Description |
---|---|
static RichTextSectionElement.User.UserBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
RichTextSectionElement.TextStyle |
getStyle() |
String |
getType() |
String |
getUserId() |
int |
hashCode() |
void |
setStyle(RichTextSectionElement.TextStyle style) |
void |
setUserId(String userId) |
String |
toString() |
public static final String TYPE
public User()
public User(String userId, RichTextSectionElement.TextStyle style)
public static RichTextSectionElement.User.UserBuilder builder()
public String getType()
getType
in interface RichTextElement
public String getUserId()
public RichTextSectionElement.TextStyle getStyle()
public void setUserId(String userId)
public void setStyle(RichTextSectionElement.TextStyle style)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.