Package com.slack.api.model.view
Class ViewState
java.lang.Object
com.slack.api.model.view.ViewState
public class ViewState extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ViewState.SelectedOption
static class
ViewState.Value
static class
ViewState.ViewStateBuilder
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static ViewState.ViewStateBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
Map<String,Map<String,ViewState.Value>>
getValues()
int
hashCode()
void
setValues(Map<String,Map<String,ViewState.Value>> values)
String
toString()