com.gu.contentapi.client.model.v1

Crossword

object Crossword extends ThriftStructCodec3[Crossword] with Serializable

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[Crossword], ThriftStructCodec[Crossword], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Crossword
  2. Serializable
  3. Serializable
  4. ThriftStructCodec3
  5. ThriftStructCodec
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends Crossword

    The default read-only implementation of Crossword.

  2. trait Proxy extends Crossword

    This Proxy trait allows you to extend the Crossword trait with additional state or behavior and implement the read-only methods from Crossword using an underlying instance.

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. val AnnotatedSolutionField: TField

  7. val AnnotatedSolutionFieldManifest: Manifest[String]

  8. val CreatorField: TField

  9. val CreatorFieldManifest: Manifest[CrosswordCreator]

  10. val DateField: TField

  11. val DateFieldManifest: Manifest[CapiDateTime]

  12. val DimensionsField: TField

  13. val DimensionsFieldManifest: Manifest[CrosswordDimensions]

  14. val EntriesField: TField

  15. val EntriesFieldManifest: Manifest[Seq[CrosswordEntry]]

  16. val HasNumbersField: TField

  17. val HasNumbersFieldManifest: Manifest[Boolean]

  18. object Immutable extends ThriftStructCodec3[Crossword] with Serializable

  19. val InstructionsField: TField

  20. val InstructionsFieldManifest: Manifest[String]

  21. val NameField: TField

  22. val NameFieldManifest: Manifest[String]

  23. val NumberField: TField

  24. val NumberFieldManifest: Manifest[Int]

  25. val PdfField: TField

  26. val PdfFieldManifest: Manifest[String]

  27. val RandomCluesOrderingField: TField

  28. val RandomCluesOrderingFieldManifest: Manifest[Boolean]

  29. val SolutionAvailableField: TField

  30. val SolutionAvailableFieldManifest: Manifest[Boolean]

  31. val Struct: TStruct

  32. val TypeField: TField

  33. val TypeFieldI32: TField

  34. val TypeFieldManifest: Manifest[CrosswordType]

  35. def apply(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): Crossword

  36. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  37. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def decode(_iprot: TProtocol): Crossword

    Definition Classes
    Crossword → ThriftStructCodec
  39. val decoder: (TProtocol) ⇒ Crossword

    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  40. def encode(_item: Crossword, _oproto: TProtocol): Unit

    Definition Classes
    Crossword → ThriftStructCodec
  41. val encoder: (Crossword, TProtocol) ⇒ Unit

    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  42. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  44. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  45. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  47. def hashCode(): Int

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

    Definition Classes
    Any
  49. lazy val metaData: ThriftStructMetaData[Crossword]

    Definition Classes
    ThriftStructCodec
  50. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  53. lazy val structAnnotations: Map[String, String]

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

    Definition Classes
    AnyRef
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def ttypeToString(byte: Byte): String

    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  57. def unapply(_item: Crossword): Option[Product13[String, CrosswordType, Int, CapiDateTime, CrosswordDimensions, Seq[CrosswordEntry], Boolean, Boolean, Boolean, Option[String], Option[CrosswordCreator], Option[String], Option[String]]]

  58. def validate(_item: Crossword): Unit

    Checks that all required fields are non-null.

  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[Crossword]

Inherited from ThriftStructCodec[Crossword]

Inherited from AnyRef

Inherited from Any

Ungrouped