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

  15. val EmbeddableFieldManifest: Manifest[Boolean]

  16. val HeightField: TField

  17. val HeightFieldManifest: Manifest[Int]

  18. object Immutable extends ThriftStructCodec3[AssetFields] with Serializable

  19. val IsInappropriateForAdvertsField: TField

  20. val IsInappropriateForAdvertsFieldManifest: Manifest[Boolean]

  21. val NameField: TField

  22. val NameFieldManifest: Manifest[String]

  23. val PhotographerField: TField

  24. val PhotographerFieldManifest: Manifest[String]

  25. val SecureFileField: TField

  26. val SecureFileFieldManifest: Manifest[String]

  27. val SourceField: TField

  28. val SourceFieldManifest: Manifest[String]

  29. val StillImageUrlField: TField

  30. val StillImageUrlFieldManifest: Manifest[String]

  31. val Struct: TStruct

  32. val WidthField: TField

  33. val WidthFieldManifest: Manifest[Int]

  34. 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): AssetFields

  35. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  36. def clone(): AnyRef

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

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

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

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

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

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

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

    Field information in declaration order.

  44. def finalize(): Unit

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  54. def toString(): String

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

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

  57. def validate(_item: AssetFields): Unit

    Checks that all required fields are non-null.

  58. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. 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