com.gu.contentapi.client.model.v1.AssetFields

Proxy

trait Proxy extends AssetFields

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

Linear Supertypes
AssetFields, Serializable, Product17[Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[Boolean], Option[Long], Option[Int], Option[Int]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Proxy
  2. AssetFields
  3. Serializable
  4. Product17
  5. Product
  6. Equals
  7. ThriftStruct
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_AssetFields: AssetFields

    Attributes
    protected

Concrete 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. def _1: Option[String]

    Definition Classes
    AssetFields → Product17
  7. def _10: Option[Int]

    Definition Classes
    AssetFields → Product17
  8. def _11: Option[Int]

    Definition Classes
    AssetFields → Product17
  9. def _12: Option[String]

    Definition Classes
    AssetFields → Product17
  10. def _13: Option[String]

    Definition Classes
    AssetFields → Product17
  11. def _14: Option[Boolean]

    Definition Classes
    AssetFields → Product17
  12. def _15: Option[Long]

    Definition Classes
    AssetFields → Product17
  13. def _16: Option[Int]

    Definition Classes
    AssetFields → Product17
  14. def _17: Option[Int]

    Definition Classes
    AssetFields → Product17
  15. def _2: Option[String]

    Definition Classes
    AssetFields → Product17
  16. def _3: Option[Boolean]

    Definition Classes
    AssetFields → Product17
  17. def _4: Option[String]

    Definition Classes
    AssetFields → Product17
  18. def _5: Option[String]

    Definition Classes
    AssetFields → Product17
  19. def _6: Option[Boolean]

    Definition Classes
    AssetFields → Product17
  20. def _7: Option[String]

    Definition Classes
    AssetFields → Product17
  21. def _8: Option[String]

    Definition Classes
    AssetFields → Product17
  22. def _9: Option[String]

    Definition Classes
    AssetFields → Product17
  23. def _passthroughFields: Map[Short, TFieldBlob]

    Definition Classes
    ProxyAssetFields
  24. def altText: Option[String]

    Definition Classes
    ProxyAssetFields
  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def aspectRatio: Option[String]

    Definition Classes
    ProxyAssetFields
  27. def canEqual(other: Any): Boolean

    Definition Classes
    AssetFields → Equals
  28. def caption: Option[String]

    Definition Classes
    ProxyAssetFields
  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def copy(aspectRatio: Option[String] = this.aspectRatio, altText: Option[String] = this.altText, isInappropriateForAdverts: Option[Boolean] = this.isInappropriateForAdverts, caption: Option[String] = this.caption, credit: Option[String] = this.credit, embeddable: Option[Boolean] = this.embeddable, photographer: Option[String] = this.photographer, source: Option[String] = this.source, stillImageUrl: Option[String] = this.stillImageUrl, width: Option[Int] = this.width, height: Option[Int] = this.height, name: Option[String] = this.name, secureFile: Option[String] = this.secureFile, isMaster: Option[Boolean] = this.isMaster, sizeInBytes: Option[Long] = this.sizeInBytes, durationMinutes: Option[Int] = this.durationMinutes, durationSeconds: Option[Int] = this.durationSeconds, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): AssetFields

    Definition Classes
    AssetFields
  31. def credit: Option[String]

    Definition Classes
    ProxyAssetFields
  32. def durationMinutes: Option[Int]

    Definition Classes
    ProxyAssetFields
  33. def durationSeconds: Option[Int]

    Definition Classes
    ProxyAssetFields
  34. def embeddable: Option[Boolean]

    Definition Classes
    ProxyAssetFields
  35. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AssetFields → Equals → AnyRef → Any
  37. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  39. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    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 returend. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    AssetFields
  40. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Definition Classes
    AssetFields
  41. def hashCode(): Int

    Definition Classes
    AssetFields → AnyRef → Any
  42. def height: Option[Int]

    Definition Classes
    ProxyAssetFields
  43. def isInappropriateForAdverts: Option[Boolean]

    Definition Classes
    ProxyAssetFields
  44. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  45. def isMaster: Option[Boolean]

    Definition Classes
    ProxyAssetFields
  46. def name: Option[String]

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

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

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

    Definition Classes
    AnyRef
  50. def photographer: Option[String]

    Definition Classes
    ProxyAssetFields
  51. def productArity: Int

    Definition Classes
    AssetFields → Product17 → Product
  52. def productElement(n: Int): Any

    Definition Classes
    AssetFields → Product17 → Product
  53. def productIterator: Iterator[Any]

    Definition Classes
    Product
  54. def productPrefix: String

    Definition Classes
    AssetFields → Product
  55. def secureFile: Option[String]

    Definition Classes
    ProxyAssetFields
  56. def setField(_blob: TFieldBlob): AssetFields

    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
    AssetFields
  57. def sizeInBytes: Option[Long]

    Definition Classes
    ProxyAssetFields
  58. def source: Option[String]

    Definition Classes
    ProxyAssetFields
  59. def stillImageUrl: Option[String]

    Definition Classes
    ProxyAssetFields
  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  61. def toString(): String

    Definition Classes
    AssetFields → AnyRef → Any
  62. def unsetAltText: AssetFields

    Definition Classes
    AssetFields
  63. def unsetAspectRatio: AssetFields

    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 subtracked from the passthroughFields map, if present.

    Definition Classes
    AssetFields
  64. def unsetCaption: AssetFields

    Definition Classes
    AssetFields
  65. def unsetCredit: AssetFields

    Definition Classes
    AssetFields
  66. def unsetDurationMinutes: AssetFields

    Definition Classes
    AssetFields
  67. def unsetDurationSeconds: AssetFields

    Definition Classes
    AssetFields
  68. def unsetEmbeddable: AssetFields

    Definition Classes
    AssetFields
  69. def unsetField(_fieldId: Short): AssetFields

    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 subtracked from the passthroughFields map, if present.

    Definition Classes
    AssetFields
  70. def unsetHeight: AssetFields

    Definition Classes
    AssetFields
  71. def unsetIsInappropriateForAdverts: AssetFields

    Definition Classes
    AssetFields
  72. def unsetIsMaster: AssetFields

    Definition Classes
    AssetFields
  73. def unsetName: AssetFields

    Definition Classes
    AssetFields
  74. def unsetPhotographer: AssetFields

    Definition Classes
    AssetFields
  75. def unsetSecureFile: AssetFields

    Definition Classes
    AssetFields
  76. def unsetSizeInBytes: AssetFields

    Definition Classes
    AssetFields
  77. def unsetSource: AssetFields

    Definition Classes
    AssetFields
  78. def unsetStillImageUrl: AssetFields

    Definition Classes
    AssetFields
  79. def unsetWidth: AssetFields

    Definition Classes
    AssetFields
  80. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. def width: Option[Int]

    Definition Classes
    ProxyAssetFields
  84. def write(_oprot: TProtocol): Unit

    Definition Classes
    AssetFields → ThriftStruct

Inherited from AssetFields

Inherited from Serializable

Inherited from Product17[Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[Boolean], Option[String], Option[String], Option[String], Option[Int], Option[Int], Option[String], Option[String], Option[Boolean], Option[Long], Option[Int], Option[Int]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped