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 classRichTextSectionElement.UserGroup.UserGroupBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RichTextSectionElement.UserGroup.UserGroupBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetType()StringgetUsergroupId()inthashCode()voidsetUsergroupId(String usergroupId)StringtoString()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UserGroup
public UserGroup()
-
UserGroup
public UserGroup(String usergroupId)
-
-
Method Detail
-
builder
public static RichTextSectionElement.UserGroup.UserGroupBuilder builder()
-
getType
public String getType()
- Specified by:
getTypein interfaceRichTextElement
-
getUsergroupId
public String getUsergroupId()
-
setUsergroupId
public void setUsergroupId(String usergroupId)
-
canEqual
protected boolean canEqual(Object other)
-
-