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 CommentTypeDataField: TField
  9. val CommentTypeDataFieldManifest: Manifest[CommentElementFields]
  10. val ContentAtomTypeDataField: TField
  11. val ContentAtomTypeDataFieldManifest: Manifest[ContentAtomElementFields]
  12. val DocumentTypeDataField: TField
  13. val DocumentTypeDataFieldManifest: Manifest[StandardElementFields]
  14. val EmbedTypeDataField: TField
  15. val EmbedTypeDataFieldManifest: Manifest[EmbedElementFields]
  16. val ImageTypeDataField: TField
  17. val ImageTypeDataFieldManifest: Manifest[ImageElementFields]
  18. val InstagramTypeDataField: TField
  19. val InstagramTypeDataFieldManifest: Manifest[InstagramElementFields]
  20. val InteractiveTypeDataField: TField
  21. val InteractiveTypeDataFieldManifest: Manifest[InteractiveElementFields]
  22. val MapTypeDataField: TField
  23. val MapTypeDataFieldManifest: Manifest[StandardElementFields]
  24. val MembershipTypeDataField: TField
  25. val MembershipTypeDataFieldManifest: Manifest[MembershipElementFields]
  26. val NoPassthroughFields: Map[Short, TFieldBlob]
  27. val PullquoteTypeDataField: TField
  28. val PullquoteTypeDataFieldManifest: Manifest[PullquoteElementFields]
  29. val RichLinkTypeDataField: TField
  30. val RichLinkTypeDataFieldManifest: Manifest[RichLinkElementFields]
  31. val Struct: TStruct
  32. val TableTypeDataField: TField
  33. val TableTypeDataFieldManifest: Manifest[StandardElementFields]
  34. val TextTypeDataField: TField
  35. val TextTypeDataFieldManifest: Manifest[TextElementFields]
  36. val TrackingField: TField
  37. val TrackingFieldManifest: Manifest[EmbedTracking]
  38. val TweetTypeDataField: TField
  39. val TweetTypeDataFieldManifest: Manifest[TweetElementFields]
  40. val TypeField: TField
  41. val TypeFieldI32: TField
  42. val TypeFieldManifest: Manifest[ElementType]
  43. val VideoTypeDataField: TField
  44. val VideoTypeDataFieldManifest: Manifest[VideoElementFields]
  45. val VineTypeDataField: TField
  46. val VineTypeDataFieldManifest: Manifest[VineElementFields]
  47. val WitnessTypeDataField: TField
  48. val WitnessTypeDataFieldManifest: Manifest[WitnessElementFields]
  49. 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): BlockElement
  50. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  51. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  52. def decode(_iprot: TProtocol): BlockElement
    Definition Classes
    BlockElement → ThriftStructCodec
  53. def encode(_item: BlockElement, _oproto: TProtocol): Unit
    Definition Classes
    BlockElement → ThriftStructCodec
  54. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  56. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  57. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  58. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  60. lazy val metaData: ThriftStructMetaData[BlockElement]
    Definition Classes
    BlockElement → ThriftStructCodec
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. def newBuilder(): StructBuilder[BlockElement]
    Definition Classes
    BlockElement → StructBuilderFactory
  63. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  64. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  65. val structAnnotations: Map[String, String]
  66. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  67. def toString(): String
    Definition Classes
    AnyRef → Any
  68. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  69. 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])]
  70. def validate(_item: BlockElement): Unit

    Checks that all required fields are non-null.

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