Class NotificationSchemeEvent
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationSchemeEvent
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeEvent
extends Object
NotificationSchemeEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
NotificationSchemeEvent
(NotificationEvent event, List<EventNotification> notifications) Constructs a validated instance ofNotificationSchemeEvent
.Constructs a validated instance ofNotificationSchemeEvent
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
event()
event
(NotificationEvent event) int
hashCode()
notifications
(List<EventNotification> notifications) toString()
-
Field Details
-
event
-
notifications
-
-
Constructor Details
-
NotificationSchemeEvent
Constructs a validated instance ofNotificationSchemeEvent
.- Parameters:
spec
- the specification to process
-
NotificationSchemeEvent
@Internal public NotificationSchemeEvent(NotificationEvent event, List<EventNotification> notifications) Constructs a validated instance ofNotificationSchemeEvent
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationSchemeEvent(Consumer)
instead.- Parameters:
event
- eventnotifications
- notifications
-
NotificationSchemeEvent
protected NotificationSchemeEvent()
-
-
Method Details