package schemaorg
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.
- 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.
- 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.
- 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
- object AuthorInfo extends ValidatingThriftStructCodec3[AuthorInfo] with StructBuilderFactory[AuthorInfo] with Serializable
- object RecipeStep extends ValidatingThriftStructCodec3[RecipeStep] with StructBuilderFactory[RecipeStep] with Serializable
- object SchemaOrg extends ValidatingThriftStructCodec3[SchemaOrg] with StructBuilderFactory[SchemaOrg] with Serializable
- object SchemaRecipe extends ValidatingThriftStructCodec3[SchemaRecipe] with StructBuilderFactory[SchemaRecipe] with Serializable