Package com.slack.api.model
Class Action.Option
- java.lang.Object
-
- com.slack.api.model.Action.Option
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Action.Option.OptionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Action.Option.OptionBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getText()
String
getValue()
int
hashCode()
void
setText(String text)
void
setValue(String value)
String
toString()
-