Package

tv.kazu.chatwork4s

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

  1. case class Message(messageId: String, account: UserMini, body: String, sendTime: Int, updateTime: Int) extends Product with Serializable

    Permalink

    messageId

    String representation of Long value

    See also

    https://help.chatwork.com/hc/ja/articles/115000019401

  2. case class Room(roomId: Int, name: String, type: String, role: String, sticky: Boolean, unreadNum: Int, mentionNum: Int, mytaskNum: Int, messageNum: Int, fileNum: Int, taskNum: Int, iconPath: String, lastUpdateTime: Int, description: Option[String]) extends Product with Serializable

    Permalink
  3. case class User(accountId: Int, roomId: Option[Int], name: String, chatworkId: String, organizationId: Int, organizationName: String, department: String, avatarImageUrl: String) extends Product with Serializable

    Permalink
  4. case class UserFull(accountId: Int, roomId: Int, name: String, chatworkId: String, organizationId: Int, organizationName: String, department: String, title: String, url: String, introduction: String, mail: String, telOrganization: String, telExtension: String, telMobile: String, skype: String, facebook: String, twitter: String, avatarImageUrl: String) extends Product with Serializable

    Permalink
  5. case class UserMini(accountId: Int, name: String, avatarImageUrl: String) extends Product with Serializable

    Permalink

Ungrouped