Class BlockActionPayload.Action.SelectedOption
- java.lang.Object
-
- com.slack.api.app_backend.interactive_components.payload.BlockActionPayload.Action.SelectedOption
-
- Enclosing class:
- BlockActionPayload.Action
public static class BlockActionPayload.Action.SelectedOption extends Object
-
-
Constructor Summary
Constructors Constructor Description SelectedOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)PlainTextObjectgetText()StringgetValue()inthashCode()voidsetText(PlainTextObject text)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getText
public PlainTextObject getText()
-
getValue
public String getValue()
-
setText
public void setText(PlainTextObject text)
-
setValue
public void setValue(String value)
-
canEqual
protected boolean canEqual(Object other)
-
-