Packages

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.

Linear Supertypes
Serializable, ValidatingThriftStruct[SchemaRecipe], HasThriftStructCodec3[SchemaRecipe], 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]]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaRecipe
  2. Serializable
  3. ValidatingThriftStruct
  4. HasThriftStructCodec3
  5. Product18
  6. Product
  7. Equals
  8. ThriftStruct
  9. ThriftStructIface
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def _atContext: String
  2. abstract def _atType: String
  3. abstract def author: Option[AuthorInfo]
  4. abstract def cookTime: Option[String]
  5. abstract def cookingMethod: Option[Seq[String]]
  6. abstract def datePublished: Option[String]
  7. abstract def description: Option[String]
  8. abstract def image: Option[String]
  9. abstract def name: Option[String]
  10. abstract def prepTime: Option[String]
  11. abstract def recipeCategory: Option[Seq[String]]
  12. abstract def recipeCuisine: Option[Seq[String]]
  13. abstract def recipeIngredient: Option[Seq[String]]
  14. abstract def recipeInstructions: Option[Seq[RecipeStep]]
  15. abstract def recipeYield: Option[Seq[String]]
  16. abstract def suitableForDiet: Option[Seq[String]]
  17. abstract def totalTime: Option[String]
  18. abstract def url: Option[String]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _1: String
    Definition Classes
    SchemaRecipe → Product18
  5. def _10: Option[Seq[String]]
    Definition Classes
    SchemaRecipe → Product18
  6. def _11: Option[Seq[RecipeStep]]
    Definition Classes
    SchemaRecipe → Product18
  7. def _12: Option[Seq[String]]
    Definition Classes
    SchemaRecipe → Product18
  8. def _13: Option[String]
    Definition Classes
    SchemaRecipe → Product18
  9. def _14: Option[String]
    Definition Classes
    SchemaRecipe → Product18
  10. def _15: Option[String]
    Definition Classes
    SchemaRecipe → Product18
  11. def _16: Option[AuthorInfo]
    Definition Classes
    SchemaRecipe → Product18
  12. def _17: Option[Seq[String]]
    Definition Classes
    SchemaRecipe → Product18
  13. def _18: Option[Seq[String]]
    Definition Classes
    SchemaRecipe → Product18
  14. def _2: String
    Definition Classes
    SchemaRecipe → Product18
  15. def _3: Option[String]
    Definition Classes
    SchemaRecipe → Product18
  16. def _4: Option[String]
    Definition Classes
    SchemaRecipe → Product18
  17. def _5: Option[String]
    Definition Classes
    SchemaRecipe → Product18
  18. def _6: Option[String]
    Definition Classes
    SchemaRecipe → Product18
  19. def _7: Option[String]
    Definition Classes
    SchemaRecipe → Product18
  20. def _8: Option[Seq[String]]
    Definition Classes
    SchemaRecipe → Product18
  21. def _9: Option[Seq[String]]
    Definition Classes
    SchemaRecipe → Product18
  22. def _codec: ValidatingThriftStructCodec3[SchemaRecipe]
    Definition Classes
    SchemaRecipe → ValidatingThriftStruct → HasThriftStructCodec3
  23. def _passthroughFields: Map[Short, TFieldBlob]
  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. def canEqual(other: Any): Boolean
    Definition Classes
    SchemaRecipe → Equals
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  27. def copy(_atContext: String = this._atContext, _atType: String = this._atType, name: Option[String] = this.name, description: Option[String] = this.description, image: Option[String] = this.image, datePublished: Option[String] = this.datePublished, url: Option[String] = this.url, recipeCategory: Option[Seq[String]] = this.recipeCategory, recipeCuisine: Option[Seq[String]] = this.recipeCuisine, recipeIngredient: Option[Seq[String]] = this.recipeIngredient, recipeInstructions: Option[Seq[RecipeStep]] = this.recipeInstructions, recipeYield: Option[Seq[String]] = this.recipeYield, prepTime: Option[String] = this.prepTime, cookTime: Option[String] = this.cookTime, totalTime: Option[String] = this.totalTime, author: Option[AuthorInfo] = this.author, suitableForDiet: Option[Seq[String]] = this.suitableForDiet, cookingMethod: Option[Seq[String]] = this.cookingMethod, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): SchemaRecipe
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(other: Any): Boolean
    Definition Classes
    SchemaRecipe → Equals → AnyRef → Any
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  31. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Gets a field value encoded as a binary blob using TCompactProtocol.

    Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

  32. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

  33. def hashCode(): Int
    Definition Classes
    SchemaRecipe → AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def newBuilder(): StructBuilder[SchemaRecipe]
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. def productArity: Int
    Definition Classes
    Product18 → Product
  40. def productElement(n: Int): Any
    Definition Classes
    Product18 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  41. def productElementName(n: Int): String
    Definition Classes
    Product
  42. def productElementNames: Iterator[String]
    Definition Classes
    Product
  43. def productIterator: Iterator[Any]
    Definition Classes
    Product
  44. def productPrefix: String
    Definition Classes
    SchemaRecipe → Product
  45. def setField(_blob: TFieldBlob): SchemaRecipe

    Sets a field using a TCompactProtocol-encoded binary blob.

    Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.

  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    SchemaRecipe → AnyRef → Any
  48. def toTuple: (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]])
  49. def unsetAuthor: SchemaRecipe
  50. def unsetCookTime: SchemaRecipe
  51. def unsetCookingMethod: SchemaRecipe
  52. def unsetDatePublished: SchemaRecipe
  53. def unsetDescription: SchemaRecipe
  54. def unsetField(_fieldId: Short): SchemaRecipe

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

  55. def unsetImage: SchemaRecipe
  56. def unsetName: SchemaRecipe
  57. def unsetPrepTime: SchemaRecipe
  58. def unsetRecipeCategory: SchemaRecipe
  59. def unsetRecipeCuisine: SchemaRecipe
  60. def unsetRecipeIngredient: SchemaRecipe
  61. def unsetRecipeInstructions: SchemaRecipe
  62. def unsetRecipeYield: SchemaRecipe
  63. def unsetSuitableForDiet: SchemaRecipe
  64. def unsetTotalTime: SchemaRecipe
  65. def unsetUrl: SchemaRecipe
  66. def unset_AtContext: SchemaRecipe

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

  67. def unset_AtType: SchemaRecipe
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. def write(_oprot: TProtocol): Unit
    Definition Classes
    SchemaRecipe → ThriftStruct

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from ValidatingThriftStruct[SchemaRecipe]

Inherited from HasThriftStructCodec3[SchemaRecipe]

Inherited from 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]]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped