Class RichTextSectionElement.Color
- java.lang.Object
-
- com.slack.api.model.block.element.RichTextSectionElement.Color
-
- All Implemented Interfaces:
RichTextElement
- Enclosing class:
- RichTextSectionElement
public static class RichTextSectionElement.Color extends Object implements RichTextElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRichTextSectionElement.Color.ColorBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RichTextSectionElement.Color.ColorBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetType()StringgetValue()inthashCode()voidsetValue(String value)StringtoString()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Color
public Color()
-
Color
public Color(String value)
-
-
Method Detail
-
builder
public static RichTextSectionElement.Color.ColorBuilder builder()
-
getType
public String getType()
- Specified by:
getTypein interfaceRichTextElement
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
canEqual
protected boolean canEqual(Object other)
-
-