Class NotificationSchemeScope
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationSchemeScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeScope
extends Object
NotificationSchemeScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe type of scope. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ScopeProjectprotected NotificationSchemeScope.TypeEnumThe type of scope. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNotificationSchemeScope(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