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. type ChannelId = String

    Permalink
  2. case class ConnectSelf(id: String, name: String) extends Product with Serializable

    Permalink
  3. case class ConnectTeam(id: String, name: String, domain: String, enterprise_id: Option[String], enterprise_name: Option[String]) extends Product with Serializable

    Permalink
  4. case class Error(ok: Boolean, error: String) extends Product with Serializable

    Permalink
  5. case class RtmConnectResponse(ok: Boolean, url: String, team: ConnectTeam, self: ConnectSelf) extends Product with Serializable

    Permalink
  6. type UserId = String

    Permalink

Value Members

  1. package events

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped