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 classAction.Option.OptionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Action.Option.OptionBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetText()StringgetValue()inthashCode()voidsetText(String text)voidsetValue(String value)StringtoString()
-