com.gu.contentapi.client.model.v1

Crossword

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

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

Abstract Value Members

  1. abstract def annotatedSolution: Option[String]

  2. abstract def creator: Option[CrosswordCreator]

  3. abstract def date: CapiDateTime

  4. abstract def dimensions: CrosswordDimensions

  5. abstract def entries: Seq[CrosswordEntry]

  6. abstract def hasNumbers: Boolean

  7. abstract def instructions: Option[String]

  8. abstract def name: String

  9. abstract def number: Int

  10. abstract def pdf: Option[String]

  11. abstract def randomCluesOrdering: Boolean

  12. abstract def solutionAvailable: Boolean

  13. abstract def type: CrosswordType

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _1: String

    Definition Classes
    Crossword → Product13
  7. def _10: Option[String]

    Definition Classes
    Crossword → Product13
  8. def _11: Option[CrosswordCreator]

    Definition Classes
    Crossword → Product13
  9. def _12: Option[String]

    Definition Classes
    Crossword → Product13
  10. def _13: Option[String]

    Definition Classes
    Crossword → Product13
  11. def _2: CrosswordType

    Definition Classes
    Crossword → Product13
  12. def _3: Int

    Definition Classes
    Crossword → Product13
  13. def _4: CapiDateTime

    Definition Classes
    Crossword → Product13
  14. def _5: CrosswordDimensions

    Definition Classes
    Crossword → Product13
  15. def _6: Seq[CrosswordEntry]

    Definition Classes
    Crossword → Product13
  16. def _7: Boolean

    Definition Classes
    Crossword → Product13
  17. def _8: Boolean

    Definition Classes
    Crossword → Product13
  18. def _9: Boolean

    Definition Classes
    Crossword → Product13
  19. def _passthroughFields: Map[Short, TFieldBlob]

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def canEqual(other: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. 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, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Crossword

  24. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  28. 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 returend. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

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

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

  30. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def productArity: Int

    Definition Classes
    Crossword → Product13 → Product
  36. def productElement(n: Int): Any

    Definition Classes
    Crossword → Product13 → Product
  37. def productIterator: Iterator[Any]

    Definition Classes
    Product
  38. def productPrefix: String

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

    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.

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

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    Crossword → AnyRef → Any
  42. def unsetAnnotatedSolution: Crossword

  43. def unsetCreator: Crossword

  44. def unsetDate: Crossword

  45. def unsetDimensions: Crossword

  46. def unsetEntries: Crossword

  47. def unsetField(_fieldId: Short): Crossword

    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 subtracked from the passthroughFields map, if present.

  48. def unsetHasNumbers: Crossword

  49. def unsetInstructions: Crossword

  50. def unsetName: Crossword

    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 subtracked from the passthroughFields map, if present.

  51. def unsetNumber: Crossword

  52. def unsetPdf: Crossword

  53. def unsetRandomCluesOrdering: Crossword

  54. def unsetSolutionAvailable: Crossword

  55. def unsetType: Crossword

  56. final def wait(): Unit

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

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

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

    Definition Classes
    Crossword → ThriftStruct

Inherited from Serializable

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

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped