Uses of Class
com.slack.api.model.view.ViewState.Value
-
Packages that use ViewState.Value Package Description com.slack.api.model.view The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of ViewState.Value in com.slack.api.model.view
Methods in com.slack.api.model.view that return types with arguments of type ViewState.Value Modifier and Type Method Description Map<String,Map<String,ViewState.Value>>ViewState. getValues()Method parameters in com.slack.api.model.view with type arguments of type ViewState.Value Modifier and Type Method Description voidViewState. setValues(Map<String,Map<String,ViewState.Value>> values)ViewState.ViewStateBuilderViewState.ViewStateBuilder. values(Map<String,Map<String,ViewState.Value>> values)Constructor parameters in com.slack.api.model.view with type arguments of type ViewState.Value Constructor Description ViewState(Map<String,Map<String,ViewState.Value>> values)
-