EventModifications

@Since(version = "2.2")
class EventModifications(val fieldModifications: Map<Field, Any>?, val methodsToCall: Map<Method, List<Any?>>?)

A list of event modifications. By itself, this class is just a data holder. It is used by RegistrableActions to modify events.

Constructors

Link copied to clipboard
constructor(fieldModifications: Map<Field, Any>?, methodsToCall: Map<Method, List<Any?>>?)

Types

Link copied to clipboard
@Since(version = "2.2")
class Builder

Builder for EventModifications.

Properties

Link copied to clipboard
Link copied to clipboard