Uses of Class
com.slack.api.model.Latest
Packages that use Latest
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of Latest in com.slack.api.model
Methods in com.slack.api.model that return LatestMethods in com.slack.api.model with parameters of type LatestModifier and TypeMethodDescriptionvoidvoidvoidConstructors in com.slack.api.model with parameters of type LatestModifierConstructorDescriptionConversation(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)