com.gu.contentapi.client.model.v1.CrosswordEntry

Proxy

trait Proxy extends CrosswordEntry

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

Linear Supertypes
CrosswordEntry, Serializable, Product11[String, Option[Int], Option[String], Option[String], Option[CrosswordPosition], Option[Seq[SeparatorLocation]], Option[Int], Option[String], Option[Seq[String]], Option[String], Option[String]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Proxy
  2. CrosswordEntry
  3. Serializable
  4. Product11
  5. Product
  6. Equals
  7. ThriftStruct
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_CrosswordEntry: CrosswordEntry

    Attributes
    protected

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

    Definition Classes
    CrosswordEntry → Product11
  8. def _11: Option[String]

    Definition Classes
    CrosswordEntry → Product11
  9. def _2: Option[Int]

    Definition Classes
    CrosswordEntry → Product11
  10. def _3: Option[String]

    Definition Classes
    CrosswordEntry → Product11
  11. def _4: Option[String]

    Definition Classes
    CrosswordEntry → Product11
  12. def _5: Option[CrosswordPosition]

    Definition Classes
    CrosswordEntry → Product11
  13. def _6: Option[Seq[SeparatorLocation]]

    Definition Classes
    CrosswordEntry → Product11
  14. def _7: Option[Int]

    Definition Classes
    CrosswordEntry → Product11
  15. def _8: Option[String]

    Definition Classes
    CrosswordEntry → Product11
  16. def _9: Option[Seq[String]]

    Definition Classes
    CrosswordEntry → Product11
  17. def _passthroughFields: Map[Short, TFieldBlob]

    Definition Classes
    ProxyCrosswordEntry
  18. final def asInstanceOf[T0]: T0

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

    Definition Classes
    CrosswordEntry → Equals
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def clue: Option[String]

    Definition Classes
    ProxyCrosswordEntry
  22. def copy(id: String = this.id, number: Option[Int] = this.number, humanNumber: Option[String] = this.humanNumber, direction: Option[String] = this.direction, position: Option[CrosswordPosition] = this.position, separatorLocations: Option[Seq[SeparatorLocation]] = this.separatorLocations, length: Option[Int] = this.length, clue: Option[String] = this.clue, group: Option[Seq[String]] = this.group, solution: Option[String] = this.solution, format: Option[String] = this.format, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): CrosswordEntry

    Definition Classes
    CrosswordEntry
  23. def direction: Option[String]

    Definition Classes
    ProxyCrosswordEntry
  24. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def format: Option[String]

    Definition Classes
    ProxyCrosswordEntry
  28. final def getClass(): Class[_]

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

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

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

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

    Definition Classes
    CrosswordEntry
  31. def group: Option[Seq[String]]

    Definition Classes
    ProxyCrosswordEntry
  32. def hashCode(): Int

    Definition Classes
    CrosswordEntry → AnyRef → Any
  33. def humanNumber: Option[String]

    Definition Classes
    ProxyCrosswordEntry
  34. def id: String

    Definition Classes
    ProxyCrosswordEntry
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def length: Option[Int]

    Definition Classes
    ProxyCrosswordEntry
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  40. def number: Option[Int]

    Definition Classes
    ProxyCrosswordEntry
  41. def position: Option[CrosswordPosition]

    Definition Classes
    ProxyCrosswordEntry
  42. def productArity: Int

    Definition Classes
    CrosswordEntry → Product11 → Product
  43. def productElement(n: Int): Any

    Definition Classes
    CrosswordEntry → Product11 → Product
  44. def productIterator: Iterator[Any]

    Definition Classes
    Product
  45. def productPrefix: String

    Definition Classes
    CrosswordEntry → Product
  46. def separatorLocations: Option[Seq[SeparatorLocation]]

    Definition Classes
    ProxyCrosswordEntry
  47. def setField(_blob: TFieldBlob): CrosswordEntry

    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
    CrosswordEntry
  48. def solution: Option[String]

    Definition Classes
    ProxyCrosswordEntry
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. def toString(): String

    Definition Classes
    CrosswordEntry → AnyRef → Any
  51. def unsetClue: CrosswordEntry

    Definition Classes
    CrosswordEntry
  52. def unsetDirection: CrosswordEntry

    Definition Classes
    CrosswordEntry
  53. def unsetField(_fieldId: Short): CrosswordEntry

    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
    CrosswordEntry
  54. def unsetFormat: CrosswordEntry

    Definition Classes
    CrosswordEntry
  55. def unsetGroup: CrosswordEntry

    Definition Classes
    CrosswordEntry
  56. def unsetHumanNumber: CrosswordEntry

    Definition Classes
    CrosswordEntry
  57. def unsetId: CrosswordEntry

    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
    CrosswordEntry
  58. def unsetLength: CrosswordEntry

    Definition Classes
    CrosswordEntry
  59. def unsetNumber: CrosswordEntry

    Definition Classes
    CrosswordEntry
  60. def unsetPosition: CrosswordEntry

    Definition Classes
    CrosswordEntry
  61. def unsetSeparatorLocations: CrosswordEntry

    Definition Classes
    CrosswordEntry
  62. def unsetSolution: CrosswordEntry

    Definition Classes
    CrosswordEntry
  63. final def wait(): Unit

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

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

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

    Definition Classes
    CrosswordEntry → ThriftStruct

Inherited from CrosswordEntry

Inherited from Serializable

Inherited from Product11[String, Option[Int], Option[String], Option[String], Option[CrosswordPosition], Option[Seq[SeparatorLocation]], Option[Int], Option[String], Option[Seq[String]], Option[String], Option[String]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped