Class NotificationSchemeNotificationDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationSchemeNotificationDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeNotificationDetails
extends Object
NotificationSchemeNotificationDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNotificationSchemeNotificationDetails(String notificationType, String parameter) Constructs a validated instance ofNotificationSchemeNotificationDetails.Constructs a validated instance ofNotificationSchemeNotificationDetails. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()The notification type, e.gCurrentAssignee,Group,EmailAddress.notificationType(String notificationType) The notification type, e.gCurrentAssignee,Group,EmailAddress.The value corresponding to the specified notification type.The value corresponding to the specified notification type.toString()
-
Field Details
-
notificationType
The notification type, e.gCurrentAssignee,Group,EmailAddress. -
parameter
The value corresponding to the specified notification type.
-
-
Constructor Details
-
NotificationSchemeNotificationDetails
Constructs a validated instance ofNotificationSchemeNotificationDetails.- Parameters:
spec- the specification to process
-
NotificationSchemeNotificationDetails
Constructs a validated instance ofNotificationSchemeNotificationDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationSchemeNotificationDetails(Consumer)instead.- Parameters:
notificationType- The notification type, e.gCurrentAssignee,Group,EmailAddress.parameter- The value corresponding to the specified notification type.
-
NotificationSchemeNotificationDetails
protected NotificationSchemeNotificationDetails()
-
-
Method Details
-
builder
public static NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder builder() -
notificationType
The notification type, e.gCurrentAssignee,Group,EmailAddress. -
parameter
The value corresponding to the specified notification type. -
notificationType
The notification type, e.gCurrentAssignee,Group,EmailAddress.- Returns:
this.
-
parameter
The value corresponding to the specified notification type.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-