Class RichTextSectionElement.LimitedTextStyle
java.lang.Object
com.slack.api.model.block.element.RichTextSectionElement.LimitedTextStyle
- Enclosing class:
- RichTextSectionElement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionLimitedTextStyle(boolean bold, boolean italic, boolean strike, boolean highlight, boolean clientHighlight, boolean unlink) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()booleanisBold()booleanbooleanbooleanisItalic()booleanisStrike()booleanisUnlink()voidsetBold(boolean bold) voidsetClientHighlight(boolean clientHighlight) voidsetHighlight(boolean highlight) voidsetItalic(boolean italic) voidsetStrike(boolean strike) voidsetUnlink(boolean unlink) toString()
-
Constructor Details
-
LimitedTextStyle
public LimitedTextStyle() -
LimitedTextStyle
public LimitedTextStyle(boolean bold, boolean italic, boolean strike, boolean highlight, boolean clientHighlight, boolean unlink)
-
-
Method Details
-
builder
-
isBold
public boolean isBold() -
isItalic
public boolean isItalic() -
isStrike
public boolean isStrike() -
isHighlight
public boolean isHighlight() -
isClientHighlight
public boolean isClientHighlight() -
isUnlink
public boolean isUnlink() -
setBold
public void setBold(boolean bold) -
setItalic
public void setItalic(boolean italic) -
setStrike
public void setStrike(boolean strike) -
setHighlight
public void setHighlight(boolean highlight) -
setClientHighlight
public void setClientHighlight(boolean clientHighlight) -
setUnlink
public void setUnlink(boolean unlink) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-