Class NotificationSchemeScope
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationSchemeScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeScope
extends Object
NotificationSchemeScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The type of scope. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ScopeProject
protected NotificationSchemeScope.TypeEnum
The type of scope. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
NotificationSchemeScope
(ScopeProject project, NotificationSchemeScope.TypeEnum type) Constructs a validated instance ofNotificationSchemeScope
.Constructs a validated instance ofNotificationSchemeScope
. -
Method Summary
-
Field Details
-
project
-
type
The type of scope.
-
-
Constructor Details
-
NotificationSchemeScope
Constructs a validated instance ofNotificationSchemeScope
.- Parameters:
spec
- the specification to process
-
NotificationSchemeScope
@Internal public NotificationSchemeScope(ScopeProject project, NotificationSchemeScope.TypeEnum type) Constructs a validated instance ofNotificationSchemeScope
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationSchemeScope(Consumer)
instead.- Parameters:
project
- projecttype
- The type of scope.
-
NotificationSchemeScope
protected NotificationSchemeScope()
-
-
Method Details