Class/Object

com.gu.contentapi.client.model.v1.ItemResponse

Immutable

Related Docs: object Immutable | package ItemResponse

Permalink

class Immutable extends 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.

Linear Supertypes
ItemResponse, Serializable, HasThriftStructCodec3[ItemResponse], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. ItemResponse
  3. Serializable
  4. HasThriftStructCodec3
  5. Product
  6. Equals
  7. ThriftStruct
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Immutable(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, storyquestions: Option[Atom] = _root_.scala.None, story: Option[Story] = _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)

    Permalink
  2. new Immutable(status: String, userTier: String, total: Option[Int], startIndex: Option[Int], pageSize: Option[Int], currentPage: Option[Int], pages: Option[Int], orderBy: Option[String], content: Option[Content], tag: Option[Tag], edition: Option[Edition], section: Option[Section], results: Option[Seq[Content]], quiz: Option[Atom], relatedContent: Option[Seq[Content]], storyPackage: Option[Seq[Content]], editorsPicks: Option[Seq[Content]], mostViewed: Option[Seq[Content]], leadContent: Option[Seq[Content]], packages: Option[Seq[Package]], viewpoints: Option[Seq[Atom]], media: Option[Atom], explainer: Option[Atom], cta: Option[Atom], interactive: Option[Atom], review: Option[Atom], recipe: Option[Atom], storyquestions: Option[Atom], story: Option[Story], qanda: Option[Atom], guide: Option[Atom], profile: Option[Atom], timeline: Option[Atom], commonsdivision: Option[Atom], _passthroughFields: Map[Short, TFieldBlob])

    Permalink

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. def _1: String

    Permalink
    Definition Classes
    ItemResponse
  5. def _10: Option[Tag]

    Permalink
    Definition Classes
    ItemResponse
  6. def _11: Option[Edition]

    Permalink
    Definition Classes
    ItemResponse
  7. def _12: Option[Section]

    Permalink
    Definition Classes
    ItemResponse
  8. def _13: Option[Seq[Content]]

    Permalink
    Definition Classes
    ItemResponse
  9. def _14: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  10. def _15: Option[Seq[Content]]

    Permalink
    Definition Classes
    ItemResponse
  11. def _16: Option[Seq[Content]]

    Permalink
    Definition Classes
    ItemResponse
  12. def _17: Option[Seq[Content]]

    Permalink
    Definition Classes
    ItemResponse
  13. def _18: Option[Seq[Content]]

    Permalink
    Definition Classes
    ItemResponse
  14. def _19: Option[Seq[Content]]

    Permalink
    Definition Classes
    ItemResponse
  15. def _2: String

    Permalink
    Definition Classes
    ItemResponse
  16. def _20: Option[Seq[Package]]

    Permalink
    Definition Classes
    ItemResponse
  17. def _21: Option[Seq[Atom]]

    Permalink
    Definition Classes
    ItemResponse
  18. def _22: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  19. def _23: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  20. def _24: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  21. def _25: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  22. def _26: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  23. def _27: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  24. def _28: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  25. def _29: Option[Story]

    Permalink
    Definition Classes
    ItemResponse
  26. def _3: Option[Int]

    Permalink
    Definition Classes
    ItemResponse
  27. def _30: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  28. def _31: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  29. def _32: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  30. def _33: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  31. def _34: Option[Atom]

    Permalink
    Definition Classes
    ItemResponse
  32. def _4: Option[Int]

    Permalink
    Definition Classes
    ItemResponse
  33. def _5: Option[Int]

    Permalink
    Definition Classes
    ItemResponse
  34. def _6: Option[Int]

    Permalink
    Definition Classes
    ItemResponse
  35. def _7: Option[Int]

    Permalink
    Definition Classes
    ItemResponse
  36. def _8: Option[String]

    Permalink
    Definition Classes
    ItemResponse
  37. def _9: Option[Content]

    Permalink
    Definition Classes
    ItemResponse
  38. def _codec: ThriftStructCodec3[ItemResponse]

    Permalink
    Definition Classes
    ItemResponse → HasThriftStructCodec3
  39. val _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ImmutableItemResponse
  40. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  41. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    ItemResponse → Equals
  42. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. val commonsdivision: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  44. val content: Option[Content]

    Permalink
    Definition Classes
    ImmutableItemResponse
  45. def copy(status: String = this.status, userTier: String = this.userTier, total: Option[Int] = this.total, startIndex: Option[Int] = this.startIndex, pageSize: Option[Int] = this.pageSize, currentPage: Option[Int] = this.currentPage, pages: Option[Int] = this.pages, orderBy: Option[String] = this.orderBy, content: Option[Content] = this.content, tag: Option[Tag] = this.tag, edition: Option[Edition] = this.edition, section: Option[Section] = this.section, results: Option[Seq[Content]] = this.results, quiz: Option[Atom] = this.quiz, relatedContent: Option[Seq[Content]] = this.relatedContent, storyPackage: Option[Seq[Content]] = this.storyPackage, editorsPicks: Option[Seq[Content]] = this.editorsPicks, mostViewed: Option[Seq[Content]] = this.mostViewed, leadContent: Option[Seq[Content]] = this.leadContent, packages: Option[Seq[Package]] = this.packages, viewpoints: Option[Seq[Atom]] = this.viewpoints, media: Option[Atom] = this.media, explainer: Option[Atom] = this.explainer, cta: Option[Atom] = this.cta, interactive: Option[Atom] = this.interactive, review: Option[Atom] = this.review, recipe: Option[Atom] = this.recipe, storyquestions: Option[Atom] = this.storyquestions, story: Option[Story] = this.story, qanda: Option[Atom] = this.qanda, guide: Option[Atom] = this.guide, profile: Option[Atom] = this.profile, timeline: Option[Atom] = this.timeline, commonsdivision: Option[Atom] = this.commonsdivision, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  46. val cta: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  47. val currentPage: Option[Int]

    Permalink
    Definition Classes
    ImmutableItemResponse
  48. val edition: Option[Edition]

    Permalink
    Definition Classes
    ImmutableItemResponse
  49. val editorsPicks: Option[Seq[Content]]

    Permalink
    Definition Classes
    ImmutableItemResponse
  50. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  51. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    ItemResponse → Equals → AnyRef → Any
  52. val explainer: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  53. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  55. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Permalink

    Gets a field value encoded as a binary blob using TCompactProtocol.

    Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    ItemResponse
  56. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Permalink

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Definition Classes
    ItemResponse
  57. val guide: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  58. def hashCode(): Int

    Permalink
    Definition Classes
    ItemResponse → AnyRef → Any
  59. val interactive: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  60. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  61. val leadContent: Option[Seq[Content]]

    Permalink
    Definition Classes
    ImmutableItemResponse
  62. val media: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  63. val mostViewed: Option[Seq[Content]]

    Permalink
    Definition Classes
    ImmutableItemResponse
  64. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  67. val orderBy: Option[String]

    Permalink
    Definition Classes
    ImmutableItemResponse
  68. val packages: Option[Seq[Package]]

    Permalink
    Definition Classes
    ImmutableItemResponse
  69. val pageSize: Option[Int]

    Permalink
    Definition Classes
    ImmutableItemResponse
  70. val pages: Option[Int]

    Permalink
    Definition Classes
    ImmutableItemResponse
  71. def productArity: Int

    Permalink
    Definition Classes
    ItemResponse → Product
  72. def productElement(n: Int): Any

    Permalink
    Definition Classes
    ItemResponse → Product
  73. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  74. def productPrefix: String

    Permalink
    Definition Classes
    ItemResponse → Product
  75. val profile: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  76. val qanda: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  77. val quiz: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  78. val recipe: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  79. val relatedContent: Option[Seq[Content]]

    Permalink
    Definition Classes
    ImmutableItemResponse
  80. val results: Option[Seq[Content]]

    Permalink
    Definition Classes
    ImmutableItemResponse
  81. val review: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  82. val section: Option[Section]

    Permalink
    Definition Classes
    ImmutableItemResponse
  83. def setField(_blob: TFieldBlob): ItemResponse

    Permalink

    Sets a field using a TCompactProtocol-encoded binary blob.

    Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.

    Definition Classes
    ItemResponse
  84. val startIndex: Option[Int]

    Permalink
    Definition Classes
    ImmutableItemResponse
  85. val status: String

    Permalink
    Definition Classes
    ImmutableItemResponse
  86. val story: Option[Story]

    Permalink
    Definition Classes
    ImmutableItemResponse
  87. val storyPackage: Option[Seq[Content]]

    Permalink
    Definition Classes
    ImmutableItemResponse
  88. val storyquestions: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  89. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  90. val tag: Option[Tag]

    Permalink
    Definition Classes
    ImmutableItemResponse
  91. val timeline: Option[Atom]

    Permalink
    Definition Classes
    ImmutableItemResponse
  92. def toString(): String

    Permalink
    Definition Classes
    ItemResponse → AnyRef → Any
  93. val total: Option[Int]

    Permalink
    Definition Classes
    ImmutableItemResponse
  94. def unsetCommonsdivision: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  95. def unsetContent: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  96. def unsetCta: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  97. def unsetCurrentPage: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  98. def unsetEdition: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  99. def unsetEditorsPicks: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  100. def unsetExplainer: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  101. def unsetField(_fieldId: Short): ItemResponse

    Permalink

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    ItemResponse
  102. def unsetGuide: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  103. def unsetInteractive: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  104. def unsetLeadContent: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  105. def unsetMedia: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  106. def unsetMostViewed: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  107. def unsetOrderBy: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  108. def unsetPackages: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  109. def unsetPageSize: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  110. def unsetPages: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  111. def unsetProfile: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  112. def unsetQanda: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  113. def unsetQuiz: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  114. def unsetRecipe: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  115. def unsetRelatedContent: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  116. def unsetResults: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  117. def unsetReview: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  118. def unsetSection: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  119. def unsetStartIndex: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  120. def unsetStatus: ItemResponse

    Permalink

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    ItemResponse
  121. def unsetStory: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  122. def unsetStoryPackage: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  123. def unsetStoryquestions: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  124. def unsetTag: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  125. def unsetTimeline: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  126. def unsetTotal: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  127. def unsetUserTier: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  128. def unsetViewpoints: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  129. val userTier: String

    Permalink
    Definition Classes
    ImmutableItemResponse
  130. val viewpoints: Option[Seq[Atom]]

    Permalink
    Definition Classes
    ImmutableItemResponse
  131. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  134. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    ItemResponse → ThriftStruct

Inherited from ItemResponse

Inherited from Serializable

Inherited from HasThriftStructCodec3[ItemResponse]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped