Class AddNotificationsDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.AddNotificationsDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddNotificationsDetails
extends Object
AddNotificationsDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<NotificationSchemeEventDetails>
The list of notifications which should be added to the notification scheme. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofAddNotificationsDetails
.AddNotificationsDetails
(List<NotificationSchemeEventDetails> notificationSchemeEvents) Constructs a validated instance ofAddNotificationsDetails
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
The list of notifications which should be added to the notification scheme.notificationSchemeEvents
(List<NotificationSchemeEventDetails> notificationSchemeEvents) The list of notifications which should be added to the notification scheme.toString()
-
Field Details
-
notificationSchemeEvents
The list of notifications which should be added to the notification scheme.
-
-
Constructor Details
-
AddNotificationsDetails
Constructs a validated instance ofAddNotificationsDetails
.- Parameters:
spec
- the specification to process
-
AddNotificationsDetails
@Internal public AddNotificationsDetails(List<NotificationSchemeEventDetails> notificationSchemeEvents) Constructs a validated instance ofAddNotificationsDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AddNotificationsDetails(Consumer)
instead.- Parameters:
notificationSchemeEvents
- The list of notifications which should be added to the notification scheme.
-
AddNotificationsDetails
protected AddNotificationsDetails()
-
-
Method Details
-
builder
-
notificationSchemeEvents
The list of notifications which should be added to the notification scheme. -
notificationSchemeEvents
public AddNotificationsDetails notificationSchemeEvents(List<NotificationSchemeEventDetails> notificationSchemeEvents) The list of notifications which should be added to the notification scheme.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-