Klasse NotificationScheme.NotificationSchemeBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationScheme.NotificationSchemeBuilder
- Umschließende Klasse:
NotificationScheme
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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.scope
(NotificationSchemeScope scope) toString()
-
Methodendetails
-
description
The description of the notification scheme.- Gibt zurück:
this
.
-
expand
Expand options that include additional notification scheme details in the response.- Gibt zurück:
this
.
-
id
The ID of the notification scheme.- Gibt zurück:
this
.
-
name
The name of the notification scheme.- Gibt zurück:
this
.
-
notificationSchemeEvents
public NotificationScheme.NotificationSchemeBuilder notificationSchemeEvents(List<NotificationSchemeEvent> notificationSchemeEvents) The notification events and associated recipients.- Gibt zurück:
this
.
-
projects
The list of project IDs associated with the notification scheme.- Gibt zurück:
this
.
-
scope
- Gibt zurück:
this
.
-
self
- Gibt zurück:
this
.
-
build
-
toString
-