Uses of Class
com.slack.api.model.ConversationProperties.PostingRestrictedTo
Packages that use ConversationProperties.PostingRestrictedTo
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ConversationProperties.PostingRestrictedTo in com.slack.api.model
Methods in com.slack.api.model that return ConversationProperties.PostingRestrictedToModifier and TypeMethodDescriptionConversationProperties.PostingRestrictedTo.PostingRestrictedToBuilder.build()ConversationProperties.getPostingRestrictedTo()Methods in com.slack.api.model with parameters of type ConversationProperties.PostingRestrictedToModifier and TypeMethodDescriptionConversationProperties.ConversationPropertiesBuilder.postingRestrictedTo(ConversationProperties.PostingRestrictedTo postingRestrictedTo) voidConversationProperties.setPostingRestrictedTo(ConversationProperties.PostingRestrictedTo postingRestrictedTo) Constructors in com.slack.api.model with parameters of type ConversationProperties.PostingRestrictedToModifierConstructorDescriptionConversationProperties(ConversationProperties.Canvas canvas, ConversationProperties.PostingRestrictedTo postingRestrictedTo, ConversationProperties.ThreadsRestrictedTo threadsRestrictedTo, Boolean huddlesRestricted)