Uses of Class
com.slack.api.model.list.ListColumnOptions.Choice
Packages that use ListColumnOptions.Choice
-
Uses of ListColumnOptions.Choice in com.slack.api.model.list
Methods in com.slack.api.model.list that return ListColumnOptions.ChoiceMethods in com.slack.api.model.list that return types with arguments of type ListColumnOptions.ChoiceMethod parameters in com.slack.api.model.list with type arguments of type ListColumnOptions.ChoiceModifier and TypeMethodDescriptionListColumnOptions.ListColumnOptionsBuilder.choices(List<ListColumnOptions.Choice> choices) voidListColumnOptions.setChoices(List<ListColumnOptions.Choice> choices) Constructor parameters in com.slack.api.model.list with type arguments of type ListColumnOptions.ChoiceModifierConstructorDescriptionListColumnOptions(List<ListColumnOptions.Choice> choices, String format, String defaultValue, ListColumnOptions.DefaultValue defaultValueTyped, String emoji, Integer max, Integer precision, Boolean showMemberName, String dateFormat, String timeFormat, String currencyFormat, String emojiTeamId, String currency, String rounding, Boolean markAsDoneWhenChecked, Boolean forAssignment, Boolean notifyUsers, List<String> linkedTo, String canvasId, List<ListColumnOptions.CanvasPlaceholderMapping> canvasPlaceholderMapping)