Badge

case class Badge(value: BadgeValue) extends XmlNotification
Companion:
object
trait Serializable
trait Product
trait Equals
trait Xmlable
trait XmlOps
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit implicit class ElemOps(e: Elem)
Inherited from:
XmlOps

Value members

Concrete methods

Definition Classes
override def xml: Elem
Definition Classes

Inherited methods

def add(xml: Elem, key: String, value: String): Elem
Inherited from:
XmlOps
def addMap(xml: Elem, attributes: Map[String, String]): Elem
Inherited from:
XmlOps
def filterAndStringify[K, V](m: Map[K, Option[V]]): Map[K, String]
Inherited from:
XmlOps
def filterOption[K, V](m: Map[K, Option[V]]): Map[K, V]
Inherited from:
XmlOps
def isRaw: Boolean
Inherited from:
WNSNotification
override def payload: String
Definition Classes
Inherited from:
XmlNotification
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Implicits

Inherited implicits

final implicit def ElemOps(e: Elem): ElemOps
Inherited from:
XmlOps