Trait

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

Proxy

Related Doc: package ItemResponse

Permalink

trait Proxy extends ItemResponse

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.

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

Abstract Value Members

  1. abstract def _underlying_ItemResponse: ItemResponse

    Permalink
    Attributes
    protected

Concrete 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 _3: Option[Int]

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

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

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

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

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

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

    Permalink
    Definition Classes
    ItemResponse
  27. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ProxyItemResponse
  28. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def content: Option[Content]

    Permalink
    Definition Classes
    ProxyItemResponse
  32. 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, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): ItemResponse

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

    Permalink
    Definition Classes
    ProxyItemResponse
  34. def edition: Option[Edition]

    Permalink
    Definition Classes
    ProxyItemResponse
  35. def editorsPicks: Option[Seq[Content]]

    Permalink
    Definition Classes
    ProxyItemResponse
  36. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    ItemResponse → Equals → AnyRef → Any
  38. def explainer: Option[Atom]

    Permalink
    Definition Classes
    ProxyItemResponse
  39. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. 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
  42. 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
  43. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  45. def leadContent: Option[Seq[Content]]

    Permalink
    Definition Classes
    ProxyItemResponse
  46. def media: Option[Atom]

    Permalink
    Definition Classes
    ProxyItemResponse
  47. def mostViewed: Option[Seq[Content]]

    Permalink
    Definition Classes
    ProxyItemResponse
  48. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  51. def orderBy: Option[String]

    Permalink
    Definition Classes
    ProxyItemResponse
  52. def packages: Option[Seq[Package]]

    Permalink
    Definition Classes
    ProxyItemResponse
  53. def pageSize: Option[Int]

    Permalink
    Definition Classes
    ProxyItemResponse
  54. def pages: Option[Int]

    Permalink
    Definition Classes
    ProxyItemResponse
  55. def productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  58. def productPrefix: String

    Permalink
    Definition Classes
    ItemResponse → Product
  59. def quiz: Option[Atom]

    Permalink
    Definition Classes
    ProxyItemResponse
  60. def relatedContent: Option[Seq[Content]]

    Permalink
    Definition Classes
    ProxyItemResponse
  61. def results: Option[Seq[Content]]

    Permalink
    Definition Classes
    ProxyItemResponse
  62. def section: Option[Section]

    Permalink
    Definition Classes
    ProxyItemResponse
  63. 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
  64. def startIndex: Option[Int]

    Permalink
    Definition Classes
    ProxyItemResponse
  65. def status: String

    Permalink
    Definition Classes
    ProxyItemResponse
  66. def storyPackage: Option[Seq[Content]]

    Permalink
    Definition Classes
    ProxyItemResponse
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  68. def tag: Option[Tag]

    Permalink
    Definition Classes
    ProxyItemResponse
  69. def toString(): String

    Permalink
    Definition Classes
    ItemResponse → AnyRef → Any
  70. def total: Option[Int]

    Permalink
    Definition Classes
    ProxyItemResponse
  71. def unsetContent: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  72. def unsetCurrentPage: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  73. def unsetEdition: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  74. def unsetEditorsPicks: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  75. def unsetExplainer: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  76. 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
  77. def unsetLeadContent: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  78. def unsetMedia: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  79. def unsetMostViewed: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  80. def unsetOrderBy: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  81. def unsetPackages: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  82. def unsetPageSize: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  83. def unsetPages: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  84. def unsetQuiz: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  85. def unsetRelatedContent: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  86. def unsetResults: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  87. def unsetSection: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  88. def unsetStartIndex: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  89. 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
  90. def unsetStoryPackage: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  91. def unsetTag: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  92. def unsetTotal: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  93. def unsetUserTier: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  94. def unsetViewpoints: ItemResponse

    Permalink
    Definition Classes
    ItemResponse
  95. def userTier: String

    Permalink
    Definition Classes
    ProxyItemResponse
  96. def viewpoints: Option[Seq[Atom]]

    Permalink
    Definition Classes
    ProxyItemResponse
  97. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ItemResponse → ThriftStruct

Inherited from ItemResponse

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped