Trait

com.gu.contentapi.client.model.v1.ImageElementFields

Proxy

Related Doc: package ImageElementFields

Permalink

trait Proxy extends ImageElementFields

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

Linear Supertypes
ImageElementFields, Serializable, ValidatingThriftStruct[ImageElementFields], HasThriftStructCodec3[ImageElementFields], Product14[Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proxy
  2. ImageElementFields
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product14
  7. Product
  8. Equals
  9. ThriftStruct
  10. ThriftStructIface
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_ImageElementFields: ImageElementFields

    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
    ImageElementFields → Product14
  5. def _10: Option[String]

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

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

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

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

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

    Permalink
    Definition Classes
    ImageElementFields → Product14
  11. def _3: Option[Boolean]

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

    Permalink
    Definition Classes
    ImageElementFields → Product14
  13. def _5: Option[String]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ProxyImageElementFields
  21. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    ProxyImageElementFields
  24. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    ProxyImageElementFields
  28. def credit: Option[String]

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

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

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

    Permalink
    Definition Classes
    ImageElementFields → Equals → AnyRef → Any
  32. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. 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
    ImageElementFields
  35. 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
    ImageElementFields
  36. def hashCode(): Int

    Permalink
    Definition Classes
    ImageElementFields → AnyRef → Any
  37. def imageType: Option[String]

    Permalink
    Definition Classes
    ProxyImageElementFields
  38. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    ProxyImageElementFields
  40. def mediaId: Option[String]

    Permalink
    Definition Classes
    ProxyImageElementFields
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def newBuilder(): StructBuilder[ImageElementFields]

    Permalink
    Definition Classes
    ImageElementFields
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. def photographer: Option[String]

    Permalink
    Definition Classes
    ProxyImageElementFields
  46. def picdarUrn: Option[String]

    Permalink
    Definition Classes
    ProxyImageElementFields
  47. def productArity: Int

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

    Permalink
    Definition Classes
    Product14 → Product
    Annotations
    @throws( ... )
  49. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  50. def productPrefix: String

    Permalink
    Definition Classes
    ImageElementFields → Product
  51. def role: Option[String]

    Permalink
    Definition Classes
    ProxyImageElementFields
  52. def setField(_blob: TFieldBlob): ImageElementFields

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

    Permalink
    Definition Classes
    ProxyImageElementFields
  54. def suppliersReference: Option[String]

    Permalink
    Definition Classes
    ProxyImageElementFields
  55. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    ImageElementFields → AnyRef → Any
  57. def toTuple: (Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String])

    Permalink
    Definition Classes
    ImageElementFields
  58. def unsetAlt: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  59. def unsetCaption: ImageElementFields

    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
    ImageElementFields
  60. def unsetComment: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  61. def unsetCopyright: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  62. def unsetCredit: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  63. def unsetDisplayCredit: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  64. def unsetField(_fieldId: Short): ImageElementFields

    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
    ImageElementFields
  65. def unsetImageType: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  66. def unsetMediaApiUri: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  67. def unsetMediaId: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  68. def unsetPhotographer: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  69. def unsetPicdarUrn: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  70. def unsetRole: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  71. def unsetSource: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  72. def unsetSuppliersReference: ImageElementFields

    Permalink
    Definition Classes
    ImageElementFields
  73. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ImageElementFields → ThriftStruct

Inherited from ImageElementFields

Inherited from Serializable

Inherited from ValidatingThriftStruct[ImageElementFields]

Inherited from HasThriftStructCodec3[ImageElementFields]

Inherited from Product14[Option[String], Option[String], Option[Boolean], Option[String], Option[String], 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 ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped