Class NotificationSchemeId
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationSchemeId
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeId
extends Object
NotificationSchemeId
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofNotificationSchemeId.Constructs a validated instance ofNotificationSchemeId. -
Method Summary
-
Field Details
-
id
The ID of a notification scheme.
-
-
Constructor Details
-
NotificationSchemeId
Constructs a validated instance ofNotificationSchemeId.- Parameters:
spec- the specification to process
-
NotificationSchemeId
Constructs a validated instance ofNotificationSchemeId.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationSchemeId(Consumer)instead.- Parameters:
id- The ID of a notification scheme.
-
NotificationSchemeId
protected NotificationSchemeId()
-
-
Method Details