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 BlocksField: TField

    Permalink
  7. val BlocksFieldManifest: Manifest[Blocks]

    Permalink
  8. val CrosswordField: TField

    Permalink
  9. val CrosswordFieldManifest: Manifest[Crossword]

    Permalink
  10. val ElementsField: TField

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

    Permalink
  12. val FieldsField: TField

    Permalink
  13. val FieldsFieldManifest: Manifest[ContentFields]

    Permalink
  14. val IdField: TField

    Permalink
  15. val IdFieldManifest: Manifest[String]

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

    Permalink
  17. val IsExpiredField: TField

    Permalink
  18. val IsExpiredFieldManifest: Manifest[Boolean]

    Permalink
  19. val ReferencesField: TField

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

    Permalink
  21. val RightsField: TField

    Permalink
  22. val RightsFieldManifest: Manifest[Rights]

    Permalink
  23. val SectionIdField: TField

    Permalink
  24. val SectionIdFieldManifest: Manifest[String]

    Permalink
  25. val SectionNameField: TField

    Permalink
  26. val SectionNameFieldManifest: Manifest[String]

    Permalink
  27. val Struct: TStruct

    Permalink
  28. val TagsField: TField

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

    Permalink
  30. val TypeField: TField

    Permalink
  31. val TypeFieldI32: TField

    Permalink
  32. val TypeFieldManifest: Manifest[ContentType]

    Permalink
  33. val WebPublicationDateField: TField

    Permalink
  34. val WebPublicationDateFieldManifest: Manifest[CapiDateTime]

    Permalink
  35. val WebTitleField: TField

    Permalink
  36. val WebTitleFieldManifest: Manifest[String]

    Permalink
  37. val WebUrlField: TField

    Permalink
  38. val WebUrlFieldManifest: Manifest[String]

    Permalink
  39. def apply(id: String, type: ContentType = ContentType.Article, sectionId: Option[String] = None, sectionName: Option[String] = None, webPublicationDate: Option[CapiDateTime] = None, webTitle: String, webUrl: String, apiUrl: String, fields: Option[ContentFields] = None, tags: Seq[Tag] = Seq(), elements: Option[Seq[Element]] = None, references: Seq[Reference] = Seq(), isExpired: Option[Boolean] = None, blocks: Option[Blocks] = None, rights: Option[Rights] = None, crossword: Option[Crossword] = None): Content

    Permalink
  40. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Permalink

    Field information in declaration order.

  49. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    Checks that all required fields are non-null.

  63. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Content]

Inherited from ThriftStructCodec[Content]

Inherited from AnyRef

Inherited from Any

Ungrouped