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