Class/Object

com.gu.contentapi.client.model.v1.Crossword

Immutable

Related Docs: object Immutable | package Crossword

Permalink

class Immutable extends Crossword

The default read-only implementation of Crossword. You typically should not need to directly reference this class; instead, use the Crossword.apply method to construct new instances.

Linear Supertypes
Crossword, 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
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Immutable
  2. Crossword
  3. Serializable
  4. Product13
  5. Product
  6. Equals
  7. ThriftStruct
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Immutable(name: String, type: CrosswordType, number: Int, date: CapiDateTime, dimensions: CrosswordDimensions, entries: Seq[CrosswordEntry] = Seq[CrosswordEntry](), solutionAvailable: Boolean, hasNumbers: Boolean, randomCluesOrdering: Boolean, instructions: Option[String] = None, creator: Option[CrosswordCreator] = None, pdf: Option[String] = None, annotatedSolution: Option[String] = None)

    Permalink
  2. new Immutable(name: String, type: CrosswordType, number: Int, date: CapiDateTime, dimensions: CrosswordDimensions, entries: Seq[CrosswordEntry], solutionAvailable: Boolean, hasNumbers: Boolean, randomCluesOrdering: Boolean, instructions: Option[String], creator: Option[CrosswordCreator], pdf: Option[String], annotatedSolution: Option[String], _passthroughFields: Map[Short, TFieldBlob])

    Permalink

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 → Product13
  5. def _10: Option[String]

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

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

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

    Permalink
    Definition Classes
    Crossword → Product13
  9. def _2: CrosswordType

    Permalink
    Definition Classes
    Crossword → Product13
  10. def _3: Int

    Permalink
    Definition Classes
    Crossword → Product13
  11. def _4: CapiDateTime

    Permalink
    Definition Classes
    Crossword → Product13
  12. def _5: CrosswordDimensions

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

    Permalink
    Definition Classes
    Crossword → Product13
  14. def _7: Boolean

    Permalink
    Definition Classes
    Crossword → Product13
  15. def _8: Boolean

    Permalink
    Definition Classes
    Crossword → Product13
  16. def _9: Boolean

    Permalink
    Definition Classes
    Crossword → Product13
  17. val _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ImmutableCrossword
  18. val annotatedSolution: Option[String]

    Permalink
    Definition Classes
    ImmutableCrossword
  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, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Crossword

    Permalink
    Definition Classes
    Crossword
  23. val creator: Option[CrosswordCreator]

    Permalink
    Definition Classes
    ImmutableCrossword
  24. val date: CapiDateTime

    Permalink
    Definition Classes
    ImmutableCrossword
  25. val dimensions: CrosswordDimensions

    Permalink
    Definition Classes
    ImmutableCrossword
  26. val entries: Seq[CrosswordEntry]

    Permalink
    Definition Classes
    ImmutableCrossword
  27. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink

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

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

    Definition Classes
    Crossword
  33. val hasNumbers: Boolean

    Permalink
    Definition Classes
    ImmutableCrossword
  34. def hashCode(): Int

    Permalink
    Definition Classes
    Crossword → AnyRef → Any
  35. val instructions: Option[String]

    Permalink
    Definition Classes
    ImmutableCrossword
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. val name: String

    Permalink
    Definition Classes
    ImmutableCrossword
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  41. val number: Int

    Permalink
    Definition Classes
    ImmutableCrossword
  42. val pdf: Option[String]

    Permalink
    Definition Classes
    ImmutableCrossword
  43. def productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  46. def productPrefix: String

    Permalink
    Definition Classes
    Crossword → Product
  47. val randomCluesOrdering: Boolean

    Permalink
    Definition Classes
    ImmutableCrossword
  48. 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.

    Definition Classes
    Crossword
  49. val solutionAvailable: Boolean

    Permalink
    Definition Classes
    ImmutableCrossword
  50. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Crossword → AnyRef → Any
  52. val type: CrosswordType

    Permalink
    Definition Classes
    ImmutableCrossword
  53. def unsetAnnotatedSolution: Crossword

    Permalink
    Definition Classes
    Crossword
  54. def unsetCreator: Crossword

    Permalink
    Definition Classes
    Crossword
  55. def unsetDate: Crossword

    Permalink
    Definition Classes
    Crossword
  56. def unsetDimensions: Crossword

    Permalink
    Definition Classes
    Crossword
  57. def unsetEntries: Crossword

    Permalink
    Definition Classes
    Crossword
  58. 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 subtracked from the passthroughFields map, if present.

    Definition Classes
    Crossword
  59. def unsetHasNumbers: Crossword

    Permalink
    Definition Classes
    Crossword
  60. def unsetInstructions: Crossword

    Permalink
    Definition Classes
    Crossword
  61. 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 subtracked from the passthroughFields map, if present.

    Definition Classes
    Crossword
  62. def unsetNumber: Crossword

    Permalink
    Definition Classes
    Crossword
  63. def unsetPdf: Crossword

    Permalink
    Definition Classes
    Crossword
  64. def unsetRandomCluesOrdering: Crossword

    Permalink
    Definition Classes
    Crossword
  65. def unsetSolutionAvailable: Crossword

    Permalink
    Definition Classes
    Crossword
  66. def unsetType: Crossword

    Permalink
    Definition Classes
    Crossword
  67. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Crossword → ThriftStruct

Inherited from Crossword

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