Package

com.gu.contentatom.thrift.atom

profile

Permalink

package profile

Visibility
  1. Public
  2. All

Type Members

  1. trait ProfileAtom extends ThriftStruct with Product4[Option[String], Option[Image], Seq[ProfileItem], Option[Entity]] with ValidatingThriftStruct[ProfileAtom] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.profile.ProfileAtom.apply for construction if you don't need to specify passthrough fields.

  2. trait ProfileItem extends ThriftStruct with Product2[Option[String], String] with ValidatingThriftStruct[ProfileItem] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.profile.ProfileItem.apply for construction if you don't need to specify passthrough fields.

Value Members

  1. object ProfileAtom extends ValidatingThriftStructCodec3[ProfileAtom] with StructBuilderFactory[ProfileAtom] with Serializable

    Permalink
  2. object ProfileItem extends ValidatingThriftStructCodec3[ProfileItem] with StructBuilderFactory[ProfileItem] with Serializable

    Permalink

Ungrouped