Class/Object

im.actor.server.sequence.UserSequenceCommands

RegisterPushCredentials

Related Docs: object RegisterPushCredentials | package UserSequenceCommands

Permalink

final case class RegisterPushCredentials(creds: Creds = ...) extends GeneratedMessage with Message[RegisterPushCredentials] with Updatable[RegisterPushCredentials] with VendorPushCommand with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, VendorPushCommand, Updatable[RegisterPushCredentials], Message[RegisterPushCredentials], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RegisterPushCredentials
  2. Product
  3. Equals
  4. VendorPushCommand
  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 RegisterPushCredentials(creds: Creds = ...)

    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. def clearCreds: RegisterPushCredentials

    Permalink
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    RegisterPushCredentials → GeneratedMessage
  8. val creds: Creds

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getActor: ActorPushCredentials

    Permalink
  12. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  13. def getApple: ApplePushCredentials

    Permalink
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    RegisterPushCredentials → GeneratedMessage
  16. def getGoogle: GooglePushCredentials

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def mergeFrom(__input: CodedInputStream): RegisterPushCredentials

    Permalink
    Definition Classes
    RegisterPushCredentials → Message
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. lazy val serializedSize: Int

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

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

    Permalink
    Definition Classes
    GeneratedMessage
  25. def toString(): String

    Permalink
    Definition Classes
    RegisterPushCredentials → AnyRef → Any
  26. def update(ms: (Lens[RegisterPushCredentials, RegisterPushCredentials]) ⇒ Mutation[RegisterPushCredentials]*): RegisterPushCredentials

    Permalink
    Definition Classes
    Updatable
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withActor(__v: ActorPushCredentials): RegisterPushCredentials

    Permalink
  31. def withApple(__v: ApplePushCredentials): RegisterPushCredentials

    Permalink
  32. def withCreds(__v: Creds): RegisterPushCredentials

    Permalink
  33. def withGoogle(__v: GooglePushCredentials): RegisterPushCredentials

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

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

    Permalink
    Definition Classes
    RegisterPushCredentials → GeneratedMessage
  36. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from VendorPushCommand

Inherited from Updatable[RegisterPushCredentials]

Inherited from Message[RegisterPushCredentials]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped