Klasse NotificationTo

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

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

    • assignee

      protected Boolean assignee
      Whether the notification should be sent to the issue's assignees.
    • groupIds

      protected List<String> groupIds
      List of groupIds to receive the notification.
    • groups

      protected List<GroupName> groups
      List of groups to receive the notification.
    • reporter

      protected Boolean reporter
      Whether the notification should be sent to the issue's reporter.
    • users

      protected List<UserDetails> users
      List of users to receive the notification.
    • voters

      protected Boolean voters
      Whether the notification should be sent to the issue's voters.
    • watchers

      protected Boolean watchers
      Whether the notification should be sent to the issue's watchers.
  • Konstruktordetails

    • NotificationTo

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

      @Internal public NotificationTo(Boolean assignee, List<String> groupIds, List<GroupName> groups, Boolean reporter, List<UserDetails> users, Boolean voters, Boolean watchers)
      Constructs a validated instance of NotificationTo.

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

      Parameter:
      assignee - Whether the notification should be sent to the issue's assignees.
      groupIds - List of groupIds to receive the notification.
      groups - List of groups to receive the notification.
      reporter - Whether the notification should be sent to the issue's reporter.
      users - List of users to receive the notification.
      voters - Whether the notification should be sent to the issue's voters.
      watchers - Whether the notification should be sent to the issue's watchers.
    • NotificationTo

      protected NotificationTo()
  • Methodendetails

    • builder

      public static NotificationTo.NotificationToBuilder builder()
    • assignee

      public Boolean assignee()
      Whether the notification should be sent to the issue's assignees.
    • groupIds

      public List<String> groupIds()
      List of groupIds to receive the notification.
    • groups

      public List<GroupName> groups()
      List of groups to receive the notification.
    • reporter

      public Boolean reporter()
      Whether the notification should be sent to the issue's reporter.
    • users

      public List<UserDetails> users()
      List of users to receive the notification.
    • voters

      public Boolean voters()
      Whether the notification should be sent to the issue's voters.
    • watchers

      public Boolean watchers()
      Whether the notification should be sent to the issue's watchers.
    • assignee

      public NotificationTo assignee(Boolean assignee)
      Whether the notification should be sent to the issue's assignees.
      Gibt zurück:
      this.
    • groupIds

      public NotificationTo groupIds(List<String> groupIds)
      List of groupIds to receive the notification.
      Gibt zurück:
      this.
    • groups

      public NotificationTo groups(List<GroupName> groups)
      List of groups to receive the notification.
      Gibt zurück:
      this.
    • reporter

      public NotificationTo reporter(Boolean reporter)
      Whether the notification should be sent to the issue's reporter.
      Gibt zurück:
      this.
    • users

      public NotificationTo users(List<UserDetails> users)
      List of users to receive the notification.
      Gibt zurück:
      this.
    • voters

      public NotificationTo voters(Boolean voters)
      Whether the notification should be sent to the issue's voters.
      Gibt zurück:
      this.
    • watchers

      public NotificationTo watchers(Boolean watchers)
      Whether the notification should be sent to the issue's watchers.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object