Uses of Class
com.slack.api.model.ConversationProperties.PostingRestrictedTo.PostingRestrictedToBuilder
-
Packages that use ConversationProperties.PostingRestrictedTo.PostingRestrictedToBuilder Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of ConversationProperties.PostingRestrictedTo.PostingRestrictedToBuilder in com.slack.api.model
Methods in com.slack.api.model that return ConversationProperties.PostingRestrictedTo.PostingRestrictedToBuilder Modifier and Type Method Description static ConversationProperties.PostingRestrictedTo.PostingRestrictedToBuilderConversationProperties.PostingRestrictedTo. builder()ConversationProperties.PostingRestrictedTo.PostingRestrictedToBuilderConversationProperties.PostingRestrictedTo.PostingRestrictedToBuilder. type(List<String> type)ConversationProperties.PostingRestrictedTo.PostingRestrictedToBuilderConversationProperties.PostingRestrictedTo.PostingRestrictedToBuilder. user(List<String> user)
-