Uses of Class
com.slack.api.model.Purpose
Packages that use Purpose
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of Purpose in com.slack.api.model
Methods in com.slack.api.model that return PurposeModifier and TypeMethodDescriptionChannel.getPurpose()Conversation.getPurpose()Group.getPurpose()Methods in com.slack.api.model with parameters of type PurposeModifier and TypeMethodDescriptionvoidChannel.setPurpose(Purpose purpose) voidConversation.setPurpose(Purpose purpose) voidGroup.setPurpose(Purpose purpose) Constructors in com.slack.api.model with parameters of type PurposeModifierConstructorDescriptionConversation(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) 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) -
Uses of Purpose in com.slack.api.model.event
Methods in com.slack.api.model.event that return PurposeMethods in com.slack.api.model.event with parameters of type Purpose