case class Connection(id: String, name: String, type: String, revoked: Option[Boolean], integrations: Option[Seq[Integration]], verified: Boolean, friendSync: Boolean, showActivity: Boolean, visibility: ConnectionVisibility) extends Product with Serializable
A connection that a user has attached.
- id
The id of the connection.
- name
The name of the connection.
- revoked
If the connection has been revoked.
- integrations
Integrations of the connection.
- verified
If the connection is verified.
- friendSync
If friend sync is enabled for the connection.
- showActivity
If things related this this connection will be included in presence updates.
- visibility
The visibility of the connection
- Source
- message.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Connection
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Connection(id: String, name: String, type: String, revoked: Option[Boolean], integrations: Option[Seq[Integration]], verified: Boolean, friendSync: Boolean, showActivity: Boolean, visibility: ConnectionVisibility)
- id
The id of the connection.
- name
The name of the connection.
- revoked
If the connection has been revoked.
- integrations
Integrations of the connection.
- verified
If the connection is verified.
- friendSync
If friend sync is enabled for the connection.
- showActivity
If things related this this connection will be included in presence updates.
- visibility
The visibility of the connection
Value Members
- val friendSync: Boolean
- val id: String
- val integrations: Option[Seq[Integration]]
- val name: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val revoked: Option[Boolean]
- val showActivity: Boolean
- val type: String
- val verified: Boolean
- val visibility: ConnectionVisibility