Class NotificationReceiver
- java.lang.Object
-
- uk.co.ractf.polaris.api.common.JsonRepresentable
-
- uk.co.ractf.polaris.api.notification.NotificationReceiver
-
- Direct Known Subclasses:
SlackWebhook
public class NotificationReceiver extends JsonRepresentable
-
-
Constructor Summary
Constructors Constructor Description NotificationReceiver(NamespacedId id, NotificationLevel minimumLevel, boolean system, boolean global)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespacedId
getId()
NotificationLevel
getMinimumLevel()
boolean
isGlobal()
boolean
isSystem()
-
Methods inherited from class uk.co.ractf.polaris.api.common.JsonRepresentable
parse, toJsonString
-
-
-
-
Constructor Detail
-
NotificationReceiver
public NotificationReceiver(NamespacedId id, NotificationLevel minimumLevel, boolean system, boolean global)
-
-
Method Detail
-
getId
public NamespacedId getId()
-
getMinimumLevel
public NotificationLevel getMinimumLevel()
-
isSystem
public boolean isSystem()
-
isGlobal
public boolean isGlobal()
-
-