Packages

trait Podcast extends ThriftStruct with Product14[String, String, String, Option[String], Boolean, Option[String], Option[Seq[PodcastCategory]], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Boolean], Option[CapiDateTime]] with ValidatingThriftStruct[Podcast] with Serializable

Prefer the companion object's com.gu.contentapi.client.model.v1.Podcast.apply for construction if you don't need to specify passthrough fields.

Linear Supertypes
Serializable, ValidatingThriftStruct[Podcast], HasThriftStructCodec3[Podcast], Product14[String, String, String, Option[String], Boolean, Option[String], Option[Seq[PodcastCategory]], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Boolean], Option[CapiDateTime]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Podcast
  2. Serializable
  3. ValidatingThriftStruct
  4. HasThriftStructCodec3
  5. Product14
  6. Product
  7. Equals
  8. ThriftStruct
  9. ThriftStructIface
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def acastId: Option[String]
  2. abstract def author: String
  3. abstract def categories: Option[Seq[PodcastCategory]]
  4. abstract def copyright: String
  5. abstract def episodicArtworkEnabled: Option[Boolean]
  6. abstract def episodicArtworkEnabledFrom: Option[CapiDateTime]
  7. abstract def explicit: Boolean
  8. abstract def googlePodcastsUrl: Option[String]
  9. abstract def image: Option[String]
  10. abstract def linkUrl: String
  11. abstract def pocketCastsUrl: Option[String]
  12. abstract def podcastType: Option[String]
  13. abstract def spotifyUrl: Option[String]
  14. abstract def subscriptionUrl: Option[String]

Concrete 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: String
    Definition Classes
    Podcast → Product14
  5. def _10: Option[String]
    Definition Classes
    Podcast → Product14
  6. def _11: Option[String]
    Definition Classes
    Podcast → Product14
  7. def _12: Option[String]
    Definition Classes
    Podcast → Product14
  8. def _13: Option[Boolean]
    Definition Classes
    Podcast → Product14
  9. def _14: Option[CapiDateTime]
    Definition Classes
    Podcast → Product14
  10. def _2: String
    Definition Classes
    Podcast → Product14
  11. def _3: String
    Definition Classes
    Podcast → Product14
  12. def _4: Option[String]
    Definition Classes
    Podcast → Product14
  13. def _5: Boolean
    Definition Classes
    Podcast → Product14
  14. def _6: Option[String]
    Definition Classes
    Podcast → Product14
  15. def _7: Option[Seq[PodcastCategory]]
    Definition Classes
    Podcast → Product14
  16. def _8: Option[String]
    Definition Classes
    Podcast → Product14
  17. def _9: Option[String]
    Definition Classes
    Podcast → Product14
  18. def _codec: ValidatingThriftStructCodec3[Podcast]
    Definition Classes
    Podcast → ValidatingThriftStruct → HasThriftStructCodec3
  19. def _passthroughFields: Map[Short, TFieldBlob]
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def canEqual(other: Any): Boolean
    Definition Classes
    Podcast → Equals
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  23. def copy(linkUrl: String = this.linkUrl, copyright: String = this.copyright, author: String = this.author, subscriptionUrl: Option[String] = this.subscriptionUrl, explicit: Boolean = this.explicit, image: Option[String] = this.image, categories: Option[Seq[PodcastCategory]] = this.categories, podcastType: Option[String] = this.podcastType, googlePodcastsUrl: Option[String] = this.googlePodcastsUrl, spotifyUrl: Option[String] = this.spotifyUrl, acastId: Option[String] = this.acastId, pocketCastsUrl: Option[String] = this.pocketCastsUrl, episodicArtworkEnabled: Option[Boolean] = this.episodicArtworkEnabled, episodicArtworkEnabledFrom: Option[CapiDateTime] = this.episodicArtworkEnabledFrom, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Podcast
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(other: Any): Boolean
    Definition Classes
    Podcast → Equals → AnyRef → Any
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  27. 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.

  28. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

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

  29. def hashCode(): Int
    Definition Classes
    Podcast → AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def newBuilder(): StructBuilder[Podcast]
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. def productArity: Int
    Definition Classes
    Product14 → Product
  36. def productElement(n: Int): Any
    Definition Classes
    Product14 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  37. def productElementName(n: Int): String
    Definition Classes
    Product
  38. def productElementNames: Iterator[String]
    Definition Classes
    Product
  39. def productIterator: Iterator[Any]
    Definition Classes
    Product
  40. def productPrefix: String
    Definition Classes
    Podcast → Product
  41. def setField(_blob: TFieldBlob): Podcast

    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.

  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    Podcast → AnyRef → Any
  44. def toTuple: (String, String, String, Option[String], Boolean, Option[String], Option[Seq[PodcastCategory]], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Boolean], Option[CapiDateTime])
  45. def unsetAcastId: Podcast
  46. def unsetAuthor: Podcast
  47. def unsetCategories: Podcast
  48. def unsetCopyright: Podcast
  49. def unsetEpisodicArtworkEnabled: Podcast
  50. def unsetEpisodicArtworkEnabledFrom: Podcast
  51. def unsetExplicit: Podcast
  52. def unsetField(_fieldId: Short): Podcast

    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.

  53. def unsetGooglePodcastsUrl: Podcast
  54. def unsetImage: Podcast
  55. def unsetLinkUrl: Podcast

    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.

  56. def unsetPocketCastsUrl: Podcast
  57. def unsetPodcastType: Podcast
  58. def unsetSpotifyUrl: Podcast
  59. def unsetSubscriptionUrl: Podcast
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. def write(_oprot: TProtocol): Unit
    Definition Classes
    Podcast → 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 Serializable

Inherited from ValidatingThriftStruct[Podcast]

Inherited from HasThriftStructCodec3[Podcast]

Inherited from Product14[String, String, String, Option[String], Boolean, Option[String], Option[Seq[PodcastCategory]], Option[String], Option[String], Option[String], Option[String], Option[String], Option[Boolean], Option[CapiDateTime]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped