Uses of Class
com.slack.api.model.list.ListColumnOptions
Packages that use ListColumnOptions
-
Uses of ListColumnOptions in com.slack.api.model.list
Methods in com.slack.api.model.list that return ListColumnOptionsModifier and TypeMethodDescriptionListColumnOptions.ListColumnOptionsBuilder.build()ListColumn.getOptions()Methods in com.slack.api.model.list with parameters of type ListColumnOptionsModifier and TypeMethodDescriptionListColumn.ListColumnBuilder.options(ListColumnOptions options) voidListColumn.setOptions(ListColumnOptions options) Constructors in com.slack.api.model.list with parameters of type ListColumnOptionsModifierConstructorDescriptionListColumn(String id, String name, String key, String type, boolean primaryColumn, ListColumnOptions options)