Packages

class Immutable extends Sponsorship

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

Linear Supertypes
Sponsorship, Serializable, ValidatingThriftStruct[Sponsorship], HasThriftStructCodec3[Sponsorship], Product12[SponsorshipType, String, String, String, Option[SponsorshipTargeting], Option[String], Option[SponsorshipLogoDimensions], Option[String], Option[SponsorshipLogoDimensions], Option[CapiDateTime], Option[CapiDateTime], Option[SponsorshipPackage]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. Sponsorship
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product12
  7. Product
  8. Equals
  9. ThriftStruct
  10. ThriftStructIface
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Immutable(sponsorshipType: SponsorshipType, sponsorName: String, sponsorLogo: String, sponsorLink: String, targeting: Option[SponsorshipTargeting] = _root_.scala.None, aboutLink: Option[String] = _root_.scala.None, sponsorLogoDimensions: Option[SponsorshipLogoDimensions] = _root_.scala.None, highContrastSponsorLogo: Option[String] = _root_.scala.None, highContrastSponsorLogoDimensions: Option[SponsorshipLogoDimensions] = _root_.scala.None, validFrom: Option[CapiDateTime] = _root_.scala.None, validTo: Option[CapiDateTime] = _root_.scala.None, sponsorshipPackage: Option[SponsorshipPackage] = _root_.scala.None)
  2. new Immutable(sponsorshipType: SponsorshipType, sponsorName: String, sponsorLogo: String, sponsorLink: String, targeting: Option[SponsorshipTargeting], aboutLink: Option[String], sponsorLogoDimensions: Option[SponsorshipLogoDimensions], highContrastSponsorLogo: Option[String], highContrastSponsorLogoDimensions: Option[SponsorshipLogoDimensions], validFrom: Option[CapiDateTime], validTo: Option[CapiDateTime], sponsorshipPackage: Option[SponsorshipPackage], _passthroughFields: Map[Short, TFieldBlob])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _1: SponsorshipType
    Definition Classes
    Sponsorship → Product12
  5. def _10: Option[CapiDateTime]
    Definition Classes
    Sponsorship → Product12
  6. def _11: Option[CapiDateTime]
    Definition Classes
    Sponsorship → Product12
  7. def _12: Option[SponsorshipPackage]
    Definition Classes
    Sponsorship → Product12
  8. def _2: String
    Definition Classes
    Sponsorship → Product12
  9. def _3: String
    Definition Classes
    Sponsorship → Product12
  10. def _4: String
    Definition Classes
    Sponsorship → Product12
  11. def _5: Option[SponsorshipTargeting]
    Definition Classes
    Sponsorship → Product12
  12. def _6: Option[String]
    Definition Classes
    Sponsorship → Product12
  13. def _7: Option[SponsorshipLogoDimensions]
    Definition Classes
    Sponsorship → Product12
  14. def _8: Option[String]
    Definition Classes
    Sponsorship → Product12
  15. def _9: Option[SponsorshipLogoDimensions]
    Definition Classes
    Sponsorship → Product12
  16. def _codec: ValidatingThriftStructCodec3[Sponsorship]
    Definition Classes
    Sponsorship → ValidatingThriftStruct → HasThriftStructCodec3
  17. val _passthroughFields: Map[Short, TFieldBlob]
    Definition Classes
    ImmutableSponsorship
  18. val aboutLink: Option[String]
    Definition Classes
    ImmutableSponsorship
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def canEqual(other: Any): Boolean
    Definition Classes
    Sponsorship → Equals
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  22. def copy(sponsorshipType: SponsorshipType = this.sponsorshipType, sponsorName: String = this.sponsorName, sponsorLogo: String = this.sponsorLogo, sponsorLink: String = this.sponsorLink, targeting: Option[SponsorshipTargeting] = this.targeting, aboutLink: Option[String] = this.aboutLink, sponsorLogoDimensions: Option[SponsorshipLogoDimensions] = this.sponsorLogoDimensions, highContrastSponsorLogo: Option[String] = this.highContrastSponsorLogo, highContrastSponsorLogoDimensions: Option[SponsorshipLogoDimensions] = this.highContrastSponsorLogoDimensions, validFrom: Option[CapiDateTime] = this.validFrom, validTo: Option[CapiDateTime] = this.validTo, sponsorshipPackage: Option[SponsorshipPackage] = this.sponsorshipPackage, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Sponsorship
    Definition Classes
    Sponsorship
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(other: Any): Boolean
    Definition Classes
    Sponsorship → Equals → AnyRef → Any
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. 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 returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    Sponsorship
  27. 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
    Sponsorship
  28. def hashCode(): Int
    Definition Classes
    Sponsorship → AnyRef → Any
  29. val highContrastSponsorLogo: Option[String]
    Definition Classes
    ImmutableSponsorship
  30. val highContrastSponsorLogoDimensions: Option[SponsorshipLogoDimensions]
    Definition Classes
    ImmutableSponsorship
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def newBuilder(): StructBuilder[Sponsorship]
    Definition Classes
    Sponsorship
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. def productArity: Int
    Definition Classes
    Product12 → Product
  37. def productElement(n: Int): Any
    Definition Classes
    Product12 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  38. def productElementName(n: Int): String
    Definition Classes
    Product
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def productIterator: Iterator[Any]
    Definition Classes
    Product
  41. def productPrefix: String
    Definition Classes
    Sponsorship → Product
  42. def setField(_blob: TFieldBlob): Sponsorship

    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
    Sponsorship
  43. val sponsorLink: String
    Definition Classes
    ImmutableSponsorship
  44. val sponsorLogo: String
    Definition Classes
    ImmutableSponsorship
  45. val sponsorLogoDimensions: Option[SponsorshipLogoDimensions]
    Definition Classes
    ImmutableSponsorship
  46. val sponsorName: String
    Definition Classes
    ImmutableSponsorship
  47. val sponsorshipPackage: Option[SponsorshipPackage]
    Definition Classes
    ImmutableSponsorship
  48. val sponsorshipType: SponsorshipType
    Definition Classes
    ImmutableSponsorship
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. val targeting: Option[SponsorshipTargeting]
    Definition Classes
    ImmutableSponsorship
  51. def toString(): String
    Definition Classes
    Sponsorship → AnyRef → Any
  52. def toTuple: (SponsorshipType, String, String, String, Option[SponsorshipTargeting], Option[String], Option[SponsorshipLogoDimensions], Option[String], Option[SponsorshipLogoDimensions], Option[CapiDateTime], Option[CapiDateTime], Option[SponsorshipPackage])
    Definition Classes
    Sponsorship
  53. def unsetAboutLink: Sponsorship
    Definition Classes
    Sponsorship
  54. def unsetField(_fieldId: Short): Sponsorship

    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
    Sponsorship
  55. def unsetHighContrastSponsorLogo: Sponsorship
    Definition Classes
    Sponsorship
  56. def unsetHighContrastSponsorLogoDimensions: Sponsorship
    Definition Classes
    Sponsorship
  57. def unsetSponsorLink: Sponsorship
    Definition Classes
    Sponsorship
  58. def unsetSponsorLogo: Sponsorship
    Definition Classes
    Sponsorship
  59. def unsetSponsorLogoDimensions: Sponsorship
    Definition Classes
    Sponsorship
  60. def unsetSponsorName: Sponsorship
    Definition Classes
    Sponsorship
  61. def unsetSponsorshipPackage: Sponsorship
    Definition Classes
    Sponsorship
  62. def unsetSponsorshipType: Sponsorship

    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
    Sponsorship
  63. def unsetTargeting: Sponsorship
    Definition Classes
    Sponsorship
  64. def unsetValidFrom: Sponsorship
    Definition Classes
    Sponsorship
  65. def unsetValidTo: Sponsorship
    Definition Classes
    Sponsorship
  66. val validFrom: Option[CapiDateTime]
    Definition Classes
    ImmutableSponsorship
  67. val validTo: Option[CapiDateTime]
    Definition Classes
    ImmutableSponsorship
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. def write(_oprot: TProtocol): Unit
    Definition Classes
    Sponsorship → ThriftStruct

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Sponsorship

Inherited from Serializable

Inherited from ValidatingThriftStruct[Sponsorship]

Inherited from HasThriftStructCodec3[Sponsorship]

Inherited from Product12[SponsorshipType, String, String, String, Option[SponsorshipTargeting], Option[String], Option[SponsorshipLogoDimensions], Option[String], Option[SponsorshipLogoDimensions], Option[CapiDateTime], Option[CapiDateTime], Option[SponsorshipPackage]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped