com.gu.contentapi.client.model.v1

BlockElement

object BlockElement extends ThriftStructCodec3[BlockElement] with Serializable

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[BlockElement], ThriftStructCodec[BlockElement], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BlockElement
  2. Serializable
  3. Serializable
  4. ThriftStructCodec3
  5. ThriftStructCodec
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends BlockElement

    The default read-only implementation of BlockElement.

  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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val AssetsField: TField

  7. val AssetsFieldManifest: Manifest[Seq[Asset]]

  8. val AudioTypeDataField: TField

  9. val AudioTypeDataFieldManifest: Manifest[AudioElementFields]

  10. val DocumentTypeDataField: TField

  11. val DocumentTypeDataFieldManifest: Manifest[StandardElementFields]

  12. val ImageTypeDataField: TField

  13. val ImageTypeDataFieldManifest: Manifest[ImageElementFields]

  14. object Immutable extends ThriftStructCodec3[BlockElement] with Serializable

  15. val InteractiveTypeDataField: TField

  16. val InteractiveTypeDataFieldManifest: Manifest[InteractiveElementFields]

  17. val MapTypeDataField: TField

  18. val MapTypeDataFieldManifest: Manifest[StandardElementFields]

  19. val MembershipTypeDataField: TField

  20. val MembershipTypeDataFieldManifest: Manifest[MembershipElementFields]

  21. val PullquoteTypeDataField: TField

  22. val PullquoteTypeDataFieldManifest: Manifest[PullquoteElementFields]

  23. val RichLinkTypeDataField: TField

  24. val RichLinkTypeDataFieldManifest: Manifest[RichLinkElementFields]

  25. val Struct: TStruct

  26. val TableTypeDataField: TField

  27. val TableTypeDataFieldManifest: Manifest[StandardElementFields]

  28. val TextTypeDataField: TField

  29. val TextTypeDataFieldManifest: Manifest[TextElementFields]

  30. val TweetTypeDataField: TField

  31. val TweetTypeDataFieldManifest: Manifest[TweetElementFields]

  32. val TypeField: TField

  33. val TypeFieldI32: TField

  34. val TypeFieldManifest: Manifest[ElementType]

  35. val VideoTypeDataField: TField

  36. val VideoTypeDataFieldManifest: Manifest[VideoElementFields]

  37. val WitnessTypeDataField: TField

  38. val WitnessTypeDataFieldManifest: Manifest[WitnessElementFields]

  39. def apply(type: ElementType, assets: Seq[Asset] = Seq[Asset](), textTypeData: Option[TextElementFields] = None, videoTypeData: Option[VideoElementFields] = None, tweetTypeData: Option[TweetElementFields] = None, imageTypeData: Option[ImageElementFields] = None, audioTypeData: Option[AudioElementFields] = None, pullquoteTypeData: Option[PullquoteElementFields] = None, interactiveTypeData: Option[InteractiveElementFields] = None, mapTypeData: Option[StandardElementFields] = None, documentTypeData: Option[StandardElementFields] = None, tableTypeData: Option[StandardElementFields] = None, witnessTypeData: Option[WitnessElementFields] = None, richLinkTypeData: Option[RichLinkElementFields] = None, membershipTypeData: Option[MembershipElementFields] = None): BlockElement

  40. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  41. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def decode(_iprot: TProtocol): BlockElement

    Definition Classes
    BlockElement → ThriftStructCodec
  43. val decoder: (TProtocol) ⇒ BlockElement

    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  44. def encode(_item: BlockElement, _oproto: TProtocol): Unit

    Definition Classes
    BlockElement → ThriftStructCodec
  45. val encoder: (BlockElement, TProtocol) ⇒ Unit

    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  46. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  47. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  48. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  49. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  51. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  52. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  53. lazy val metaData: ThriftStructMetaData[BlockElement]

    Definition Classes
    ThriftStructCodec
  54. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  55. final def notify(): Unit

    Definition Classes
    AnyRef
  56. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  57. lazy val structAnnotations: Map[String, String]

  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def toString(): String

    Definition Classes
    AnyRef → Any
  60. def ttypeToString(byte: Byte): String

    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  61. def unapply(_item: BlockElement): Option[Product15[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]]]

  62. def validate(_item: BlockElement): Unit

    Checks that all required fields are non-null.

  63. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[BlockElement]

Inherited from ThriftStructCodec[BlockElement]

Inherited from AnyRef

Inherited from Any

Ungrouped