Packages

package schemaorg

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AuthorInfo extends ThriftStruct with Product3[String, String, Option[Seq[String]]] with ValidatingThriftStruct[AuthorInfo] with Serializable

    Prefer the companion object's com.gu.contentapi.client.model.schemaorg.AuthorInfo.apply for construction if you don't need to specify passthrough fields.

  2. trait RecipeStep extends ThriftStruct with Product5[String, String, Option[String], Option[String], Option[Seq[String]]] with ValidatingThriftStruct[RecipeStep] with Serializable

    Prefer the companion object's com.gu.contentapi.client.model.schemaorg.RecipeStep.apply for construction if you don't need to specify passthrough fields.

  3. trait SchemaOrg extends ThriftStruct with Product1[Option[Seq[SchemaRecipe]]] with ValidatingThriftStruct[SchemaOrg] with Serializable

    Prefer the companion object's com.gu.contentapi.client.model.schemaorg.SchemaOrg.apply for construction if you don't need to specify passthrough fields.

  4. trait SchemaRecipe extends ThriftStruct with Product18[String, String, Option[String], Option[String], Option[String], Option[String], Option[String], Option[Seq[String]], Option[Seq[String]], Option[Seq[String]], Option[Seq[RecipeStep]], Option[Seq[String]], Option[String], Option[String], Option[String], Option[AuthorInfo], Option[Seq[String]], Option[Seq[String]]] with ValidatingThriftStruct[SchemaRecipe] with Serializable

    Prefer the companion object's com.gu.contentapi.client.model.schemaorg.SchemaRecipe.apply for construction if you don't need to specify passthrough fields.

Value Members

  1. object AuthorInfo extends ValidatingThriftStructCodec3[AuthorInfo] with StructBuilderFactory[AuthorInfo] with Serializable
  2. object RecipeStep extends ValidatingThriftStructCodec3[RecipeStep] with StructBuilderFactory[RecipeStep] with Serializable
  3. object SchemaOrg extends ValidatingThriftStructCodec3[SchemaOrg] with StructBuilderFactory[SchemaOrg] with Serializable
  4. object SchemaRecipe extends ValidatingThriftStructCodec3[SchemaRecipe] with StructBuilderFactory[SchemaRecipe] with Serializable

Ungrouped