Uses of Class
com.slack.api.model.Topic
-
Packages that use Topic Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of Topic in com.slack.api.model
Methods in com.slack.api.model that return Topic Modifier and Type Method Description TopicChannel. getTopic()TopicConversation. getTopic()TopicGroup. getTopic()Methods in com.slack.api.model with parameters of type Topic Modifier and Type Method Description voidChannel. setTopic(Topic topic)voidConversation. setTopic(Topic topic)voidGroup. setTopic(Topic topic)Conversation.ConversationBuilderConversation.ConversationBuilder. topic(Topic topic)Group.GroupBuilderGroup.GroupBuilder. topic(Topic topic)Constructors in com.slack.api.model with parameters of type Topic Constructor Description Conversation(String enterpriseId, String id, String name, Integer created, String creator, Integer unlinked, String nameNormalized, List<String> pendingShared, String lastRead, Topic topic, Purpose purpose, 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, 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)Group(String id, String name, String nameNormalized, boolean group, Integer created, String creator, boolean archived, boolean mpim, boolean open, boolean readOnly, boolean threadOnly, List<String> members, String parentGroup, Topic topic, Purpose purpose, String lastRead, Latest latest, Integer unreadCount, Integer unreadCountDisplay, Double priority)
-