Packages

final case class Bowl(id: Option[DomainedID] = None, name: String = "", channels: Seq[Channel] = _root_.scala.collection.Seq.empty, avatar: Option[Resource] = None) extends GeneratedMessage with scalapb.Message[Bowl] with Updatable[Bowl] with Product with Serializable

id

IDs of Bowls and other IDed objects are meant to be copyable.

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

Instance Constructors

  1. new Bowl(id: Option[DomainedID] = None, name: String = "", channels: Seq[Channel] = _root_.scala.collection.Seq.empty, avatar: Option[Resource] = None)

    id

    IDs of Bowls and other IDed objects are meant to be copyable.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllChannels(__vs: TraversableOnce[Channel]): Bowl
  5. def addChannels(__vs: Channel*): Bowl
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val avatar: Option[Resource]
  8. val channels: Seq[Channel]
  9. def clearAvatar: Bowl
  10. def clearChannels: Bowl
  11. def clearId: Bowl
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. def companion: Bowl.type
    Definition Classes
    Bowl → GeneratedMessage
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getAvatar: Resource
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Bowl → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Bowl → GeneratedMessage
  20. def getId: DomainedID
  21. val id: Option[DomainedID]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def mergeFrom(_input__: CodedInputStream): Bowl
    Definition Classes
    Bowl → Message
  24. val name: String
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def serializedSize: Int
    Definition Classes
    Bowl → GeneratedMessage
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    Bowl → GeneratedMessage
  34. def update(ms: (Lens[Bowl, Bowl]) ⇒ Mutation[Bowl]*): Bowl
    Definition Classes
    Updatable
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. def withAvatar(__v: Resource): Bowl
  39. def withChannels(__v: Seq[Channel]): Bowl
  40. def withId(__v: DomainedID): Bowl
  41. def withName(__v: String): Bowl
  42. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  43. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Bowl → GeneratedMessage
  44. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[Bowl]

Inherited from scalapb.Message[Bowl]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped