Uses of Class
com.slack.api.model.ConversationProperties
Packages that use ConversationProperties
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ConversationProperties in com.slack.api.model
Methods in com.slack.api.model that return ConversationPropertiesModifier and TypeMethodDescriptionConversationProperties.ConversationPropertiesBuilder.build()Conversation.getProperties()Methods in com.slack.api.model with parameters of type ConversationPropertiesModifier and TypeMethodDescriptionConversation.ConversationBuilder.properties(ConversationProperties properties) voidConversation.setProperties(ConversationProperties properties) Constructors in com.slack.api.model with parameters of type ConversationPropertiesModifierConstructorDescriptionConversation(String enterpriseId, String id, String name, Integer created, Long updated, String creator, Integer unlinked, String nameNormalized, List<String> pendingShared, String lastRead, Topic topic, Purpose purpose, ConversationProperties properties, List<String> previousNames, Integer numOfMembers, Latest latest, String locale, Integer unreadCount, Integer unreadCountDisplay, String user, Boolean isUserDeleted, Double priority, Integer dateConnected, List<String> sharedTeamIds, String parentConversation, List<String> pendingConnectedTeamIds, String conversationHostId, List<String> internalTeamIds, List<String> connectedTeamIds, List<String> connectedLimitedTeamIds, List<ChannelEmailAddress> channelEmailAddresses, String contextTeamId, boolean isChannel, boolean isGroup, boolean isIm, boolean isArchived, boolean isGeneral, boolean isReadOnly, boolean isThreadOnly, boolean isNonThreadable, boolean isShared, boolean isExtShared, boolean isOrgShared, boolean isPendingExtShared, boolean globalShared, boolean orgDefault, boolean orgMandatory, Integer isMoved, boolean isMember, boolean open, boolean isPrivate, boolean isMpim, boolean isStarred)