Package com.intercom.api.types
Class TextComponent.Style
- java.lang.Object
-
- com.intercom.api.types.TextComponent.Style
-
- Enclosing class:
- TextComponent
public static final class TextComponent.Style extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTextComponent.Style.Valuestatic interfaceTextComponent.Style.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static TextComponent.StyleERRORstatic TextComponent.StyleHEADERstatic TextComponent.StyleMUTEDstatic TextComponent.StylePARAGRAPH
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)TextComponent.Style.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static TextComponent.StylevalueOf(java.lang.String value)<T> Tvisit(TextComponent.Style.Visitor<T> visitor)
-
-
-
Field Detail
-
MUTED
public static final TextComponent.Style MUTED
-
HEADER
public static final TextComponent.Style HEADER
-
PARAGRAPH
public static final TextComponent.Style PARAGRAPH
-
ERROR
public static final TextComponent.Style ERROR
-
-
Method Detail
-
getEnumValue
public TextComponent.Style.Value getEnumValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
visit
public <T> T visit(TextComponent.Style.Visitor<T> visitor)
-
valueOf
public static TextComponent.Style valueOf(java.lang.String value)
-
-