Trait/Object

com.gu.contentapi.client.model.v1

Crossword

Related Docs: object Crossword | package v1

Permalink

trait Crossword extends ThriftStruct with Product14[String, CrosswordType, Int, CapiDateTime, CrosswordDimensions, Seq[CrosswordEntry], Boolean, Boolean, Boolean, Option[String], Option[CrosswordCreator], Option[String], Option[String], Option[CapiDateTime]] with Serializable

Linear Supertypes
Serializable, Product14[String, CrosswordType, Int, CapiDateTime, CrosswordDimensions, Seq[CrosswordEntry], Boolean, Boolean, Boolean, Option[String], Option[CrosswordCreator], Option[String], Option[String], Option[CapiDateTime]], Product, Equals, ThriftStruct, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Crossword
  2. Serializable
  3. Product14
  4. Product
  5. Equals
  6. ThriftStruct
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def annotatedSolution: Option[String]

    Permalink
  2. abstract def creator: Option[CrosswordCreator]

    Permalink
  3. abstract def date: CapiDateTime

    Permalink
  4. abstract def dateSolutionAvailable: Option[CapiDateTime]

    Permalink
  5. abstract def dimensions: CrosswordDimensions

    Permalink
  6. abstract def entries: Seq[CrosswordEntry]

    Permalink
  7. abstract def hasNumbers: Boolean

    Permalink
  8. abstract def instructions: Option[String]

    Permalink
  9. abstract def name: String

    Permalink
  10. abstract def number: Int

    Permalink
  11. abstract def pdf: Option[String]

    Permalink
  12. abstract def randomCluesOrdering: Boolean

    Permalink
  13. abstract def solutionAvailable: Boolean

    Permalink
  14. abstract def type: CrosswordType

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _1: String

    Permalink
    Definition Classes
    Crossword → Product14
  5. def _10: Option[String]

    Permalink
    Definition Classes
    Crossword → Product14
  6. def _11: Option[CrosswordCreator]

    Permalink
    Definition Classes
    Crossword → Product14
  7. def _12: Option[String]

    Permalink
    Definition Classes
    Crossword → Product14
  8. def _13: Option[String]

    Permalink
    Definition Classes
    Crossword → Product14
  9. def _14: Option[CapiDateTime]

    Permalink
    Definition Classes
    Crossword → Product14
  10. def _2: CrosswordType

    Permalink
    Definition Classes
    Crossword → Product14
  11. def _3: Int

    Permalink
    Definition Classes
    Crossword → Product14
  12. def _4: CapiDateTime

    Permalink
    Definition Classes
    Crossword → Product14
  13. def _5: CrosswordDimensions

    Permalink
    Definition Classes
    Crossword → Product14
  14. def _6: Seq[CrosswordEntry]

    Permalink
    Definition Classes
    Crossword → Product14
  15. def _7: Boolean

    Permalink
    Definition Classes
    Crossword → Product14
  16. def _8: Boolean

    Permalink
    Definition Classes
    Crossword → Product14
  17. def _9: Boolean

    Permalink
    Definition Classes
    Crossword → Product14
  18. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Crossword → Equals
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def copy(name: String = this.name, type: CrosswordType = this.`type`, number: Int = this.number, date: CapiDateTime = this.date, dimensions: CrosswordDimensions = this.dimensions, entries: Seq[CrosswordEntry] = this.entries, solutionAvailable: Boolean = this.solutionAvailable, hasNumbers: Boolean = this.hasNumbers, randomCluesOrdering: Boolean = this.randomCluesOrdering, instructions: Option[String] = this.instructions, creator: Option[CrosswordCreator] = this.creator, pdf: Option[String] = this.pdf, annotatedSolution: Option[String] = this.annotatedSolution, dateSolutionAvailable: Option[CapiDateTime] = this.dateSolutionAvailable, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Crossword

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Crossword → Equals → AnyRef → Any
  25. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Permalink

    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.

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

    Permalink

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

  29. def hashCode(): Int

    Permalink
    Definition Classes
    Crossword → AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def productArity: Int

    Permalink
    Definition Classes
    Crossword → Product14 → Product
  35. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Crossword → Product14 → Product
  36. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  37. def productPrefix: String

    Permalink
    Definition Classes
    Crossword → Product
  38. def setField(_blob: TFieldBlob): Crossword

    Permalink

    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.

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

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    Crossword → AnyRef → Any
  41. def unsetAnnotatedSolution: Crossword

    Permalink
  42. def unsetCreator: Crossword

    Permalink
  43. def unsetDate: Crossword

    Permalink
  44. def unsetDateSolutionAvailable: Crossword

    Permalink
  45. def unsetDimensions: Crossword

    Permalink
  46. def unsetEntries: Crossword

    Permalink
  47. def unsetField(_fieldId: Short): Crossword

    Permalink

    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.

  48. def unsetHasNumbers: Crossword

    Permalink
  49. def unsetInstructions: Crossword

    Permalink
  50. def unsetName: Crossword

    Permalink

    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.

  51. def unsetNumber: Crossword

    Permalink
  52. def unsetPdf: Crossword

    Permalink
  53. def unsetRandomCluesOrdering: Crossword

    Permalink
  54. def unsetSolutionAvailable: Crossword

    Permalink
  55. def unsetType: Crossword

    Permalink
  56. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    Crossword → ThriftStruct

Inherited from Serializable

Inherited from Product14[String, CrosswordType, Int, CapiDateTime, CrosswordDimensions, Seq[CrosswordEntry], Boolean, Boolean, Boolean, Option[String], Option[CrosswordCreator], Option[String], Option[String], Option[CapiDateTime]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped