Class RichTextSectionElement.UserGroup
- java.lang.Object
-
- com.slack.api.model.block.element.RichTextSectionElement.UserGroup
-
- All Implemented Interfaces:
RichTextElement
- Enclosing class:
- RichTextSectionElement
public static class RichTextSectionElement.UserGroup extends Object implements RichTextElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RichTextSectionElement.UserGroup.UserGroupBuilder
-
Constructor Summary
Constructors Constructor Description UserGroup()
UserGroup(String usergroupId, RichTextSectionElement.TextStyle style)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RichTextSectionElement.UserGroup.UserGroupBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
RichTextSectionElement.TextStyle
getStyle()
String
getType()
String
getUsergroupId()
int
hashCode()
void
setStyle(RichTextSectionElement.TextStyle style)
void
setUsergroupId(String usergroupId)
String
toString()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UserGroup
public UserGroup()
-
UserGroup
public UserGroup(String usergroupId, RichTextSectionElement.TextStyle style)
-
-
Method Detail
-
builder
public static RichTextSectionElement.UserGroup.UserGroupBuilder builder()
-
getType
public String getType()
- Specified by:
getType
in interfaceRichTextElement
-
getUsergroupId
public String getUsergroupId()
-
getStyle
public RichTextSectionElement.TextStyle getStyle()
-
setUsergroupId
public void setUsergroupId(String usergroupId)
-
setStyle
public void setStyle(RichTextSectionElement.TextStyle style)
-
canEqual
protected boolean canEqual(Object other)
-
-