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

Linear Supertypes
Serializable, StructBuilderFactory[Atoms], ValidatingThriftStructCodec3[Atoms], ThriftStructCodec3[Atoms], ThriftStructCodec[Atoms], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Atoms
  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 Atoms

    The default read-only implementation of Atoms.

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

  2. trait Proxy extends Atoms

    This Proxy trait allows you to extend the Atoms trait with additional state or behavior and implement the read-only methods from Atoms 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 AudiosField: TField
  5. val AudiosFieldManifest: Manifest[Seq[Atom]]
  6. val ChartsField: TField
  7. val ChartsFieldManifest: Manifest[Seq[Atom]]
  8. val CommonsdivisionsField: TField
  9. val CommonsdivisionsFieldManifest: Manifest[Seq[Atom]]
  10. val CtaField: TField
  11. val CtaFieldManifest: Manifest[Seq[Atom]]
  12. val EmailsignupsField: TField
  13. val EmailsignupsFieldManifest: Manifest[Seq[Atom]]
  14. val ExplainersField: TField
  15. val ExplainersFieldManifest: Manifest[Seq[Atom]]
  16. val GuidesField: TField
  17. val GuidesFieldManifest: Manifest[Seq[Atom]]
  18. val InteractivesField: TField
  19. val InteractivesFieldManifest: Manifest[Seq[Atom]]
  20. val MediaField: TField
  21. val MediaFieldManifest: Manifest[Seq[Atom]]
  22. val NoPassthroughFields: Map[Short, TFieldBlob]
  23. val ProfilesField: TField
  24. val ProfilesFieldManifest: Manifest[Seq[Atom]]
  25. val QandasField: TField
  26. val QandasFieldManifest: Manifest[Seq[Atom]]
  27. val QuizzesField: TField
  28. val QuizzesFieldManifest: Manifest[Seq[Atom]]
  29. val RecipesField: TField
  30. val RecipesFieldManifest: Manifest[Seq[Atom]]
  31. val ReviewsField: TField
  32. val ReviewsFieldManifest: Manifest[Seq[Atom]]
  33. val Struct: TStruct
  34. val TimelinesField: TField
  35. val TimelinesFieldManifest: Manifest[Seq[Atom]]
  36. val ViewpointsField: TField
  37. val ViewpointsFieldManifest: Manifest[Seq[Atom]]
  38. def apply(quizzes: Option[Seq[Atom]] = _root_.scala.None, viewpoints: Option[Seq[Atom]] = _root_.scala.None, media: Option[Seq[Atom]] = _root_.scala.None, explainers: Option[Seq[Atom]] = _root_.scala.None, cta: Option[Seq[Atom]] = _root_.scala.None, interactives: Option[Seq[Atom]] = _root_.scala.None, reviews: Option[Seq[Atom]] = _root_.scala.None, recipes: Option[Seq[Atom]] = _root_.scala.None, qandas: Option[Seq[Atom]] = _root_.scala.None, guides: Option[Seq[Atom]] = _root_.scala.None, profiles: Option[Seq[Atom]] = _root_.scala.None, timelines: Option[Seq[Atom]] = _root_.scala.None, commonsdivisions: Option[Seq[Atom]] = _root_.scala.None, charts: Option[Seq[Atom]] = _root_.scala.None, audios: Option[Seq[Atom]] = _root_.scala.None, emailsignups: Option[Seq[Atom]] = _root_.scala.None): Atoms
  39. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  40. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException])
  41. def decode(_iprot: TProtocol): Atoms
    Definition Classes
    Atoms → ThriftStructCodec
  42. def encode(_item: Atoms, _oproto: TProtocol): Unit
    Definition Classes
    Atoms → ThriftStructCodec
  43. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  45. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  46. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. lazy val metaData: ThriftStructMetaData[Atoms]
    Definition Classes
    Atoms → ThriftStructCodec
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def newBuilder(): StructBuilder[Atoms]
    Definition Classes
    Atoms → StructBuilderFactory
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. val structAnnotations: Map[String, String]
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  58. def unapply(_item: Atoms): Option[(Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]], Option[Seq[Atom]])]
  59. def validate(_item: Atoms): Unit

    Checks that all required fields are non-null.

  60. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  61. def validateNewInstance(item: Atoms): 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
    Atoms → ValidatingThriftStructCodec3
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. def withoutPassthroughFields(original: Atoms): Atoms
  66. object Immutable extends ThriftStructCodec3[Atoms] 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[Atoms]

Inherited from ValidatingThriftStructCodec3[Atoms]

Inherited from ThriftStructCodec3[Atoms]

Inherited from ThriftStructCodec[Atoms]

Inherited from AnyRef

Inherited from Any

Ungrouped