Class NotificationSchemeEvent
java.lang.Object
io.github.primelib.jira4j.restv3.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
ConstructorsModifierConstructorDescriptionprotectedNotificationSchemeEvent(NotificationEvent event, List<EventNotification> notifications) Constructs a validated instance ofNotificationSchemeEvent.Constructs a validated instance ofNotificationSchemeEvent. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanevent()event(NotificationEvent event) inthashCode()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