com.gu.contentapi.client.model.v1

AssetFields

object AssetFields extends ThriftStructCodec3[AssetFields] with Serializable

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

    The default read-only implementation of AssetFields.

  2. 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.

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 AltTextField: TField

  7. val AltTextFieldManifest: Manifest[String]

  8. val AspectRatioField: TField

  9. val AspectRatioFieldManifest: Manifest[String]

  10. val CaptionField: TField

  11. val CaptionFieldManifest: Manifest[String]

  12. val CreditField: TField

  13. val CreditFieldManifest: Manifest[String]

  14. val DurationMinutesField: TField

  15. val DurationMinutesFieldManifest: Manifest[Int]

  16. val DurationSecondsField: TField

  17. val DurationSecondsFieldManifest: Manifest[Int]

  18. val EmbeddableField: TField

  19. val EmbeddableFieldManifest: Manifest[Boolean]

  20. val HeightField: TField

  21. val HeightFieldManifest: Manifest[Int]

  22. object Immutable extends ThriftStructCodec3[AssetFields] with Serializable

  23. val IsInappropriateForAdvertsField: TField

  24. val IsInappropriateForAdvertsFieldManifest: Manifest[Boolean]

  25. val IsMasterField: TField

  26. val IsMasterFieldManifest: Manifest[Boolean]

  27. val NameField: TField

  28. val NameFieldManifest: Manifest[String]

  29. val PhotographerField: TField

  30. val PhotographerFieldManifest: Manifest[String]

  31. val SecureFileField: TField

  32. val SecureFileFieldManifest: Manifest[String]

  33. val SizeInBytesField: TField

  34. val SizeInBytesFieldManifest: Manifest[Long]

  35. val SourceField: TField

  36. val SourceFieldManifest: Manifest[String]

  37. val StillImageUrlField: TField

  38. val StillImageUrlFieldManifest: Manifest[String]

  39. val Struct: TStruct

  40. val WidthField: TField

  41. val WidthFieldManifest: Manifest[Int]

  42. def apply(aspectRatio: Option[String] = None, altText: Option[String] = None, isInappropriateForAdverts: Option[Boolean] = None, caption: Option[String] = None, credit: Option[String] = None, embeddable: Option[Boolean] = None, photographer: Option[String] = None, source: Option[String] = None, stillImageUrl: Option[String] = None, width: Option[Int] = None, height: Option[Int] = None, name: Option[String] = None, secureFile: Option[String] = None, isMaster: Option[Boolean] = None, sizeInBytes: Option[Long] = None, durationMinutes: Option[Int] = None, durationSeconds: Option[Int] = None): AssetFields

  43. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  44. def clone(): AnyRef

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

    Definition Classes
    AssetFields → ThriftStructCodec
  46. val decoder: (TProtocol) ⇒ AssetFields

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

    Definition Classes
    AssetFields → ThriftStructCodec
  48. val encoder: (AssetFields, TProtocol) ⇒ Unit

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

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

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

    Field information in declaration order.

  52. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  56. lazy val metaData: ThriftStructMetaData[AssetFields]

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

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

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

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

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

    Definition Classes
    AnyRef
  62. def toString(): String

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

    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  64. def unapply(_item: AssetFields): Option[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]]]

  65. def validate(_item: AssetFields): Unit

    Checks that all required fields are non-null.

  66. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[AssetFields]

Inherited from ThriftStructCodec[AssetFields]

Inherited from AnyRef

Inherited from Any

Ungrouped