Package

com.github.agaro1121

models

Permalink

package models

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. models
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Attachment(fallback: String, text: String, pretext: String, id: Double, color: String, mrkdwn_in: List[String]) extends Product with Serializable

    Permalink
  2. case class BotMessage(text: String, bot_id: String, attachments: List[Attachment], subtype: String, team: String, channel: String, event_ts: String, ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  3. case class ChannelArchive(channel: ChannelId, user: UserId) extends GeneralEvent with Product with Serializable

    Permalink
  4. case class ChannelCreated(channel: Channel) extends GeneralEvent with Product with Serializable

    Permalink
  5. case class ChannelDeleted(channel: ChannelId) extends GeneralEvent with Product with Serializable

    Permalink
  6. case class ChannelHistoryChanged(latest: String, ts: String, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  7. type ChannelId = String

    Permalink
  8. case class ChannelRename(channel: String) extends GeneralEvent with Product with Serializable

    Permalink
  9. case class ChannelUnarchive(channel: ChannelId, user: UserId) extends GeneralEvent with Product with Serializable

    Permalink
  10. case class DndUpdated(user: UserId, dnd_status: DndUpdatedStatus) extends GeneralEvent with Product with Serializable

    Permalink
  11. case class DndUpdatedStatus(dnd_enabled: Boolean, next_dnd_start_ts: Long, next_dnd_end_ts: Long, snooze_enabled: Boolean, snooze_endtime: Long) extends Product with Serializable

    Permalink
  12. case class DndUpdatedUser(user: UserId, dnd_status: DndUpdatedUserStatus) extends GeneralEvent with Product with Serializable

    Permalink
  13. case class DndUpdatedUserStatus(dnd_enabled: Boolean, next_dnd_start_ts: Long, next_dnd_end_ts: Long) extends Product with Serializable

    Permalink
  14. case class Edited(user: UserId, ts: String) extends Product with Serializable

    Permalink
  15. case class EditedMessage(message: MessageEdited, subtype: String, hidden: Boolean, channel: String, previous_message: PreviousMessage, event_ts: String, ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  16. case class EmailDomainChanged(email_domain: String, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  17. case class EmojiChanged(subtype: String, name: Option[String], names: Option[List[String]], event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  18. case class FileChange(file_id: String, user_id: UserId, file: FileEventFile, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  19. case class FileComment(id: String, created: Long, timestamp: Long, user: UserId, is_intro: Boolean, comment: String) extends Product with Serializable

    Permalink
  20. case class FileCommentAdded(file: FileEventFile, comment: FileComment) extends GeneralEvent with Product with Serializable

    Permalink
  21. case class FileCommentDeleted(file: File, comment: String) extends GeneralEvent with Product with Serializable

    Permalink
  22. case class FileCommentEdited(file: File, comment: String) extends GeneralEvent with Product with Serializable

    Permalink
  23. case class FileCommentItem(type: String, file_comment: String, file: String) extends Item with Product with Serializable

    Permalink
  24. case class FileCreated(file: File) extends GeneralEvent with Product with Serializable

    Permalink
  25. case class FileDeleted(file_id: String, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  26. case class FileEventFile(id: String) extends Product with Serializable

    Permalink
  27. case class FileItem(type: String, file: String) extends Item with Product with Serializable

    Permalink
  28. case class FilePublic(file_id: String, user_id: String, file: FileEventFile, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  29. case class FileShared(file_id: String, user_id: String, file: FileEventFile, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  30. case class FileUnshared(file: File) extends GeneralEvent with Product with Serializable

    Permalink
  31. sealed trait GeneralEvent extends SlackEvent

    Permalink
  32. case class GroupArchive(channel: ChannelId) extends GeneralEvent with Product with Serializable

    Permalink
  33. case class GroupChannel(id: ChannelId, name: String, crated: Long) extends GeneralEvent with Product with Serializable

    Permalink
  34. case class GroupClose(user: UserId, channel: ChannelId) extends GeneralEvent with Product with Serializable

    Permalink
  35. case class GroupHistoryChanged(latest: String, ts: String, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  36. case class GroupOpen(user: UserId, channel: ChannelId) extends GeneralEvent with Product with Serializable

    Permalink
  37. case class GroupRename(channel: GroupChannel) extends GeneralEvent with Product with Serializable

    Permalink
  38. case class GroupUnarchive(channel: ChannelId) extends GeneralEvent with Product with Serializable

    Permalink
  39. case class ImChannel(id: String, created: Long, is_im: Boolean, is_org_shared: Boolean, user: String, last_read: String, latest: Option[Latest], unread_count: Int, unread_count_display: Int, is_open: Boolean) extends Product with Serializable

    Permalink
  40. case class ImClose(user: UserId, channel: ChannelId) extends GeneralEvent with Product with Serializable

    Permalink
  41. case class ImCreated(user: UserId, channel: ImChannel, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  42. case class ImHistoryChanged(latest: String, ts: String, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  43. case class ImOpen(user: UserId, channel: ChannelId) extends GeneralEvent with Product with Serializable

    Permalink
  44. sealed trait Item extends AnyRef

    Permalink
  45. case class MemberJoinedChannel(user: UserId, channel: ChannelId, channel_type: String, inviter: UserId) extends GeneralEvent with Product with Serializable

    Permalink
  46. case class MemberLeftChannel(user: UserId, channel: ChannelId, channel_type: String) extends GeneralEvent with Product with Serializable

    Permalink
  47. case class Message(reply_to: Option[Long], channel: ChannelId, user: UserId, text: String, ts: String, source_team: Option[String], team: Option[String]) extends GeneralEvent with Product with Serializable

    Permalink
  48. case class MessageEdited(user: UserId, text: String, edited: Edited, ts: String) extends Product with Serializable

    Permalink
  49. case class MessageItem(type: String, channel: ChannelId, ts: String) extends Item with Product with Serializable

    Permalink
  50. case class PinAdded(user: UserId, channel_id: String, item: String, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  51. case class PinRemoved(user: UserId, channel_id: String, item: String, has_pins: Boolean, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  52. case class PreviousMessage(user: UserId, text: String, ts: String) extends Product with Serializable

    Permalink
  53. case class ReactionAdded(user: UserId, reaction: String, item_user: Option[String], item: Item, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  54. case class ReactionRemoved(user: UserId, reaction: String, item_user: Option[String], item: Item, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  55. trait SlackEvent extends AnyRef

    Permalink
  56. case class StarAdded(user: UserId, item: String, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  57. case class StarRemoved(user: UserId, item: String, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  58. case class Subteam(eventid: String, team_id: String, is_usergroup: Boolean, name: String, description: String, handle: String, is_external: Boolean, date_create: Long, date_update: Long, date_delete: Long, auto_type: String, created_by: String, updated_by: String, deleted_by: String, prefs: Prefs, user_count: String) extends Product with Serializable

    Permalink
  59. case class SubteamCreated(subteam: Subteam) extends GeneralEvent with Product with Serializable

    Permalink
  60. case class SubteamSelfAdded(subteam_id: String) extends GeneralEvent with Product with Serializable

    Permalink
  61. case class SubteamSelfRemoved(subteam_id: String) extends GeneralEvent with Product with Serializable

    Permalink
  62. case class SubteamUpdated(subteam: Subteam) extends GeneralEvent with Product with Serializable

    Permalink
  63. case class TeamDomainChange(url: String, domain: String) extends GeneralEvent with Product with Serializable

    Permalink
  64. case class TeamJoin(user: User, cache_ts: Long, event_ts: String) extends GeneralEvent with Product with Serializable

    Permalink
  65. case class TeamRename(name: String) extends GeneralEvent with Product with Serializable

    Permalink
  66. case class UserChange(user: User) extends GeneralEvent with Product with Serializable

    Permalink
  67. type UserId = String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped