Trait/Object

com.gu.contentapi.client.model.v1

ItemResponse

Related Docs: object ItemResponse | package v1

Permalink

trait ItemResponse extends ThriftStruct with Product with Serializable

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

Abstract Value Members

  1. abstract def content: Option[Content]

    Permalink
  2. abstract def currentPage: Option[Int]

    Permalink
  3. abstract def edition: Option[Edition]

    Permalink
  4. abstract def editorsPicks: Option[Seq[Content]]

    Permalink
  5. abstract def explainer: Option[Atom]

    Permalink
  6. abstract def leadContent: Option[Seq[Content]]

    Permalink
  7. abstract def media: Option[Atom]

    Permalink
  8. abstract def mostViewed: Option[Seq[Content]]

    Permalink
  9. abstract def orderBy: Option[String]

    Permalink
  10. abstract def packages: Option[Seq[Package]]

    Permalink
  11. abstract def pageSize: Option[Int]

    Permalink
  12. abstract def pages: Option[Int]

    Permalink
  13. abstract def quiz: Option[Atom]

    Permalink
  14. abstract def relatedContent: Option[Seq[Content]]

    Permalink
  15. abstract def results: Option[Seq[Content]]

    Permalink
  16. abstract def section: Option[Section]

    Permalink
  17. abstract def startIndex: Option[Int]

    Permalink
  18. abstract def status: String

    Permalink
  19. abstract def storyPackage: Option[Seq[Content]]

    Permalink
  20. abstract def tag: Option[Tag]

    Permalink
  21. abstract def total: Option[Int]

    Permalink
  22. abstract def userTier: String

    Permalink
  23. abstract def viewpoints: Option[Seq[Atom]]

    Permalink

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
  5. def _10: Option[Tag]

    Permalink
  6. def _11: Option[Edition]

    Permalink
  7. def _12: Option[Section]

    Permalink
  8. def _13: Option[Seq[Content]]

    Permalink
  9. def _14: Option[Atom]

    Permalink
  10. def _15: Option[Seq[Content]]

    Permalink
  11. def _16: Option[Seq[Content]]

    Permalink
  12. def _17: Option[Seq[Content]]

    Permalink
  13. def _18: Option[Seq[Content]]

    Permalink
  14. def _19: Option[Seq[Content]]

    Permalink
  15. def _2: String

    Permalink
  16. def _20: Option[Seq[Package]]

    Permalink
  17. def _21: Option[Seq[Atom]]

    Permalink
  18. def _22: Option[Atom]

    Permalink
  19. def _23: Option[Atom]

    Permalink
  20. def _3: Option[Int]

    Permalink
  21. def _4: Option[Int]

    Permalink
  22. def _5: Option[Int]

    Permalink
  23. def _6: Option[Int]

    Permalink
  24. def _7: Option[Int]

    Permalink
  25. def _8: Option[String]

    Permalink
  26. def _9: Option[Content]

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

    Permalink
  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 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
  32. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    ItemResponse → Equals → AnyRef → Any
  34. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. 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.

  37. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Permalink

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

  38. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  43. def productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  46. def productPrefix: String

    Permalink
    Definition Classes
    ItemResponse → Product
  47. 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.

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

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

    Permalink
    Definition Classes
    ItemResponse → AnyRef → Any
  50. def unsetContent: ItemResponse

    Permalink
  51. def unsetCurrentPage: ItemResponse

    Permalink
  52. def unsetEdition: ItemResponse

    Permalink
  53. def unsetEditorsPicks: ItemResponse

    Permalink
  54. def unsetExplainer: ItemResponse

    Permalink
  55. 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.

  56. def unsetLeadContent: ItemResponse

    Permalink
  57. def unsetMedia: ItemResponse

    Permalink
  58. def unsetMostViewed: ItemResponse

    Permalink
  59. def unsetOrderBy: ItemResponse

    Permalink
  60. def unsetPackages: ItemResponse

    Permalink
  61. def unsetPageSize: ItemResponse

    Permalink
  62. def unsetPages: ItemResponse

    Permalink
  63. def unsetQuiz: ItemResponse

    Permalink
  64. def unsetRelatedContent: ItemResponse

    Permalink
  65. def unsetResults: ItemResponse

    Permalink
  66. def unsetSection: ItemResponse

    Permalink
  67. def unsetStartIndex: ItemResponse

    Permalink
  68. 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.

  69. def unsetStoryPackage: ItemResponse

    Permalink
  70. def unsetTag: ItemResponse

    Permalink
  71. def unsetTotal: ItemResponse

    Permalink
  72. def unsetUserTier: ItemResponse

    Permalink
  73. def unsetViewpoints: ItemResponse

    Permalink
  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 write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    ItemResponse → ThriftStruct

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped