Uses of Class
com.slack.api.model.ConversationProperties.Tab
Packages that use ConversationProperties.Tab
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ConversationProperties.Tab in com.slack.api.model
Methods in com.slack.api.model that return ConversationProperties.TabMethods in com.slack.api.model that return types with arguments of type ConversationProperties.TabMethod parameters in com.slack.api.model with type arguments of type ConversationProperties.TabModifier and TypeMethodDescriptionvoidConversationProperties.setTabs(List<ConversationProperties.Tab> tabs) ConversationProperties.ConversationPropertiesBuilder.tabs(List<ConversationProperties.Tab> tabs) Constructor parameters in com.slack.api.model with type arguments of type ConversationProperties.TabModifierConstructorDescriptionConversationProperties(ConversationProperties.Canvas canvas, ConversationProperties.PostingRestrictedTo postingRestrictedTo, ConversationProperties.ThreadsRestrictedTo threadsRestrictedTo, Boolean huddlesRestricted, Boolean atHereRestricted, Boolean atChannelRestricted, List<ConversationProperties.Tab> tabs, List<ConversationProperties.Tabz> tabz, ConversationProperties.MeetingNotes meetingNotes, Boolean isDormant)