Object/Trait

com.gu.contentapi.client.model.v1

Content

Related Docs: trait Content | package v1

Permalink

object Content extends ThriftStructCodec3[Content] with Serializable

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[Content], ThriftStructCodec[Content], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Content
  2. Serializable
  3. Serializable
  4. ThriftStructCodec3
  5. ThriftStructCodec
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends Content

    Permalink

    The default read-only implementation of Content.

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

  2. trait Proxy extends Content

    Permalink

    This Proxy trait allows you to extend the Content trait with additional state or behavior and implement the read-only methods from Content using an underlying instance.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ApiUrlField: TField

    Permalink
  5. val ApiUrlFieldManifest: Manifest[String]

    Permalink
  6. val AtomsField: TField

    Permalink
  7. val AtomsFieldManifest: Manifest[Atoms]

    Permalink
  8. val BlocksField: TField

    Permalink
  9. val BlocksFieldManifest: Manifest[Blocks]

    Permalink
  10. val CrosswordField: TField

    Permalink
  11. val CrosswordFieldManifest: Manifest[Crossword]

    Permalink
  12. val DebugField: TField

    Permalink
  13. val DebugFieldManifest: Manifest[Debug]

    Permalink
  14. val ElementsField: TField

    Permalink
  15. val ElementsFieldManifest: Manifest[Seq[Element]]

    Permalink
  16. val FieldsField: TField

    Permalink
  17. val FieldsFieldManifest: Manifest[ContentFields]

    Permalink
  18. val IdField: TField

    Permalink
  19. val IdFieldManifest: Manifest[String]

    Permalink
  20. object Immutable extends ThriftStructCodec3[Content] with Serializable

    Permalink
  21. val IsExpiredField: TField

    Permalink
  22. val IsExpiredFieldManifest: Manifest[Boolean]

    Permalink
  23. val IsGoneField: TField

    Permalink
  24. val IsGoneFieldManifest: Manifest[Boolean]

    Permalink
  25. val IsLiveField: TField

    Permalink
  26. val IsLiveFieldManifest: Manifest[Boolean]

    Permalink
  27. val ReferencesField: TField

    Permalink
  28. val ReferencesFieldManifest: Manifest[Seq[Reference]]

    Permalink
  29. val RightsField: TField

    Permalink
  30. val RightsFieldManifest: Manifest[Rights]

    Permalink
  31. val SectionField: TField

    Permalink
  32. val SectionFieldManifest: Manifest[Section]

    Permalink
  33. val SectionIdField: TField

    Permalink
  34. val SectionIdFieldManifest: Manifest[String]

    Permalink
  35. val SectionNameField: TField

    Permalink
  36. val SectionNameFieldManifest: Manifest[String]

    Permalink
  37. val StatsField: TField

    Permalink
  38. val StatsFieldManifest: Manifest[ContentStats]

    Permalink
  39. val Struct: TStruct

    Permalink
  40. val TagsField: TField

    Permalink
  41. val TagsFieldManifest: Manifest[Seq[Tag]]

    Permalink
  42. val TypeField: TField

    Permalink
  43. val TypeFieldI32: TField

    Permalink
  44. val TypeFieldManifest: Manifest[ContentType]

    Permalink
  45. val WebPublicationDateField: TField

    Permalink
  46. val WebPublicationDateFieldManifest: Manifest[CapiDateTime]

    Permalink
  47. val WebTitleField: TField

    Permalink
  48. val WebTitleFieldManifest: Manifest[String]

    Permalink
  49. val WebUrlField: TField

    Permalink
  50. val WebUrlFieldManifest: Manifest[String]

    Permalink
  51. def apply(id: String, type: ContentType = ContentType.Article, sectionId: Option[String] = _root_.scala.None, sectionName: Option[String] = _root_.scala.None, webPublicationDate: Option[CapiDateTime] = _root_.scala.None, webTitle: String, webUrl: String, apiUrl: String, fields: Option[ContentFields] = _root_.scala.None, tags: Seq[Tag] = Seq(), elements: Option[Seq[Element]] = _root_.scala.None, references: Seq[Reference] = Seq(), isExpired: Option[Boolean] = _root_.scala.None, blocks: Option[Blocks] = _root_.scala.None, rights: Option[Rights] = _root_.scala.None, crossword: Option[Crossword] = _root_.scala.None, atoms: Option[Atoms] = _root_.scala.None, stats: Option[ContentStats] = _root_.scala.None, section: Option[Section] = _root_.scala.None, debug: Option[Debug] = _root_.scala.None, isGone: Option[Boolean] = _root_.scala.None, isLive: Option[Boolean] = _root_.scala.None): Content

    Permalink
  52. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  53. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Content → ThriftStructCodec
  55. val decoder: (TProtocol) ⇒ Content

    Permalink
    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  56. def encode(_item: Content, _oproto: TProtocol): Unit

    Permalink
    Definition Classes
    Content → ThriftStructCodec
  57. val encoder: (Content, TProtocol) ⇒ Unit

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

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

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

    Permalink

    Field information in declaration order.

  61. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  65. lazy val metaData: ThriftStructMetaData[Content]

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

    Permalink
    Definition Classes
    AnyRef
  67. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  68. final def notifyAll(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  71. def toString(): String

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  73. def unapply(_item: Content): Option[Product22[String, ContentType, Option[String], Option[String], Option[CapiDateTime], String, String, String, Option[ContentFields], Seq[Tag], Option[Seq[Element]], Seq[Reference], Option[Boolean], Option[Blocks], Option[Rights], Option[Crossword], Option[Atoms], Option[ContentStats], Option[Section], Option[Debug], Option[Boolean], Option[Boolean]]]

    Permalink
  74. def validate(_item: Content): Unit

    Permalink

    Checks that all required fields are non-null.

  75. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. def withoutPassthroughFields(original: Content): Content

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Content]

Inherited from ThriftStructCodec[Content]

Inherited from AnyRef

Inherited from Any

Ungrouped