Class/Object

im.actor.server.group.GroupCommands

Leave

Related Docs: object Leave | package GroupCommands

Permalink

final case class Leave(groupId: Int = 0, userId: Int = 0, authSid: Int = 0, randomId: Long = 0L) extends GeneratedMessage with Message[Leave] with Updatable[Leave] with GroupCommand with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, GroupCommand, Updatable[Leave], Message[Leave], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Leave
  2. Product
  3. Equals
  4. GroupCommand
  5. Updatable
  6. Message
  7. GeneratedMessage
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Leave(groupId: Int = 0, userId: Int = 0, authSid: Int = 0, randomId: Long = 0L)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val authSid: Int

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def companion: Leave.type

    Permalink
    Definition Classes
    Leave → GeneratedMessage
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    Leave → GeneratedMessage
  13. val groupId: Int

    Permalink
    Definition Classes
    LeaveGroupCommand
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def mergeFrom(__input: CodedInputStream): Leave

    Permalink
    Definition Classes
    Leave → Message
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val randomId: Long

    Permalink
  20. lazy val serializedSize: Int

    Permalink
    Definition Classes
    Leave → GeneratedMessage
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  23. def update(ms: (Lens[Leave, Leave]) ⇒ Mutation[Leave]*): Leave

    Permalink
    Definition Classes
    Updatable
  24. val userId: Int

    Permalink
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withAuthSid(__v: Int): Leave

    Permalink
  29. def withGroupId(__v: Int): Leave

    Permalink
  30. def withRandomId(__v: Long): Leave

    Permalink
  31. def withUserId(__v: Int): Leave

    Permalink
  32. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  33. def writeTo(output: CodedOutputStream): Unit

    Permalink
    Definition Classes
    Leave → GeneratedMessage
  34. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from GroupCommand

Inherited from Updatable[Leave]

Inherited from Message[Leave]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped