Channel

audiofluidity.rss.Element.Channel
See theChannel companion object
case class Channel(title: Title, link: Link, description: Description, language: Option[Language], copyright: Option[Copyright], managingEditor: Option[ManagingEditor], webMaster: Option[WebMaster], pubDate: Option[PubDate], lastBuildDate: Option[LastBuildDate], categories: Seq[Category], generator: Option[Generator], docs: Option[Docs], cloud: Option[Cloud], ttl: Option[Ttl], image: Option[Image], rating: Option[Rating], textInput: Option[TextInput], skipHours: Option[SkipHours], skipDays: Option[SkipDays], items: Seq[Item], namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Channel]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Channel]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def overNamespaces(namespaces: List[Namespace]): Channel

Attributes

Definition Classes
override def reverseExtras(newReverseExtras: List[Extra]): Channel

Attributes

Definition Classes
override def toUndecoratedElem: Elem

Attributes

Definition Classes

Inherited methods

def asPostprocessed(toXmlSpec: Spec): Node

Attributes

Inherited from:
Element
def asXmlText(toXmlSpec: Spec): String

Attributes

Inherited from:
Element
def bytes(toXmlSpec: Spec): Seq[Byte]

Attributes

Inherited from:
Element
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def withExtra(element: Element[_]): T

Attributes

Inherited from:
Element
def withExtra(elem: Elem): T

Attributes

Inherited from:
Element
def withExtra(extra: Extra): T

Attributes

Inherited from:
Element
def withExtras(elements: Iterable[Element[_]]): T

Attributes

Inherited from:
Element
def withExtras(elems: Iterable[Elem]): T

Attributes

Inherited from:
Element
def withExtras(extras: Iterable[Extra]): T

Attributes

Inherited from:
Element
def withNoExtras(): T

Attributes

Inherited from:
Element

Inherited fields

lazy val asPostprocessed: Node

Attributes

Inherited from:
Element
lazy val asXmlText: String

Attributes

Inherited from:
Element
lazy val bytes: Seq[Byte]

Attributes

Inherited from:
Element
lazy val extraElements: List[Element[_]]

Attributes

Inherited from:
Element
lazy val extraElems: List[Elem]

Attributes

Inherited from:
Element
lazy val extras: List[Extra]

Attributes

Inherited from:
Element

Attributes

Inherited from:
Element
lazy val toElem: Elem

Attributes

Inherited from:
Element