com.gu.contentapi.client.model.v1

WitnessElementFields

object WitnessElementFields extends ThriftStructCodec3[WitnessElementFields] with Serializable

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[WitnessElementFields], ThriftStructCodec[WitnessElementFields], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WitnessElementFields
  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 WitnessElementFields

    The default read-only implementation of WitnessElementFields.

  2. trait Proxy extends WitnessElementFields

    This Proxy trait allows you to extend the WitnessElementFields trait with additional state or behavior and implement the read-only methods from WitnessElementFields 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 AltField: TField

  7. val AltFieldManifest: Manifest[String]

  8. val ApiUrlField: TField

  9. val ApiUrlFieldManifest: Manifest[String]

  10. val AuthorGuardianProfileUrlField: TField

  11. val AuthorGuardianProfileUrlFieldManifest: Manifest[String]

  12. val AuthorNameField: TField

  13. val AuthorNameFieldManifest: Manifest[String]

  14. val AuthorUsernameField: TField

  15. val AuthorUsernameFieldManifest: Manifest[String]

  16. val AuthorWitnessProfileUrlField: TField

  17. val AuthorWitnessProfileUrlFieldManifest: Manifest[String]

  18. val CaptionField: TField

  19. val CaptionFieldManifest: Manifest[String]

  20. val DateCreatedField: TField

  21. val DateCreatedFieldManifest: Manifest[CapiDateTime]

  22. val DescriptionField: TField

  23. val DescriptionFieldManifest: Manifest[String]

  24. val HeightField: TField

  25. val HeightFieldManifest: Manifest[Int]

  26. val HtmlField: TField

  27. val HtmlFieldManifest: Manifest[String]

  28. object Immutable extends ThriftStructCodec3[WitnessElementFields] with Serializable

  29. val MediaIdField: TField

  30. val MediaIdFieldManifest: Manifest[String]

  31. val OriginalUrlField: TField

  32. val OriginalUrlFieldManifest: Manifest[String]

  33. val PhotographerField: TField

  34. val PhotographerFieldManifest: Manifest[String]

  35. val RoleField: TField

  36. val RoleFieldManifest: Manifest[String]

  37. val SourceField: TField

  38. val SourceFieldManifest: Manifest[String]

  39. val Struct: TStruct

  40. val TitleField: TField

  41. val TitleFieldManifest: Manifest[String]

  42. val UrlField: TField

  43. val UrlFieldManifest: Manifest[String]

  44. val WidthField: TField

  45. val WidthFieldManifest: Manifest[Int]

  46. val WitnessEmbedTypeField: TField

  47. val WitnessEmbedTypeFieldManifest: Manifest[String]

  48. val YoutubeAuthorNameField: TField

  49. val YoutubeAuthorNameFieldManifest: Manifest[String]

  50. val YoutubeDescriptionField: TField

  51. val YoutubeDescriptionFieldManifest: Manifest[String]

  52. val YoutubeHtmlField: TField

  53. val YoutubeHtmlFieldManifest: Manifest[String]

  54. val YoutubeSourceField: TField

  55. val YoutubeSourceFieldManifest: Manifest[String]

  56. val YoutubeTitleField: TField

  57. val YoutubeTitleFieldManifest: Manifest[String]

  58. val YoutubeUrlField: TField

  59. val YoutubeUrlFieldManifest: Manifest[String]

  60. def apply(url: Option[String] = None, originalUrl: Option[String] = None, witnessEmbedType: Option[String] = None, mediaId: Option[String] = None, source: Option[String] = None, title: Option[String] = None, description: Option[String] = None, authorName: Option[String] = None, authorUsername: Option[String] = None, authorWitnessProfileUrl: Option[String] = None, authorGuardianProfileUrl: Option[String] = None, caption: Option[String] = None, alt: Option[String] = None, width: Option[Int] = None, height: Option[Int] = None, html: Option[String] = None, apiUrl: Option[String] = None, photographer: Option[String] = None, dateCreated: Option[CapiDateTime] = None, youtubeUrl: Option[String] = None, youtubeSource: Option[String] = None, youtubeTitle: Option[String] = None, youtubeDescription: Option[String] = None, youtubeAuthorName: Option[String] = None, youtubeHtml: Option[String] = None, role: Option[String] = None): WitnessElementFields

  61. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  62. def clone(): AnyRef

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

    Definition Classes
    WitnessElementFields → ThriftStructCodec
  64. val decoder: (TProtocol) ⇒ WitnessElementFields

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

    Definition Classes
    WitnessElementFields → ThriftStructCodec
  66. val encoder: (WitnessElementFields, TProtocol) ⇒ Unit

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

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

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

    Field information in declaration order.

  70. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  74. lazy val metaData: ThriftStructMetaData[WitnessElementFields]

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

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

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

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

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

    Definition Classes
    AnyRef
  80. def toString(): String

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

    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  82. def validate(_item: WitnessElementFields): Unit

    Checks that all required fields are non-null.

  83. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[WitnessElementFields]

Inherited from ThriftStructCodec[WitnessElementFields]

Inherited from AnyRef

Inherited from Any

Ungrouped