Klasse NotificationSchemeScope
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationSchemeScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeScope
extends Object
NotificationSchemeScope
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The type of scope. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ScopeProject
protected NotificationSchemeScope.TypeEnum
The type of scope. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
NotificationSchemeScope
(ScopeProject project, NotificationSchemeScope.TypeEnum type) Constructs a validated instance ofNotificationSchemeScope
.Constructs a validated instance ofNotificationSchemeScope
. -
Methodenübersicht
-
Felddetails
-
project
-
type
The type of scope.
-
-
Konstruktordetails
-
NotificationSchemeScope
Constructs a validated instance ofNotificationSchemeScope
.- Parameter:
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.- Parameter:
project
- projecttype
- The type of scope.
-
NotificationSchemeScope
protected NotificationSchemeScope()
-
-
Methodendetails