com.gu.contentapi.client.model.v1

Tag

object Tag extends ThriftStructCodec3[Tag] with Serializable

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[Tag], ThriftStructCodec[Tag], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tag
  2. Serializable
  3. Serializable
  4. ThriftStructCodec3
  5. ThriftStructCodec
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends Tag

    The default read-only implementation of Tag.

  2. 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.

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. val ApiUrlField: TField

  7. val ApiUrlFieldManifest: Manifest[String]

  8. val BioField: TField

  9. val BioFieldManifest: Manifest[String]

  10. val BylineImageUrlField: TField

  11. val BylineImageUrlFieldManifest: Manifest[String]

  12. val BylineLargeImageUrlField: TField

  13. val BylineLargeImageUrlFieldManifest: Manifest[String]

  14. val DescriptionField: TField

  15. val DescriptionFieldManifest: Manifest[String]

  16. val EmailAddressField: TField

  17. val EmailAddressFieldManifest: Manifest[String]

  18. val FirstNameField: TField

  19. val FirstNameFieldManifest: Manifest[String]

  20. val IdField: TField

  21. val IdFieldManifest: Manifest[String]

  22. object Immutable extends ThriftStructCodec3[Tag] with Serializable

  23. val LastNameField: TField

  24. val LastNameFieldManifest: Manifest[String]

  25. val PodcastField: TField

  26. val PodcastFieldManifest: Manifest[Podcast]

  27. val ReferencesField: TField

  28. val ReferencesFieldManifest: Manifest[Seq[Reference]]

  29. val SectionIdField: TField

  30. val SectionIdFieldManifest: Manifest[String]

  31. val SectionNameField: TField

  32. val SectionNameFieldManifest: Manifest[String]

  33. val Struct: TStruct

  34. val TwitterHandleField: TField

  35. val TwitterHandleFieldManifest: Manifest[String]

  36. val TypeField: TField

  37. val TypeFieldI32: TField

  38. val TypeFieldManifest: Manifest[TagType]

  39. val WebTitleField: TField

  40. val WebTitleFieldManifest: Manifest[String]

  41. val WebUrlField: TField

  42. val WebUrlFieldManifest: Manifest[String]

  43. def apply(id: String, type: TagType, sectionId: Option[String] = None, sectionName: Option[String] = None, webTitle: String, webUrl: String, apiUrl: String, references: Seq[Reference] = Seq[Reference](), description: Option[String] = None, bio: Option[String] = None, bylineImageUrl: Option[String] = None, bylineLargeImageUrl: Option[String] = None, podcast: Option[Podcast] = None, firstName: Option[String] = None, lastName: Option[String] = None, emailAddress: Option[String] = None, twitterHandle: Option[String] = None): Tag

  44. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  45. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def decode(_iprot: TProtocol): Tag

    Definition Classes
    Tag → ThriftStructCodec
  47. val decoder: (TProtocol) ⇒ Tag

    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  48. def encode(_item: Tag, _oproto: TProtocol): Unit

    Definition Classes
    Tag → ThriftStructCodec
  49. val encoder: (Tag, TProtocol) ⇒ Unit

    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  50. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  52. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  53. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  55. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  56. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  57. lazy val metaData: ThriftStructMetaData[Tag]

    Definition Classes
    ThriftStructCodec
  58. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  61. lazy val structAnnotations: Map[String, String]

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

    Definition Classes
    AnyRef
  63. def toString(): String

    Definition Classes
    AnyRef → Any
  64. def ttypeToString(byte: Byte): String

    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  65. def unapply(_item: Tag): Option[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]]]

  66. def validate(_item: Tag): Unit

    Checks that all required fields are non-null.

  67. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Tag]

Inherited from ThriftStructCodec[Tag]

Inherited from AnyRef

Inherited from Any

Ungrouped