com.gu.contentapi.client.model.v1

Element

object Element extends ThriftStructCodec3[Element] with Serializable

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

    The default read-only implementation of Element.

  2. trait Proxy extends Element

    This Proxy trait allows you to extend the Element trait with additional state or behavior and implement the read-only methods from Element 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 GalleryIndexField: TField

  9. val GalleryIndexFieldManifest: Manifest[Int]

  10. val IdField: TField

  11. val IdFieldManifest: Manifest[String]

  12. object Immutable extends ThriftStructCodec3[Element] with Serializable

  13. val RelationField: TField

  14. val RelationFieldManifest: Manifest[String]

  15. val Struct: TStruct

  16. val TypeField: TField

  17. val TypeFieldI32: TField

  18. val TypeFieldManifest: Manifest[ElementType]

  19. def apply(id: String, relation: String, type: ElementType, galleryIndex: Option[Int] = None, assets: Seq[Asset] = Seq[Asset]()): Element

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

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

    Definition Classes
    Element → ThriftStructCodec
  23. val decoder: (TProtocol) ⇒ Element

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

    Definition Classes
    Element → ThriftStructCodec
  25. val encoder: (Element, TProtocol) ⇒ Unit

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

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

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

    Field information in declaration order.

  29. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  33. lazy val metaData: ThriftStructMetaData[Element]

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

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

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

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

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  41. def unapply(_item: Element): Option[Product5[String, String, ElementType, Option[Int], Seq[Asset]]]

  42. def validate(_item: Element): Unit

    Checks that all required fields are non-null.

  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Element]

Inherited from ThriftStructCodec[Element]

Inherited from AnyRef

Inherited from Any

Ungrouped