Class NotificationScheme.NotificationSchemeBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationScheme.NotificationSchemeBuilder
- Enclosing class:
- NotificationScheme
-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) The description of the notification scheme.Expand options that include additional notification scheme details in the response.The ID of the notification scheme.The name of the notification scheme.notificationSchemeEvents(List<NotificationSchemeEvent> notificationSchemeEvents) The notification events and associated recipients.The list of project IDs associated with the notification scheme.toString()
-
Method Details
-
description
The description of the notification scheme.- Returns:
this.
-
expand
Expand options that include additional notification scheme details in the response.- Returns:
this.
-
id
The ID of the notification scheme.- Returns:
this.
-
name
The name of the notification scheme.- Returns:
this.
-
notificationSchemeEvents
public NotificationScheme.NotificationSchemeBuilder notificationSchemeEvents(List<NotificationSchemeEvent> notificationSchemeEvents) The notification events and associated recipients.- Returns:
this.
-
projects
The list of project IDs associated with the notification scheme.- Returns:
this.
-
scope
- Returns:
this.
-
self
- Returns:
this.
-
build
-
toString
-