Uses of Class
com.slack.api.model.list.ListColumn
Packages that use ListColumn
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ListColumn in com.slack.api.model
Methods in com.slack.api.model that return types with arguments of type ListColumnModifier and TypeMethodDescriptionAttachment.getListSchema()Attachment.SingleListRecord.getSchema()Method parameters in com.slack.api.model with type arguments of type ListColumnModifier and TypeMethodDescriptionAttachment.AttachmentBuilder.listSchema(List<ListColumn> listSchema) Attachment.SingleListRecord.SingleListRecordBuilder.schema(List<ListColumn> schema) voidAttachment.setListSchema(List<ListColumn> listSchema) voidAttachment.SingleListRecord.setSchema(List<ListColumn> schema) Constructor parameters in com.slack.api.model with type arguments of type ListColumnModifierConstructorDescriptionSingleListRecord(Attachment.SingleListRecord.Record record, List<ListColumn> schema) -
Uses of ListColumn in com.slack.api.model.list
Methods in com.slack.api.model.list that return ListColumnMethods in com.slack.api.model.list that return types with arguments of type ListColumnMethod parameters in com.slack.api.model.list with type arguments of type ListColumnModifier and TypeMethodDescriptionListMetadata.ListMetadataBuilder.schema(List<ListColumn> schema) voidListMetadata.setSchema(List<ListColumn> schema) Constructor parameters in com.slack.api.model.list with type arguments of type ListColumnModifierConstructorDescriptionListMetadata(String icon, String iconUrl, String iconTeamId, String description, boolean trial, ListCreationSource creationSource, List<ListColumn> schema, List<ListView> views, List<String> integrations, List<LayoutBlock> descriptionBlocks)