Other

com.worxbend.codeberg4s.notifications.NotificationSubjectType.Other
final case class Other(raw: String)

A discriminator this library does not recognise, kept exactly as the instance spelled it.

Value parameters

raw

the trimmed wire value

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
def wireValue: String

The value as it appears in the subject.type field, round-tripping Other unchanged.

The value as it appears in the subject.type field, round-tripping Other unchanged.

Attributes

Inherited from:
NotificationSubjectType