Object/Trait

com.gu.contentapi.client.model.v1

ItemResponse

Related Docs: trait ItemResponse | package v1

Permalink

object ItemResponse extends ValidatingThriftStructCodec3[ItemResponse] with StructBuilderFactory[ItemResponse] with Serializable

Linear Supertypes
Serializable, Serializable, StructBuilderFactory[ItemResponse], ValidatingThriftStructCodec3[ItemResponse], ThriftStructCodec3[ItemResponse], ThriftStructCodec[ItemResponse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ItemResponse
  2. Serializable
  3. Serializable
  4. StructBuilderFactory
  5. ValidatingThriftStructCodec3
  6. ThriftStructCodec3
  7. ThriftStructCodec
  8. AnyRef
  9. 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 AudioField: TField

    Permalink
  5. val AudioFieldManifest: Manifest[Atom]

    Permalink
  6. val ChartField: TField

    Permalink
  7. val ChartFieldManifest: Manifest[Atom]

    Permalink
  8. val CommonsdivisionField: TField

    Permalink
  9. val CommonsdivisionFieldManifest: Manifest[Atom]

    Permalink
  10. val ContentField: TField

    Permalink
  11. val ContentFieldManifest: Manifest[Content]

    Permalink
  12. val CtaField: TField

    Permalink
  13. val CtaFieldManifest: Manifest[Atom]

    Permalink
  14. val CurrentPageField: TField

    Permalink
  15. val CurrentPageFieldManifest: Manifest[Int]

    Permalink
  16. val EditionField: TField

    Permalink
  17. val EditionFieldManifest: Manifest[Edition]

    Permalink
  18. val EditorsPicksField: TField

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

    Permalink
  20. val EmailsignupField: TField

    Permalink
  21. val EmailsignupFieldManifest: Manifest[Atom]

    Permalink
  22. val ExplainerField: TField

    Permalink
  23. val ExplainerFieldManifest: Manifest[Atom]

    Permalink
  24. val GuideField: TField

    Permalink
  25. val GuideFieldManifest: Manifest[Atom]

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

    Permalink
  27. val InteractiveField: TField

    Permalink
  28. val InteractiveFieldManifest: Manifest[Atom]

    Permalink
  29. val LeadContentField: TField

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

    Permalink
  31. val MediaField: TField

    Permalink
  32. val MediaFieldManifest: Manifest[Atom]

    Permalink
  33. val MostViewedField: TField

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

    Permalink
  35. val NoPassthroughFields: Map[Short, TFieldBlob]

    Permalink
  36. val OrderByField: TField

    Permalink
  37. val OrderByFieldManifest: Manifest[String]

    Permalink
  38. val PackagesField: TField

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

    Permalink
  40. val PageSizeField: TField

    Permalink
  41. val PageSizeFieldManifest: Manifest[Int]

    Permalink
  42. val PagesField: TField

    Permalink
  43. val PagesFieldManifest: Manifest[Int]

    Permalink
  44. val ProfileField: TField

    Permalink
  45. val ProfileFieldManifest: Manifest[Atom]

    Permalink
  46. val QandaField: TField

    Permalink
  47. val QandaFieldManifest: Manifest[Atom]

    Permalink
  48. val QuizField: TField

    Permalink
  49. val QuizFieldManifest: Manifest[Atom]

    Permalink
  50. val RecipeField: TField

    Permalink
  51. val RecipeFieldManifest: Manifest[Atom]

    Permalink
  52. val RelatedContentField: TField

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

    Permalink
  54. val ResultsField: TField

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

    Permalink
  56. val ReviewField: TField

    Permalink
  57. val ReviewFieldManifest: Manifest[Atom]

    Permalink
  58. val SectionField: TField

    Permalink
  59. val SectionFieldManifest: Manifest[Section]

    Permalink
  60. val StartIndexField: TField

    Permalink
  61. val StartIndexFieldManifest: Manifest[Int]

    Permalink
  62. val StatusField: TField

    Permalink
  63. val StatusFieldManifest: Manifest[String]

    Permalink
  64. val StoryPackageField: TField

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

    Permalink
  66. val Struct: TStruct

    Permalink
  67. val TagField: TField

    Permalink
  68. val TagFieldManifest: Manifest[Tag]

    Permalink
  69. val TimelineField: TField

    Permalink
  70. val TimelineFieldManifest: Manifest[Atom]

    Permalink
  71. val TotalField: TField

    Permalink
  72. val TotalFieldManifest: Manifest[Int]

    Permalink
  73. val UserTierField: TField

    Permalink
  74. val UserTierFieldManifest: Manifest[String]

    Permalink
  75. val ViewpointsField: TField

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

    Permalink
  77. 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, explainer: Option[Atom] = _root_.scala.None, cta: Option[Atom] = _root_.scala.None, interactive: Option[Atom] = _root_.scala.None, review: Option[Atom] = _root_.scala.None, recipe: Option[Atom] = _root_.scala.None, qanda: Option[Atom] = _root_.scala.None, guide: Option[Atom] = _root_.scala.None, profile: Option[Atom] = _root_.scala.None, timeline: Option[Atom] = _root_.scala.None, commonsdivision: Option[Atom] = _root_.scala.None, chart: Option[Atom] = _root_.scala.None, audio: Option[Atom] = _root_.scala.None, emailsignup: Option[Atom] = _root_.scala.None): ItemResponse

    Permalink
  78. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    ItemResponse → ThriftStructCodec
  82. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Field information in declaration order.

  85. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    ItemResponse → ThriftStructCodec
  90. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  91. def newBuilder(): StructBuilder[ItemResponse]

    Permalink
    Definition Classes
    ItemResponse → StructBuilderFactory
  92. final def notify(): Unit

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  98. def validate(_item: ItemResponse): Unit

    Permalink

    Checks that all required fields are non-null.

  99. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  100. def validateNewInstance(item: ItemResponse): Seq[Issue]

    Permalink

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    ItemResponse → ValidatingThriftStructCodec3
  101. final def wait(): Unit

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from StructBuilderFactory[ItemResponse]

Inherited from ValidatingThriftStructCodec3[ItemResponse]

Inherited from ThriftStructCodec3[ItemResponse]

Inherited from ThriftStructCodec[ItemResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped