Badge

com.malliina.push.wns.Badge
See theBadge companion object
case class Badge(value: BadgeValue) extends XmlNotification

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Xmlable
trait XmlOps
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

implicit class ElemOps(e: Elem)

Attributes

Inherited from:
XmlOps
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

Attributes

Definition Classes
override def xml: Elem

Attributes

Definition Classes

Inherited methods

def add(xml: Elem, key: String, value: String): Elem

Attributes

Inherited from:
XmlOps
def addMap(xml: Elem, attributes: Map[String, String]): Elem

Attributes

Inherited from:
XmlOps
def filterAndStringify[K, V](m: Map[K, Option[V]]): Map[K, String]

Attributes

Inherited from:
XmlOps
def filterOption[K, V](m: Map[K, Option[V]]): Map[K, V]

Attributes

Inherited from:
XmlOps
def isRaw: Boolean

Attributes

Inherited from:
WNSNotification
override def payload: String

Attributes

Definition Classes
Inherited from:
XmlNotification
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Implicits

Inherited implicits

final implicit def ElemOps(e: Elem): ElemOps

Attributes

Inherited from:
XmlOps