Object/Trait

com.gu.flexiblecontent.model.thrift

ImageFields

Related Docs: trait ImageFields | package thrift

Permalink

object ImageFields extends ValidatingThriftStructCodec3[ImageFields] with Serializable

Image metadata, this is a image specific subset of ElementFields.

TODO want to get rid of this type because it's exactly the same as ImageElementFields (apart from the order of fields). But this is a breaking change. Will have to wait until v2.

Linear Supertypes
Serializable, Serializable, ValidatingThriftStructCodec3[ImageFields], ThriftStructCodec3[ImageFields], ThriftStructCodec[ImageFields], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImageFields
  2. Serializable
  3. Serializable
  4. ValidatingThriftStructCodec3
  5. ThriftStructCodec3
  6. ThriftStructCodec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends ImageFields

    Permalink

    The default read-only implementation of ImageFields.

    The default read-only implementation of ImageFields. You typically should not need to directly reference this class; instead, use the ImageFields.apply method to construct new instances.

  2. trait Proxy extends ImageFields

    Permalink

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

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

    Permalink
  5. val AltFieldManifest: Manifest[String]

    Permalink
  6. val CaptionField: TField

    Permalink
  7. val CaptionFieldManifest: Manifest[String]

    Permalink
  8. val CommentField: TField

    Permalink
  9. val CommentFieldManifest: Manifest[String]

    Permalink
  10. val CopyrightField: TField

    Permalink
  11. val CopyrightFieldManifest: Manifest[String]

    Permalink
  12. val CreditField: TField

    Permalink
  13. val CreditFieldManifest: Manifest[String]

    Permalink
  14. val DisplayCreditField: TField

    Permalink
  15. val DisplayCreditFieldManifest: Manifest[Boolean]

    Permalink
  16. val ImageTypeField: TField

    Permalink
  17. val ImageTypeFieldManifest: Manifest[String]

    Permalink
  18. object Immutable extends ThriftStructCodec3[ImageFields] with Serializable

    Permalink
  19. val MediaApiUriField: TField

    Permalink
  20. val MediaApiUriFieldManifest: Manifest[String]

    Permalink
  21. val MediaIdField: TField

    Permalink
  22. val MediaIdFieldManifest: Manifest[String]

    Permalink
  23. val NoPassthroughFields: Map[Short, TFieldBlob]

    Permalink
  24. val PhotographerField: TField

    Permalink
  25. val PhotographerFieldManifest: Manifest[String]

    Permalink
  26. val PicdarUrnField: TField

    Permalink
  27. val PicdarUrnFieldManifest: Manifest[String]

    Permalink
  28. val RoleField: TField

    Permalink
  29. val RoleFieldManifest: Manifest[String]

    Permalink
  30. val SourceField: TField

    Permalink
  31. val SourceFieldManifest: Manifest[String]

    Permalink
  32. val Struct: TStruct

    Permalink
  33. val SuppliersReferenceField: TField

    Permalink
  34. val SuppliersReferenceFieldManifest: Manifest[String]

    Permalink
  35. def apply(alt: Option[String] = _root_.scala.None, caption: Option[String] = _root_.scala.None, comment: Option[String] = _root_.scala.None, copyright: Option[String] = _root_.scala.None, displayCredit: Option[Boolean] = _root_.scala.None, imageType: Option[String] = _root_.scala.None, mediaApiUri: Option[String] = _root_.scala.None, mediaId: Option[String] = _root_.scala.None, photographer: Option[String] = _root_.scala.None, picdarUrn: Option[String] = _root_.scala.None, role: Option[String] = _root_.scala.None, source: Option[String] = _root_.scala.None, suppliersReference: Option[String] = _root_.scala.None, credit: Option[String] = _root_.scala.None): ImageFields

    Permalink
  36. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  37. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  38. def decode(_iprot: TProtocol): ImageFields

    Permalink
    Definition Classes
    ImageFields → ThriftStructCodec
  39. def encode(_item: ImageFields, _oproto: TProtocol): Unit

    Permalink
    Definition Classes
    ImageFields → ThriftStructCodec
  40. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Field information in declaration order.

  43. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  44. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  45. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  46. lazy val metaData: ThriftStructMetaData[ImageFields]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  50. lazy val structAnnotations: Map[String, String]

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  54. def unapply(_item: ImageFields): Option[(Option[String], Option[String], Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String])]

    Permalink
  55. def validate(_item: ImageFields): Unit

    Permalink

    Checks that all required fields are non-null.

  56. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  57. def validateNewInstance(item: ImageFields): Seq[Issue]

    Permalink

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    ImageFields → ValidatingThriftStructCodec3
  58. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def withoutPassthroughFields(original: ImageFields): ImageFields

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from ValidatingThriftStructCodec3[ImageFields]

Inherited from ThriftStructCodec3[ImageFields]

Inherited from ThriftStructCodec[ImageFields]

Inherited from AnyRef

Inherited from Any

Ungrouped