Trait

com.gu.flexiblecontent.model.thrift.ImageFields

Proxy

Related Doc: package ImageFields

Permalink

trait Proxy extends ImageFields

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.

Linear Supertypes
ImageFields, Serializable, ValidatingThriftStruct[ImageFields], HasThriftStructCodec3[ImageFields], Product14[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]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proxy
  2. ImageFields
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product14
  7. Product
  8. Equals
  9. ThriftStruct
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_ImageFields: ImageFields

    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: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  5. def _10: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  6. def _11: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  7. def _12: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  8. def _13: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  9. def _14: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  10. def _2: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  11. def _3: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  12. def _4: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  13. def _5: Option[Boolean]

    Permalink
    Definition Classes
    ImageFields → Product14
  14. def _6: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  15. def _7: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  16. def _8: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  17. def _9: Option[String]

    Permalink
    Definition Classes
    ImageFields → Product14
  18. def _codec: ValidatingThriftStructCodec3[ImageFields]

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

    Permalink
    Definition Classes
    ProxyImageFields
  20. def alt: Option[String]

    Permalink

    The alt text

    The alt text

    Definition Classes
    ProxyImageFields
  21. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    ImageFields → Equals
  23. def caption: Option[String]

    Permalink

    The image's caption

    The image's caption

    Definition Classes
    ProxyImageFields
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  25. def comment: Option[String]

    Permalink

    Any editorial notes about the image

    Any editorial notes about the image

    Definition Classes
    ProxyImageFields
  26. def copy(alt: Option[String] = this.alt, caption: Option[String] = this.caption, comment: Option[String] = this.comment, copyright: Option[String] = this.copyright, displayCredit: Option[Boolean] = this.displayCredit, imageType: Option[String] = this.imageType, mediaApiUri: Option[String] = this.mediaApiUri, mediaId: Option[String] = this.mediaId, photographer: Option[String] = this.photographer, picdarUrn: Option[String] = this.picdarUrn, role: Option[String] = this.role, source: Option[String] = this.source, suppliersReference: Option[String] = this.suppliersReference, credit: Option[String] = this.credit, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): ImageFields

    Permalink
    Definition Classes
    ImageFields
  27. def copyright: Option[String]

    Permalink

    The copyright information

    The copyright information

    Definition Classes
    ProxyImageFields
  28. def credit: Option[String]

    Permalink
    Definition Classes
    ProxyImageFields
  29. def displayCredit: Option[Boolean]

    Permalink

    If the credit should be displayed (not if the caption already includes the credit)

    If the credit should be displayed (not if the caption already includes the credit)

    Definition Classes
    ProxyImageFields
  30. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    ImageFields → Equals → AnyRef → Any
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  33. 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
    ImageFields
  34. 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
    ImageFields
  35. def hashCode(): Int

    Permalink
    Definition Classes
    ImageFields → AnyRef → Any
  36. def imageType: Option[String]

    Permalink

    The image type

    The image type

    Definition Classes
    ProxyImageFields
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def mediaApiUri: Option[String]

    Permalink

    The url of the media api record of this image

    The url of the media api record of this image

    Definition Classes
    ProxyImageFields
  39. def mediaId: Option[String]

    Permalink

    The id of the image in the media api

    The id of the image in the media api

    Definition Classes
    ProxyImageFields
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  43. def photographer: Option[String]

    Permalink

    The photographer

    The photographer

    Definition Classes
    ProxyImageFields
  44. def picdarUrn: Option[String]

    Permalink

    The id of the image in the picdar system

    The id of the image in the picdar system

    Definition Classes
    ProxyImageFields
  45. def productArity: Int

    Permalink
    Definition Classes
    ImageFields → Product14 → Product
  46. def productElement(n: Int): Any

    Permalink
    Definition Classes
    ImageFields → Product14 → Product
  47. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  48. def productPrefix: String

    Permalink
    Definition Classes
    ImageFields → Product
  49. def role: Option[String]

    Permalink

    ?

    ?

    Definition Classes
    ProxyImageFields
  50. def setField(_blob: TFieldBlob): ImageFields

    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
    ImageFields
  51. def source: Option[String]

    Permalink

    The source of the image

    The source of the image

    Definition Classes
    ProxyImageFields
  52. def suppliersReference: Option[String]

    Permalink

    The id of the image in the original supplier's system

    The id of the image in the original supplier's system

    Definition Classes
    ProxyImageFields
  53. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    ImageFields → AnyRef → Any
  55. def toTuple: (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
    Definition Classes
    ImageFields
  56. def unsetAlt: ImageFields

    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
    ImageFields
  57. def unsetCaption: ImageFields

    Permalink
    Definition Classes
    ImageFields
  58. def unsetComment: ImageFields

    Permalink
    Definition Classes
    ImageFields
  59. def unsetCopyright: ImageFields

    Permalink
    Definition Classes
    ImageFields
  60. def unsetCredit: ImageFields

    Permalink
    Definition Classes
    ImageFields
  61. def unsetDisplayCredit: ImageFields

    Permalink
    Definition Classes
    ImageFields
  62. def unsetField(_fieldId: Short): ImageFields

    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
    ImageFields
  63. def unsetImageType: ImageFields

    Permalink
    Definition Classes
    ImageFields
  64. def unsetMediaApiUri: ImageFields

    Permalink
    Definition Classes
    ImageFields
  65. def unsetMediaId: ImageFields

    Permalink
    Definition Classes
    ImageFields
  66. def unsetPhotographer: ImageFields

    Permalink
    Definition Classes
    ImageFields
  67. def unsetPicdarUrn: ImageFields

    Permalink
    Definition Classes
    ImageFields
  68. def unsetRole: ImageFields

    Permalink
    Definition Classes
    ImageFields
  69. def unsetSource: ImageFields

    Permalink
    Definition Classes
    ImageFields
  70. def unsetSuppliersReference: ImageFields

    Permalink
    Definition Classes
    ImageFields
  71. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    ImageFields → ThriftStruct

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 ImageFields

Inherited from Serializable

Inherited from ValidatingThriftStruct[ImageFields]

Inherited from HasThriftStructCodec3[ImageFields]

Inherited from Product14[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]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped