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

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

    The default read-only implementation of BlockElement.

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

  2. trait Proxy extends BlockElement

    This Proxy trait allows you to extend the BlockElement trait with additional state or behavior and implement the read-only methods from BlockElement 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 AssetsField: TField
  5. val AssetsFieldManifest: Manifest[Seq[Asset]]
  6. val AudioTypeDataField: TField
  7. val AudioTypeDataFieldManifest: Manifest[AudioElementFields]
  8. val CodeTypeDataField: TField
  9. val CodeTypeDataFieldManifest: Manifest[CodeElementFields]
  10. val CommentTypeDataField: TField
  11. val CommentTypeDataFieldManifest: Manifest[CommentElementFields]
  12. val ContentAtomTypeDataField: TField
  13. val ContentAtomTypeDataFieldManifest: Manifest[ContentAtomElementFields]
  14. val DocumentTypeDataField: TField
  15. val DocumentTypeDataFieldManifest: Manifest[StandardElementFields]
  16. val EmbedTypeDataField: TField
  17. val EmbedTypeDataFieldManifest: Manifest[EmbedElementFields]
  18. val ImageTypeDataField: TField
  19. val ImageTypeDataFieldManifest: Manifest[ImageElementFields]
  20. val InstagramTypeDataField: TField
  21. val InstagramTypeDataFieldManifest: Manifest[InstagramElementFields]
  22. val InteractiveTypeDataField: TField
  23. val InteractiveTypeDataFieldManifest: Manifest[InteractiveElementFields]
  24. val MapTypeDataField: TField
  25. val MapTypeDataFieldManifest: Manifest[StandardElementFields]
  26. val MembershipTypeDataField: TField
  27. val MembershipTypeDataFieldManifest: Manifest[MembershipElementFields]
  28. val NoPassthroughFields: Map[Short, TFieldBlob]
  29. val PullquoteTypeDataField: TField
  30. val PullquoteTypeDataFieldManifest: Manifest[PullquoteElementFields]
  31. val RichLinkTypeDataField: TField
  32. val RichLinkTypeDataFieldManifest: Manifest[RichLinkElementFields]
  33. val Struct: TStruct
  34. val TableTypeDataField: TField
  35. val TableTypeDataFieldManifest: Manifest[StandardElementFields]
  36. val TextTypeDataField: TField
  37. val TextTypeDataFieldManifest: Manifest[TextElementFields]
  38. val TrackingField: TField
  39. val TrackingFieldManifest: Manifest[EmbedTracking]
  40. val TweetTypeDataField: TField
  41. val TweetTypeDataFieldManifest: Manifest[TweetElementFields]
  42. val TypeField: TField
  43. val TypeFieldI32: TField
  44. val TypeFieldManifest: Manifest[ElementType]
  45. val VideoTypeDataField: TField
  46. val VideoTypeDataFieldManifest: Manifest[VideoElementFields]
  47. val VineTypeDataField: TField
  48. val VineTypeDataFieldManifest: Manifest[VineElementFields]
  49. val WitnessTypeDataField: TField
  50. val WitnessTypeDataFieldManifest: Manifest[WitnessElementFields]
  51. def apply(type: ElementType, assets: Seq[Asset] = _root_.scala.collection.immutable.Nil, textTypeData: Option[TextElementFields] = _root_.scala.None, videoTypeData: Option[VideoElementFields] = _root_.scala.None, tweetTypeData: Option[TweetElementFields] = _root_.scala.None, imageTypeData: Option[ImageElementFields] = _root_.scala.None, audioTypeData: Option[AudioElementFields] = _root_.scala.None, pullquoteTypeData: Option[PullquoteElementFields] = _root_.scala.None, interactiveTypeData: Option[InteractiveElementFields] = _root_.scala.None, mapTypeData: Option[StandardElementFields] = _root_.scala.None, documentTypeData: Option[StandardElementFields] = _root_.scala.None, tableTypeData: Option[StandardElementFields] = _root_.scala.None, witnessTypeData: Option[WitnessElementFields] = _root_.scala.None, richLinkTypeData: Option[RichLinkElementFields] = _root_.scala.None, membershipTypeData: Option[MembershipElementFields] = _root_.scala.None, embedTypeData: Option[EmbedElementFields] = _root_.scala.None, instagramTypeData: Option[InstagramElementFields] = _root_.scala.None, commentTypeData: Option[CommentElementFields] = _root_.scala.None, vineTypeData: Option[VineElementFields] = _root_.scala.None, contentAtomTypeData: Option[ContentAtomElementFields] = _root_.scala.None, tracking: Option[EmbedTracking] = _root_.scala.None, codeTypeData: Option[CodeElementFields] = _root_.scala.None): BlockElement
  52. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  53. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException])
  54. def decode(_iprot: TProtocol): BlockElement
    Definition Classes
    BlockElement → ThriftStructCodec
  55. def encode(_item: BlockElement, _oproto: TProtocol): Unit
    Definition Classes
    BlockElement → ThriftStructCodec
  56. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  58. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  59. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  60. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  61. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  62. lazy val metaData: ThriftStructMetaData[BlockElement]
    Definition Classes
    BlockElement → ThriftStructCodec
  63. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. def newBuilder(): StructBuilder[BlockElement]
    Definition Classes
    BlockElement → StructBuilderFactory
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. val structAnnotations: Map[String, String]
  68. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  69. def toString(): String
    Definition Classes
    AnyRef → Any
  70. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  71. def unapply(_item: BlockElement): Option[(ElementType, Seq[Asset], Option[TextElementFields], Option[VideoElementFields], Option[TweetElementFields], Option[ImageElementFields], Option[AudioElementFields], Option[PullquoteElementFields], Option[InteractiveElementFields], Option[StandardElementFields], Option[StandardElementFields], Option[StandardElementFields], Option[WitnessElementFields], Option[RichLinkElementFields], Option[MembershipElementFields], Option[EmbedElementFields], Option[InstagramElementFields], Option[CommentElementFields], Option[VineElementFields], Option[ContentAtomElementFields], Option[EmbedTracking], Option[CodeElementFields])]
  72. def validate(_item: BlockElement): Unit

    Checks that all required fields are non-null.

  73. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  74. def validateNewInstance(item: BlockElement): 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
    BlockElement → ValidatingThriftStructCodec3
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  78. def withoutPassthroughFields(original: BlockElement): BlockElement
  79. object Immutable extends ThriftStructCodec3[BlockElement] 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[BlockElement]

Inherited from ValidatingThriftStructCodec3[BlockElement]

Inherited from ThriftStructCodec3[BlockElement]

Inherited from ThriftStructCodec[BlockElement]

Inherited from AnyRef

Inherited from Any

Ungrouped