Class NotificationSchemeEventDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationSchemeEventDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeEventDetails
extends Object
NotificationSchemeEventDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NotificationSchemeEventTypeIdprotected List<NotificationSchemeNotificationDetails>The list of notifications mapped to a specified event. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNotificationSchemeEventDetails(NotificationSchemeEventTypeId event, List<NotificationSchemeNotificationDetails> notifications) Constructs a validated instance ofNotificationSchemeEventDetails.Constructs a validated instance ofNotificationSchemeEventDetails. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanevent()inthashCode()The list of notifications mapped to a specified event.notifications(List<NotificationSchemeNotificationDetails> notifications) The list of notifications mapped to a specified event.toString()
-
Field Details
-
event
-
notifications
The list of notifications mapped to a specified event.
-
-
Constructor Details
-
NotificationSchemeEventDetails
Constructs a validated instance ofNotificationSchemeEventDetails.- Parameters:
spec- the specification to process
-
NotificationSchemeEventDetails
@Internal public NotificationSchemeEventDetails(NotificationSchemeEventTypeId event, List<NotificationSchemeNotificationDetails> notifications) Constructs a validated instance ofNotificationSchemeEventDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationSchemeEventDetails(Consumer)instead.- Parameters:
event- eventnotifications- The list of notifications mapped to a specified event.
-
NotificationSchemeEventDetails
protected NotificationSchemeEventDetails()
-
-
Method Details
-
builder
-
event
-
notifications
The list of notifications mapped to a specified event. -
event
- Returns:
this.
-
notifications
public NotificationSchemeEventDetails notifications(List<NotificationSchemeNotificationDetails> notifications) The list of notifications mapped to a specified event.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-