Trait

com.gu.contentapi.client.model.v1.Content

Proxy

Related Doc: package Content

Permalink

trait Proxy extends Content

This Proxy trait allows you to extend the Content trait with additional state or behavior and implement the read-only methods from Content using an underlying instance.

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

Abstract Value Members

  1. abstract def _underlying_Content: Content

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

    Permalink
    Definition Classes
    Content
  6. def _11: Option[Seq[Element]]

    Permalink
    Definition Classes
    Content
  7. def _12: Seq[Reference]

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

    Permalink
    Definition Classes
    Content
  9. def _14: Option[Blocks]

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

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

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

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

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

    Permalink
    Definition Classes
    Content
  15. def _2: ContentType

    Permalink
    Definition Classes
    Content
  16. def _20: Option[Debug]

    Permalink
    Definition Classes
    Content
  17. def _21: Option[Boolean]

    Permalink
    Definition Classes
    Content
  18. def _22: Boolean

    Permalink
    Definition Classes
    Content
  19. def _23: Option[String]

    Permalink
    Definition Classes
    Content
  20. def _24: Option[String]

    Permalink
    Definition Classes
    Content
  21. def _25: Option[Seq[String]]

    Permalink
    Definition Classes
    Content
  22. def _3: Option[String]

    Permalink
    Definition Classes
    Content
  23. def _4: Option[String]

    Permalink
    Definition Classes
    Content
  24. def _5: Option[CapiDateTime]

    Permalink
    Definition Classes
    Content
  25. def _6: String

    Permalink
    Definition Classes
    Content
  26. def _7: String

    Permalink
    Definition Classes
    Content
  27. def _8: String

    Permalink
    Definition Classes
    Content
  28. def _9: Option[ContentFields]

    Permalink
    Definition Classes
    Content
  29. def _codec: ValidatingThriftStructCodec3[Content]

    Permalink
    Definition Classes
    Content → ValidatingThriftStruct → HasThriftStructCodec3
  30. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ProxyContent
  31. def aliasPaths: Option[Seq[String]]

    Permalink
    Definition Classes
    ProxyContent
  32. def apiUrl: String

    Permalink
    Definition Classes
    ProxyContent
  33. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  34. def atoms: Option[Atoms]

    Permalink
    Definition Classes
    ProxyContent
  35. def blocks: Option[Blocks]

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

    Permalink
    Definition Classes
    Content → Equals
  37. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def copy(id: String = this.id, type: ContentType = this.`type`, sectionId: Option[String] = this.sectionId, sectionName: Option[String] = this.sectionName, webPublicationDate: Option[CapiDateTime] = this.webPublicationDate, webTitle: String = this.webTitle, webUrl: String = this.webUrl, apiUrl: String = this.apiUrl, fields: Option[ContentFields] = this.fields, tags: Seq[Tag] = this.tags, elements: Option[Seq[Element]] = this.elements, references: Seq[Reference] = this.references, isExpired: Option[Boolean] = this.isExpired, blocks: Option[Blocks] = this.blocks, rights: Option[Rights] = this.rights, crossword: Option[Crossword] = this.crossword, atoms: Option[Atoms] = this.atoms, stats: Option[ContentStats] = this.stats, section: Option[Section] = this.section, debug: Option[Debug] = this.debug, isGone: Option[Boolean] = this.isGone, isHosted: Boolean = this.isHosted, pillarId: Option[String] = this.pillarId, pillarName: Option[String] = this.pillarName, aliasPaths: Option[Seq[String]] = this.aliasPaths, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Content

    Permalink
    Definition Classes
    Content
  39. def crossword: Option[Crossword]

    Permalink
    Definition Classes
    ProxyContent
  40. def debug: Option[Debug]

    Permalink
    Definition Classes
    ProxyContent
  41. def elements: Option[Seq[Element]]

    Permalink
    Definition Classes
    ProxyContent
  42. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Content → Equals → AnyRef → Any
  44. def fields: Option[ContentFields]

    Permalink
    Definition Classes
    ProxyContent
  45. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  47. 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
    Content
  48. 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
    Content
  49. def hashCode(): Int

    Permalink
    Definition Classes
    Content → AnyRef → Any
  50. def id: String

    Permalink
    Definition Classes
    ProxyContent
  51. def isExpired: Option[Boolean]

    Permalink
    Definition Classes
    ProxyContent
  52. def isGone: Option[Boolean]

    Permalink
    Definition Classes
    ProxyContent
  53. def isHosted: Boolean

    Permalink
    Definition Classes
    ProxyContent
  54. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  56. def newBuilder(): StructBuilder[Content]

    Permalink
    Definition Classes
    Content
  57. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  59. def pillarId: Option[String]

    Permalink
    Definition Classes
    ProxyContent
  60. def pillarName: Option[String]

    Permalink
    Definition Classes
    ProxyContent
  61. def productArity: Int

    Permalink
    Definition Classes
    Content → Product
  62. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Content → Product
  63. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  64. def productPrefix: String

    Permalink
    Definition Classes
    Content → Product
  65. def references: Seq[Reference]

    Permalink
    Definition Classes
    ProxyContent
  66. def rights: Option[Rights]

    Permalink
    Definition Classes
    ProxyContent
  67. def section: Option[Section]

    Permalink
    Definition Classes
    ProxyContent
  68. def sectionId: Option[String]

    Permalink
    Definition Classes
    ProxyContent
  69. def sectionName: Option[String]

    Permalink
    Definition Classes
    ProxyContent
  70. def setField(_blob: TFieldBlob): Content

    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
    Content
  71. def stats: Option[ContentStats]

    Permalink
    Definition Classes
    ProxyContent
  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  73. def tags: Seq[Tag]

    Permalink
    Definition Classes
    ProxyContent
  74. def toString(): String

    Permalink
    Definition Classes
    Content → AnyRef → Any
  75. def type: ContentType

    Permalink
    Definition Classes
    ProxyContent
  76. def unsetAliasPaths: Content

    Permalink
    Definition Classes
    Content
  77. def unsetApiUrl: Content

    Permalink
    Definition Classes
    Content
  78. def unsetAtoms: Content

    Permalink
    Definition Classes
    Content
  79. def unsetBlocks: Content

    Permalink
    Definition Classes
    Content
  80. def unsetCrossword: Content

    Permalink
    Definition Classes
    Content
  81. def unsetDebug: Content

    Permalink
    Definition Classes
    Content
  82. def unsetElements: Content

    Permalink
    Definition Classes
    Content
  83. def unsetField(_fieldId: Short): Content

    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
    Content
  84. def unsetFields: Content

    Permalink
    Definition Classes
    Content
  85. def unsetId: Content

    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
    Content
  86. def unsetIsExpired: Content

    Permalink
    Definition Classes
    Content
  87. def unsetIsGone: Content

    Permalink
    Definition Classes
    Content
  88. def unsetIsHosted: Content

    Permalink
    Definition Classes
    Content
  89. def unsetPillarId: Content

    Permalink
    Definition Classes
    Content
  90. def unsetPillarName: Content

    Permalink
    Definition Classes
    Content
  91. def unsetReferences: Content

    Permalink
    Definition Classes
    Content
  92. def unsetRights: Content

    Permalink
    Definition Classes
    Content
  93. def unsetSection: Content

    Permalink
    Definition Classes
    Content
  94. def unsetSectionId: Content

    Permalink
    Definition Classes
    Content
  95. def unsetSectionName: Content

    Permalink
    Definition Classes
    Content
  96. def unsetStats: Content

    Permalink
    Definition Classes
    Content
  97. def unsetTags: Content

    Permalink
    Definition Classes
    Content
  98. def unsetType: Content

    Permalink
    Definition Classes
    Content
  99. def unsetWebPublicationDate: Content

    Permalink
    Definition Classes
    Content
  100. def unsetWebTitle: Content

    Permalink
    Definition Classes
    Content
  101. def unsetWebUrl: Content

    Permalink
    Definition Classes
    Content
  102. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  105. def webPublicationDate: Option[CapiDateTime]

    Permalink
    Definition Classes
    ProxyContent
  106. def webTitle: String

    Permalink
    Definition Classes
    ProxyContent
  107. def webUrl: String

    Permalink
    Definition Classes
    ProxyContent
  108. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    Content → ThriftStruct

Inherited from Content

Inherited from Serializable

Inherited from ValidatingThriftStruct[Content]

Inherited from HasThriftStructCodec3[Content]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped