Trait

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

Proxy

Related Doc: package Crossword

Permalink

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.

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

Abstract Value Members

  1. abstract def _underlying_Crossword: Crossword

    Permalink
    Attributes
    protected

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 _codec: ValidatingThriftStructCodec3[Crossword]

    Permalink
    Definition Classes
    Crossword → ValidatingThriftStruct → HasThriftStructCodec3
  19. def _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ProxyCrossword
  20. def annotatedSolution: Option[String]

    Permalink
    Definition Classes
    ProxyCrossword
  21. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. 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
    Definition Classes
    Crossword
  25. def creator: Option[CrosswordCreator]

    Permalink
    Definition Classes
    ProxyCrossword
  26. def date: CapiDateTime

    Permalink
    Definition Classes
    ProxyCrossword
  27. def dateSolutionAvailable: Option[CapiDateTime]

    Permalink
    Definition Classes
    ProxyCrossword
  28. def dimensions: CrosswordDimensions

    Permalink
    Definition Classes
    ProxyCrossword
  29. def entries: Seq[CrosswordEntry]

    Permalink
    Definition Classes
    ProxyCrossword
  30. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. 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.

    Definition Classes
    Crossword
  35. 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
  36. def hasNumbers: Boolean

    Permalink
    Definition Classes
    ProxyCrossword
  37. def hashCode(): Int

    Permalink
    Definition Classes
    Crossword → AnyRef → Any
  38. def instructions: Option[String]

    Permalink
    Definition Classes
    ProxyCrossword
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. def name: String

    Permalink
    Definition Classes
    ProxyCrossword
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def newBuilder(): StructBuilder[Crossword]

    Permalink
    Definition Classes
    Crossword
  43. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  45. def number: Int

    Permalink
    Definition Classes
    ProxyCrossword
  46. def pdf: Option[String]

    Permalink
    Definition Classes
    ProxyCrossword
  47. def productArity: Int

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

    Permalink
    Definition Classes
    Product14 → Product
    Annotations
    @throws( ... )
  49. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  50. def productPrefix: String

    Permalink
    Definition Classes
    Crossword → Product
  51. def randomCluesOrdering: Boolean

    Permalink
    Definition Classes
    ProxyCrossword
  52. 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
  53. def solutionAvailable: Boolean

    Permalink
    Definition Classes
    ProxyCrossword
  54. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Crossword → AnyRef → Any
  56. def toTuple: (String, CrosswordType, Int, CapiDateTime, CrosswordDimensions, Seq[CrosswordEntry], Boolean, Boolean, Boolean, Option[String], Option[CrosswordCreator], Option[String], Option[String], Option[CapiDateTime])

    Permalink
    Definition Classes
    Crossword
  57. def type: CrosswordType

    Permalink
    Definition Classes
    ProxyCrossword
  58. def unsetAnnotatedSolution: Crossword

    Permalink
    Definition Classes
    Crossword
  59. def unsetCreator: Crossword

    Permalink
    Definition Classes
    Crossword
  60. def unsetDate: Crossword

    Permalink
    Definition Classes
    Crossword
  61. def unsetDateSolutionAvailable: Crossword

    Permalink
    Definition Classes
    Crossword
  62. def unsetDimensions: Crossword

    Permalink
    Definition Classes
    Crossword
  63. def unsetEntries: Crossword

    Permalink
    Definition Classes
    Crossword
  64. 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.

    Definition Classes
    Crossword
  65. def unsetHasNumbers: Crossword

    Permalink
    Definition Classes
    Crossword
  66. def unsetInstructions: Crossword

    Permalink
    Definition Classes
    Crossword
  67. 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.

    Definition Classes
    Crossword
  68. def unsetNumber: Crossword

    Permalink
    Definition Classes
    Crossword
  69. def unsetPdf: Crossword

    Permalink
    Definition Classes
    Crossword
  70. def unsetRandomCluesOrdering: Crossword

    Permalink
    Definition Classes
    Crossword
  71. def unsetSolutionAvailable: Crossword

    Permalink
    Definition Classes
    Crossword
  72. def unsetType: Crossword

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

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

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

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

    Permalink
    Definition Classes
    Crossword → ThriftStruct

Inherited from Crossword

Inherited from Serializable

Inherited from ValidatingThriftStruct[Crossword]

Inherited from HasThriftStructCodec3[Crossword]

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 ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped