Post

indigoextras.jobs.JobMarketEvent.Post
final case class Post(job: Job) extends JobMarketEvent

An event to Post a job onto the global market

Value parameters

job

the job to put onto the marker

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product