Klasse NotificationScheme

java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationScheme

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

    • description

      protected String description
      The description of the notification scheme.
    • expand

      protected String expand
      Expand options that include additional notification scheme details in the response.
    • id

      protected Long id
      The ID of the notification scheme.
    • name

      protected String name
      The name of the notification scheme.
    • notificationSchemeEvents

      protected List<NotificationSchemeEvent> notificationSchemeEvents
      The notification events and associated recipients.
    • projects

      protected List<Long> projects
      The list of project IDs associated with the notification scheme.
    • scope

      protected NotificationSchemeScope scope
    • self

      protected String self
  • Konstruktordetails

    • NotificationScheme

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

      @Internal public NotificationScheme(String description, String expand, Long id, String name, List<NotificationSchemeEvent> notificationSchemeEvents, List<Long> projects, NotificationSchemeScope scope, String self)
      Constructs a validated instance of NotificationScheme.

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

      Parameter:
      description - The description of the notification scheme.
      expand - Expand options that include additional notification scheme details in the response.
      id - The ID of the notification scheme.
      name - The name of the notification scheme.
      notificationSchemeEvents - The notification events and associated recipients.
      projects - The list of project IDs associated with the notification scheme.
      scope - var.name
      self - var.name
    • NotificationScheme

      protected NotificationScheme()
  • Methodendetails