object Section extends ValidatingThriftStructCodec3[Section] with StructBuilderFactory[Section] with Serializable

Linear Supertypes
Serializable, StructBuilderFactory[Section], ValidatingThriftStructCodec3[Section], ThriftStructCodec3[Section], ThriftStructCodec[Section], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Section
  2. Serializable
  3. StructBuilderFactory
  4. ValidatingThriftStructCodec3
  5. ThriftStructCodec3
  6. ThriftStructCodec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Immutable extends Section

    The default read-only implementation of Section.

    The default read-only implementation of Section. You typically should not need to directly reference this class; instead, use the Section.apply method to construct new instances.

  2. trait Proxy extends Section

    This Proxy trait allows you to extend the Section trait with additional state or behavior and implement the read-only methods from Section using an underlying instance.

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. val ActiveSponsorshipsField: TField
  5. val ActiveSponsorshipsFieldManifest: Manifest[Seq[Sponsorship]]
  6. val ApiUrlField: TField
  7. val ApiUrlFieldManifest: Manifest[String]
  8. val EditionsField: TField
  9. val EditionsFieldManifest: Manifest[Seq[Edition]]
  10. val IdField: TField
  11. val IdFieldManifest: Manifest[String]
  12. val NoPassthroughFields: Map[Short, TFieldBlob]
  13. val Struct: TStruct
  14. val WebTitleField: TField
  15. val WebTitleFieldManifest: Manifest[String]
  16. val WebUrlField: TField
  17. val WebUrlFieldManifest: Manifest[String]
  18. def apply(id: String, webTitle: String, webUrl: String, apiUrl: String, editions: Seq[Edition] = _root_.scala.collection.immutable.Nil, activeSponsorships: Option[Seq[Sponsorship]] = _root_.scala.None): Section
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException])
  21. def decode(_iprot: TProtocol): Section
    Definition Classes
    Section → ThriftStructCodec
  22. def encode(_item: Section, _oproto: TProtocol): Unit
    Definition Classes
    Section → ThriftStructCodec
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. lazy val metaData: ThriftStructMetaData[Section]
    Definition Classes
    Section → ThriftStructCodec
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def newBuilder(): StructBuilder[Section]
    Definition Classes
    Section → StructBuilderFactory
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. val structAnnotations: Map[String, String]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  38. def unapply(_item: Section): Option[(String, String, String, String, Seq[Edition], Option[Seq[Sponsorship]])]
  39. def validate(_item: Section): Unit

    Checks that all required fields are non-null.

  40. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  41. def validateNewInstance(item: Section): Seq[Issue]

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    Section → ValidatingThriftStructCodec3
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. def withoutPassthroughFields(original: Section): Section
  46. object Immutable extends ThriftStructCodec3[Section] with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from StructBuilderFactory[Section]

Inherited from ValidatingThriftStructCodec3[Section]

Inherited from ThriftStructCodec3[Section]

Inherited from ThriftStructCodec[Section]

Inherited from AnyRef

Inherited from Any

Ungrouped