class Immutable extends 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.
- Alphabetic
- By Inheritance
- Immutable
- Atoms
- Serializable
- ValidatingThriftStruct
- HasThriftStructCodec3
- Product16
- Product
- Equals
- ThriftStruct
- ThriftStructIface
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Immutable(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)
- new Immutable(quizzes: Option[Seq[Atom]], viewpoints: Option[Seq[Atom]], media: Option[Seq[Atom]], explainers: Option[Seq[Atom]], cta: Option[Seq[Atom]], interactives: Option[Seq[Atom]], reviews: Option[Seq[Atom]], recipes: Option[Seq[Atom]], qandas: Option[Seq[Atom]], guides: Option[Seq[Atom]], profiles: Option[Seq[Atom]], timelines: Option[Seq[Atom]], commonsdivisions: Option[Seq[Atom]], charts: Option[Seq[Atom]], audios: Option[Seq[Atom]], emailsignups: Option[Seq[Atom]], _passthroughFields: Map[Short, TFieldBlob])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def _1: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _10: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _11: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _12: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _13: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _14: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _15: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _16: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _2: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _3: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _4: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _5: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _6: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _7: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _8: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _9: Option[Seq[Atom]]
- Definition Classes
- Atoms → Product16
- def _codec: ValidatingThriftStructCodec3[Atoms]
- Definition Classes
- Atoms → ValidatingThriftStruct → HasThriftStructCodec3
- val _passthroughFields: Map[Short, TFieldBlob]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val audios: Option[Seq[Atom]]
- def canEqual(other: Any): Boolean
- Definition Classes
- Atoms → Equals
- val charts: Option[Seq[Atom]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val commonsdivisions: Option[Seq[Atom]]
- def copy(quizzes: Option[Seq[Atom]] = this.quizzes, viewpoints: Option[Seq[Atom]] = this.viewpoints, media: Option[Seq[Atom]] = this.media, explainers: Option[Seq[Atom]] = this.explainers, cta: Option[Seq[Atom]] = this.cta, interactives: Option[Seq[Atom]] = this.interactives, reviews: Option[Seq[Atom]] = this.reviews, recipes: Option[Seq[Atom]] = this.recipes, qandas: Option[Seq[Atom]] = this.qandas, guides: Option[Seq[Atom]] = this.guides, profiles: Option[Seq[Atom]] = this.profiles, timelines: Option[Seq[Atom]] = this.timelines, commonsdivisions: Option[Seq[Atom]] = this.commonsdivisions, charts: Option[Seq[Atom]] = this.charts, audios: Option[Seq[Atom]] = this.audios, emailsignups: Option[Seq[Atom]] = this.emailsignups, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Atoms
- Definition Classes
- Atoms
- val cta: Option[Seq[Atom]]
- val emailsignups: Option[Seq[Atom]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Atoms → Equals → AnyRef → Any
- val explainers: Option[Seq[Atom]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getFieldBlob(_fieldId: Short): Option[TFieldBlob]
Gets a field value encoded as a binary blob using TCompactProtocol.
Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.
- Definition Classes
- Atoms
- def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]
Collects TCompactProtocol-encoded field values according to
getFieldBlob
into a map.Collects TCompactProtocol-encoded field values according to
getFieldBlob
into a map.- Definition Classes
- Atoms
- val guides: Option[Seq[Atom]]
- def hashCode(): Int
- Definition Classes
- Atoms → AnyRef → Any
- val interactives: Option[Seq[Atom]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val media: Option[Seq[Atom]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilder(): StructBuilder[Atoms]
- Definition Classes
- Atoms
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productArity: Int
- Definition Classes
- Product16 → Product
- def productElement(n: Int): Any
- Definition Classes
- Product16 → Product
- Annotations
- @throws(classOf[java.lang.IndexOutOfBoundsException])
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Atoms → Product
- val profiles: Option[Seq[Atom]]
- val qandas: Option[Seq[Atom]]
- val quizzes: Option[Seq[Atom]]
- val recipes: Option[Seq[Atom]]
- val reviews: Option[Seq[Atom]]
- def setField(_blob: TFieldBlob): Atoms
Sets a field using a TCompactProtocol-encoded binary blob.
Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.
- Definition Classes
- Atoms
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timelines: Option[Seq[Atom]]
- def toString(): String
- Definition Classes
- Atoms → AnyRef → Any
- def toTuple: (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]])
- Definition Classes
- Atoms
- def unsetAudios: Atoms
- Definition Classes
- Atoms
- def unsetCharts: Atoms
- Definition Classes
- Atoms
- def unsetCommonsdivisions: Atoms
- Definition Classes
- Atoms
- def unsetCta: Atoms
- Definition Classes
- Atoms
- def unsetEmailsignups: Atoms
- Definition Classes
- Atoms
- def unsetExplainers: Atoms
- Definition Classes
- Atoms
- def unsetField(_fieldId: Short): Atoms
If the specified field is optional, it is set to None.
If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.
- Definition Classes
- Atoms
- def unsetGuides: Atoms
- Definition Classes
- Atoms
- def unsetInteractives: Atoms
- Definition Classes
- Atoms
- def unsetMedia: Atoms
- Definition Classes
- Atoms
- def unsetProfiles: Atoms
- Definition Classes
- Atoms
- def unsetQandas: Atoms
- Definition Classes
- Atoms
- def unsetQuizzes: Atoms
If the specified field is optional, it is set to None.
If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.
- Definition Classes
- Atoms
- def unsetRecipes: Atoms
- Definition Classes
- Atoms
- def unsetReviews: Atoms
- Definition Classes
- Atoms
- def unsetTimelines: Atoms
- Definition Classes
- Atoms
- def unsetViewpoints: Atoms
- Definition Classes
- Atoms
- val viewpoints: Option[Seq[Atom]]
Viewpoints are deprecated
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def write(_oprot: TProtocol): Unit
- Definition Classes
- Atoms → ThriftStruct
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)