Object/Trait

com.gu.contentapi.client.model.v1

ItemResponse

Related Docs: trait ItemResponse | package v1

Permalink

object ItemResponse extends ThriftStructCodec3[ItemResponse] with Serializable

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

    Permalink

    The default read-only implementation of ItemResponse.

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

  2. trait Proxy extends ItemResponse

    Permalink

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

    Permalink
  5. val ContentFieldManifest: Manifest[Content]

    Permalink
  6. val CurrentPageField: TField

    Permalink
  7. val CurrentPageFieldManifest: Manifest[Int]

    Permalink
  8. val EditionField: TField

    Permalink
  9. val EditionFieldManifest: Manifest[Edition]

    Permalink
  10. val EditorsPicksField: TField

    Permalink
  11. val EditorsPicksFieldManifest: Manifest[Seq[Content]]

    Permalink
  12. object Immutable extends ThriftStructCodec3[ItemResponse] with Serializable

    Permalink
  13. val LeadContentField: TField

    Permalink
  14. val LeadContentFieldManifest: Manifest[Seq[Content]]

    Permalink
  15. val MediaField: TField

    Permalink
  16. val MediaFieldManifest: Manifest[Atom]

    Permalink
  17. val MostViewedField: TField

    Permalink
  18. val MostViewedFieldManifest: Manifest[Seq[Content]]

    Permalink
  19. val OrderByField: TField

    Permalink
  20. val OrderByFieldManifest: Manifest[String]

    Permalink
  21. val PackagesField: TField

    Permalink
  22. val PackagesFieldManifest: Manifest[Seq[Package]]

    Permalink
  23. val PageSizeField: TField

    Permalink
  24. val PageSizeFieldManifest: Manifest[Int]

    Permalink
  25. val PagesField: TField

    Permalink
  26. val PagesFieldManifest: Manifest[Int]

    Permalink
  27. val QuizField: TField

    Permalink
  28. val QuizFieldManifest: Manifest[Atom]

    Permalink
  29. val RelatedContentField: TField

    Permalink
  30. val RelatedContentFieldManifest: Manifest[Seq[Content]]

    Permalink
  31. val ResultsField: TField

    Permalink
  32. val ResultsFieldManifest: Manifest[Seq[Content]]

    Permalink
  33. val SectionField: TField

    Permalink
  34. val SectionFieldManifest: Manifest[Section]

    Permalink
  35. val StartIndexField: TField

    Permalink
  36. val StartIndexFieldManifest: Manifest[Int]

    Permalink
  37. val StatusField: TField

    Permalink
  38. val StatusFieldManifest: Manifest[String]

    Permalink
  39. val StoryPackageField: TField

    Permalink
  40. val StoryPackageFieldManifest: Manifest[Seq[Content]]

    Permalink
  41. val Struct: TStruct

    Permalink
  42. val TagField: TField

    Permalink
  43. val TagFieldManifest: Manifest[Tag]

    Permalink
  44. val TotalField: TField

    Permalink
  45. val TotalFieldManifest: Manifest[Int]

    Permalink
  46. val UserTierField: TField

    Permalink
  47. val UserTierFieldManifest: Manifest[String]

    Permalink
  48. val ViewpointsField: TField

    Permalink
  49. val ViewpointsFieldManifest: Manifest[Seq[Atom]]

    Permalink
  50. def apply(status: String, userTier: String, total: Option[Int] = _root_.scala.None, startIndex: Option[Int] = _root_.scala.None, pageSize: Option[Int] = _root_.scala.None, currentPage: Option[Int] = _root_.scala.None, pages: Option[Int] = _root_.scala.None, orderBy: Option[String] = _root_.scala.None, content: Option[Content] = _root_.scala.None, tag: Option[Tag] = _root_.scala.None, edition: Option[Edition] = _root_.scala.None, section: Option[Section] = _root_.scala.None, results: Option[Seq[Content]] = _root_.scala.None, quiz: Option[Atom] = _root_.scala.None, relatedContent: Option[Seq[Content]] = _root_.scala.None, storyPackage: Option[Seq[Content]] = _root_.scala.None, editorsPicks: Option[Seq[Content]] = _root_.scala.None, mostViewed: Option[Seq[Content]] = _root_.scala.None, leadContent: Option[Seq[Content]] = _root_.scala.None, packages: Option[Seq[Package]] = _root_.scala.None, viewpoints: Option[Seq[Atom]] = _root_.scala.None, media: Option[Atom] = _root_.scala.None): ItemResponse

    Permalink
  51. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    ItemResponse → ThriftStructCodec
  54. val decoder: (TProtocol) ⇒ ItemResponse

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

    Permalink
    Definition Classes
    ItemResponse → ThriftStructCodec
  56. val encoder: (ItemResponse, TProtocol) ⇒ Unit

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

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

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

    Permalink

    Field information in declaration order.

  60. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  64. lazy val metaData: ThriftStructMetaData[ItemResponse]

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  72. def unapply(_item: ItemResponse): Option[Product22[String, String, Option[Int], Option[Int], Option[Int], Option[Int], Option[Int], Option[String], Option[Content], Option[Tag], Option[Edition], Option[Section], Option[Seq[Content]], Option[Atom], Option[Seq[Content]], Option[Seq[Content]], Option[Seq[Content]], Option[Seq[Content]], Option[Seq[Content]], Option[Seq[Package]], Option[Seq[Atom]], Option[Atom]]]

    Permalink
  73. def validate(_item: ItemResponse): Unit

    Permalink

    Checks that all required fields are non-null.

  74. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. def withoutPassthroughFields(original: ItemResponse): ItemResponse

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[ItemResponse]

Inherited from ThriftStructCodec[ItemResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped