com.gu.contentapi.client.model.v1.Tag

Proxy

trait Proxy extends Tag

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

Linear Supertypes
Tag, Serializable, Product17[String, TagType, Option[String], Option[String], String, String, String, Seq[Reference], Option[String], Option[String], Option[String], Option[String], Option[Podcast], Option[String], Option[String], Option[String], Option[String]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Proxy
  2. Tag
  3. Serializable
  4. Product17
  5. Product
  6. Equals
  7. ThriftStruct
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_Tag: Tag

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _1: String

    Definition Classes
    Tag → Product17
  7. def _10: Option[String]

    Definition Classes
    Tag → Product17
  8. def _11: Option[String]

    Definition Classes
    Tag → Product17
  9. def _12: Option[String]

    Definition Classes
    Tag → Product17
  10. def _13: Option[Podcast]

    Definition Classes
    Tag → Product17
  11. def _14: Option[String]

    Definition Classes
    Tag → Product17
  12. def _15: Option[String]

    Definition Classes
    Tag → Product17
  13. def _16: Option[String]

    Definition Classes
    Tag → Product17
  14. def _17: Option[String]

    Definition Classes
    Tag → Product17
  15. def _2: TagType

    Definition Classes
    Tag → Product17
  16. def _3: Option[String]

    Definition Classes
    Tag → Product17
  17. def _4: Option[String]

    Definition Classes
    Tag → Product17
  18. def _5: String

    Definition Classes
    Tag → Product17
  19. def _6: String

    Definition Classes
    Tag → Product17
  20. def _7: String

    Definition Classes
    Tag → Product17
  21. def _8: Seq[Reference]

    Definition Classes
    Tag → Product17
  22. def _9: Option[String]

    Definition Classes
    Tag → Product17
  23. def _passthroughFields: Map[Short, TFieldBlob]

    Definition Classes
    ProxyTag
  24. def apiUrl: String

    Definition Classes
    ProxyTag
  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def bio: Option[String]

    Definition Classes
    ProxyTag
  27. def bylineImageUrl: Option[String]

    Definition Classes
    ProxyTag
  28. def bylineLargeImageUrl: Option[String]

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def copy(id: String = this.id, type: TagType = this.`type`, sectionId: Option[String] = this.sectionId, sectionName: Option[String] = this.sectionName, webTitle: String = this.webTitle, webUrl: String = this.webUrl, apiUrl: String = this.apiUrl, references: Seq[Reference] = this.references, description: Option[String] = this.description, bio: Option[String] = this.bio, bylineImageUrl: Option[String] = this.bylineImageUrl, bylineLargeImageUrl: Option[String] = this.bylineLargeImageUrl, podcast: Option[Podcast] = this.podcast, firstName: Option[String] = this.firstName, lastName: Option[String] = this.lastName, emailAddress: Option[String] = this.emailAddress, twitterHandle: Option[String] = this.twitterHandle, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Tag

    Definition Classes
    Tag
  32. def description: Option[String]

    Definition Classes
    ProxyTag
  33. def emailAddress: Option[String]

    Definition Classes
    ProxyTag
  34. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Tag → Equals → AnyRef → Any
  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def firstName: Option[String]

    Definition Classes
    ProxyTag
  38. final def getClass(): Class[_]

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

    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 returend. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

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

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

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

    Definition Classes
    Tag
  41. def hashCode(): Int

    Definition Classes
    Tag → AnyRef → Any
  42. def id: String

    Definition Classes
    ProxyTag
  43. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  44. def lastName: Option[String]

    Definition Classes
    ProxyTag
  45. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def podcast: Option[Podcast]

    Definition Classes
    ProxyTag
  49. def productArity: Int

    Definition Classes
    Tag → Product17 → Product
  50. def productElement(n: Int): Any

    Definition Classes
    Tag → Product17 → Product
  51. def productIterator: Iterator[Any]

    Definition Classes
    Product
  52. def productPrefix: String

    Definition Classes
    Tag → Product
  53. def references: Seq[Reference]

    Definition Classes
    ProxyTag
  54. def sectionId: Option[String]

    Definition Classes
    ProxyTag
  55. def sectionName: Option[String]

    Definition Classes
    ProxyTag
  56. def setField(_blob: TFieldBlob): Tag

    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
    Tag
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. def toString(): String

    Definition Classes
    Tag → AnyRef → Any
  59. def twitterHandle: Option[String]

    Definition Classes
    ProxyTag
  60. def type: TagType

    Definition Classes
    ProxyTag
  61. def unsetApiUrl: Tag

    Definition Classes
    Tag
  62. def unsetBio: Tag

    Definition Classes
    Tag
  63. def unsetBylineImageUrl: Tag

    Definition Classes
    Tag
  64. def unsetBylineLargeImageUrl: Tag

    Definition Classes
    Tag
  65. def unsetDescription: Tag

    Definition Classes
    Tag
  66. def unsetEmailAddress: Tag

    Definition Classes
    Tag
  67. def unsetField(_fieldId: Short): Tag

    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 subtracked from the passthroughFields map, if present.

    Definition Classes
    Tag
  68. def unsetFirstName: Tag

    Definition Classes
    Tag
  69. def unsetId: Tag

    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 subtracked from the passthroughFields map, if present.

    Definition Classes
    Tag
  70. def unsetLastName: Tag

    Definition Classes
    Tag
  71. def unsetPodcast: Tag

    Definition Classes
    Tag
  72. def unsetReferences: Tag

    Definition Classes
    Tag
  73. def unsetSectionId: Tag

    Definition Classes
    Tag
  74. def unsetSectionName: Tag

    Definition Classes
    Tag
  75. def unsetTwitterHandle: Tag

    Definition Classes
    Tag
  76. def unsetType: Tag

    Definition Classes
    Tag
  77. def unsetWebTitle: Tag

    Definition Classes
    Tag
  78. def unsetWebUrl: Tag

    Definition Classes
    Tag
  79. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. def webTitle: String

    Definition Classes
    ProxyTag
  83. def webUrl: String

    Definition Classes
    ProxyTag
  84. def write(_oprot: TProtocol): Unit

    Definition Classes
    Tag → ThriftStruct

Inherited from Tag

Inherited from Serializable

Inherited from Product17[String, TagType, Option[String], Option[String], String, String, String, Seq[Reference], Option[String], Option[String], Option[String], Option[String], Option[Podcast], Option[String], Option[String], Option[String], Option[String]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped