Klasse NotificationSchemeNotificationDetails

java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationSchemeNotificationDetails

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class NotificationSchemeNotificationDetails extends Object
NotificationSchemeNotificationDetails
  • Felddetails

    • notificationType

      protected String notificationType
      The notification type, e.g CurrentAssignee, Group, EmailAddress.
    • parameter

      protected String parameter
      The value corresponding to the specified notification type.
  • Konstruktordetails

    • NotificationSchemeNotificationDetails

      public NotificationSchemeNotificationDetails(Consumer<NotificationSchemeNotificationDetails> spec)
      Constructs a validated instance of NotificationSchemeNotificationDetails.
      Parameter:
      spec - the specification to process
    • NotificationSchemeNotificationDetails

      @Internal public NotificationSchemeNotificationDetails(String notificationType, String parameter)
      Constructs a validated instance of NotificationSchemeNotificationDetails.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using NotificationSchemeNotificationDetails(Consumer) instead.

      Parameter:
      notificationType - The notification type, e.g CurrentAssignee, Group, EmailAddress.
      parameter - The value corresponding to the specified notification type.
    • NotificationSchemeNotificationDetails

      protected NotificationSchemeNotificationDetails()
  • Methodendetails