Trait

com.gu.flexiblecontent.model.thrift.ContentSettings

Proxy

Related Doc: package ContentSettings

Permalink

trait Proxy extends ContentSettings

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

Linear Supertypes
ContentSettings, Serializable, ValidatingThriftStruct[ContentSettings], HasThriftStructCodec3[ContentSettings], Product22[Option[Boolean], Option[Long], Option[Boolean], Option[Office], Option[String], Option[Long], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[String], Option[Boolean], Option[Boolean], Option[String], Option[Boolean], Option[Boolean], Option[Comment], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proxy
  2. ContentSettings
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product22
  7. Product
  8. Equals
  9. ThriftStruct
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def _underlying_ContentSettings: ContentSettings

    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: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  5. def _10: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  6. def _11: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  7. def _12: Option[String]

    Permalink
    Definition Classes
    ContentSettings → Product22
  8. def _13: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  9. def _14: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  10. def _15: Option[String]

    Permalink
    Definition Classes
    ContentSettings → Product22
  11. def _16: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  12. def _17: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  13. def _18: Option[Comment]

    Permalink
    Definition Classes
    ContentSettings → Product22
  14. def _19: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  15. def _2: Option[Long]

    Permalink
    Definition Classes
    ContentSettings → Product22
  16. def _20: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  17. def _21: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  18. def _22: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  19. def _3: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  20. def _4: Option[Office]

    Permalink
    Definition Classes
    ContentSettings → Product22
  21. def _5: Option[String]

    Permalink
    Definition Classes
    ContentSettings → Product22
  22. def _6: Option[Long]

    Permalink
    Definition Classes
    ContentSettings → Product22
  23. def _7: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  24. def _8: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  25. def _9: Option[Boolean]

    Permalink
    Definition Classes
    ContentSettings → Product22
  26. def _codec: ValidatingThriftStructCodec3[ContentSettings]

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

    Permalink
    Definition Classes
    ProxyContentSettings
  28. def allowUgc: Option[Boolean]

    Permalink

    Indicates that we accept UGC submissions for this content

    Indicates that we accept UGC submissions for this content

    Definition Classes
    ProxyContentSettings
  29. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  30. def blockAds: Option[Boolean]

    Permalink

    Turns of adverts

    Turns of adverts

    Definition Classes
    ProxyContentSettings
  31. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    ContentSettings → Equals
  32. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  33. def commentCloseDate: Option[Long]

    Permalink

    The closing date for comment submissions - NB comments are still visible afterwards

    The closing date for comment submissions - NB comments are still visible afterwards

    Definition Classes
    ProxyContentSettings
  34. def commentable: Option[Boolean]

    Permalink

    If comments are turned on

    If comments are turned on

    Definition Classes
    ProxyContentSettings
  35. def copy(commentable: Option[Boolean] = this.commentable, commentCloseDate: Option[Long] = this.commentCloseDate, isPremoderated: Option[Boolean] = this.isPremoderated, productionOffice: Option[Office] = this.productionOffice, displayHint: Option[String] = this.displayHint, embargoedUntil: Option[Long] = this.embargoedUntil, embargoedIndefinitely: Option[Boolean] = this.embargoedIndefinitely, isInappropriateForSponsorship: Option[Boolean] = this.isInappropriateForSponsorship, relatedContentOff: Option[Boolean] = this.relatedContentOff, blockAds: Option[Boolean] = this.blockAds, allowUgc: Option[Boolean] = this.allowUgc, witnessAssignmentId: Option[String] = this.witnessAssignmentId, liveBloggingNow: Option[Boolean] = this.liveBloggingNow, relativeTime: Option[Boolean] = this.relativeTime, timeZone: Option[String] = this.timeZone, legallySensitive: Option[Boolean] = this.legallySensitive, sensitive: Option[Boolean] = this.sensitive, initialComment: Option[Comment] = this.initialComment, optimisedForWeb: Option[Boolean] = this.optimisedForWeb, optimisedForWebChanged: Option[Boolean] = this.optimisedForWebChanged, hideReaderRevenue: Option[Boolean] = this.hideReaderRevenue, showAffiliateLinks: Option[Boolean] = this.showAffiliateLinks, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  36. def displayHint: Option[String]

    Permalink

    Hints to the frontend how to render the content - photo blog, immersive interactive etc.

    Hints to the frontend how to render the content - photo blog, immersive interactive etc.

    Definition Classes
    ProxyContentSettings
  37. def embargoedIndefinitely: Option[Boolean]

    Permalink

    Prevents launch forever

    Prevents launch forever

    Definition Classes
    ProxyContentSettings
  38. def embargoedUntil: Option[Long]

    Permalink

    Prevents launch before the embargo date

    Prevents launch before the embargo date

    Definition Classes
    ProxyContentSettings
  39. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    ContentSettings → Equals → AnyRef → Any
  41. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  42. 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
    ContentSettings
  43. 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
    ContentSettings
  44. def hashCode(): Int

    Permalink
    Definition Classes
    ContentSettings → AnyRef → Any
  45. def hideReaderRevenue: Option[Boolean]

    Permalink
    Definition Classes
    ProxyContentSettings
  46. def initialComment: Option[Comment]

    Permalink

    Initial comment to post when content is published

    Initial comment to post when content is published

    Definition Classes
    ProxyContentSettings
  47. def isInappropriateForSponsorship: Option[Boolean]

    Permalink

    Turns of automatic sponsorship badging and logos

    Turns of automatic sponsorship badging and logos

    Definition Classes
    ProxyContentSettings
  48. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  49. def isPremoderated: Option[Boolean]

    Permalink

    If comments are premoderated

    If comments are premoderated

    Definition Classes
    ProxyContentSettings
  50. def legallySensitive: Option[Boolean]

    Permalink

    Whether content is considered legally sensitive or not

    Whether content is considered legally sensitive or not

    Definition Classes
    ProxyContentSettings
  51. def liveBloggingNow: Option[Boolean]

    Permalink

    Is this liveblog currently live

    Is this liveblog currently live

    Definition Classes
    ProxyContentSettings
  52. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  54. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  55. def optimisedForWeb: Option[Boolean]

    Permalink
    Definition Classes
    ProxyContentSettings
  56. def optimisedForWebChanged: Option[Boolean]

    Permalink
    Definition Classes
    ProxyContentSettings
  57. def productArity: Int

    Permalink
    Definition Classes
    ContentSettings → Product22 → Product
  58. def productElement(n: Int): Any

    Permalink
    Definition Classes
    ContentSettings → Product22 → Product
  59. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  60. def productPrefix: String

    Permalink
    Definition Classes
    ContentSettings → Product
  61. def productionOffice: Option[Office]

    Permalink

    The office that commissioned this contnet

    The office that commissioned this contnet

    Definition Classes
    ProxyContentSettings
  62. def relatedContentOff: Option[Boolean]

    Permalink

    Turns off display and inclusion in the automatic related content component

    Turns off display and inclusion in the automatic related content component

    Definition Classes
    ProxyContentSettings
  63. def relativeTime: Option[Boolean]

    Permalink

    Times on Live blog blocks are shown relative (6 mins ago etc.)

    Times on Live blog blocks are shown relative (6 mins ago etc.)

    Definition Classes
    ProxyContentSettings
  64. def sensitive: Option[Boolean]

    Permalink

    Whether content is graphic, violent or sexual

    Whether content is graphic, violent or sexual

    Definition Classes
    ProxyContentSettings
  65. def setField(_blob: TFieldBlob): ContentSettings

    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
    ContentSettings
  66. def showAffiliateLinks: Option[Boolean]

    Permalink
    Definition Classes
    ProxyContentSettings
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  68. def timeZone: Option[String]

    Permalink

    The timezone to use when rendering live blog blocks

    The timezone to use when rendering live blog blocks

    Definition Classes
    ProxyContentSettings
  69. def toString(): String

    Permalink
    Definition Classes
    ContentSettings → AnyRef → Any
  70. def toTuple: (Option[Boolean], Option[Long], Option[Boolean], Option[Office], Option[String], Option[Long], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[String], Option[Boolean], Option[Boolean], Option[String], Option[Boolean], Option[Boolean], Option[Comment], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean])

    Permalink
    Definition Classes
    ContentSettings
  71. def unsetAllowUgc: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  72. def unsetBlockAds: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  73. def unsetCommentCloseDate: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  74. def unsetCommentable: ContentSettings

    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
    ContentSettings
  75. def unsetDisplayHint: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  76. def unsetEmbargoedIndefinitely: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  77. def unsetEmbargoedUntil: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  78. def unsetField(_fieldId: Short): ContentSettings

    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
    ContentSettings
  79. def unsetHideReaderRevenue: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  80. def unsetInitialComment: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  81. def unsetIsInappropriateForSponsorship: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  82. def unsetIsPremoderated: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  83. def unsetLegallySensitive: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  84. def unsetLiveBloggingNow: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  85. def unsetOptimisedForWeb: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  86. def unsetOptimisedForWebChanged: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  87. def unsetProductionOffice: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  88. def unsetRelatedContentOff: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  89. def unsetRelativeTime: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  90. def unsetSensitive: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  91. def unsetShowAffiliateLinks: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  92. def unsetTimeZone: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  93. def unsetWitnessAssignmentId: ContentSettings

    Permalink
    Definition Classes
    ContentSettings
  94. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. def witnessAssignmentId: Option[String]

    Permalink

    The witness assignment to submit UGC to

    The witness assignment to submit UGC to

    Definition Classes
    ProxyContentSettings
  98. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    ContentSettings → ThriftStruct

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ContentSettings

Inherited from Serializable

Inherited from ValidatingThriftStruct[ContentSettings]

Inherited from HasThriftStructCodec3[ContentSettings]

Inherited from Product22[Option[Boolean], Option[Long], Option[Boolean], Option[Office], Option[String], Option[Long], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[String], Option[Boolean], Option[Boolean], Option[String], Option[Boolean], Option[Boolean], Option[Comment], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped