Class WarningCollection
java.lang.Object
io.github.primelib.jira4j.restv2.model.WarningCollection
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WarningCollection
extends Object
WarningCollection
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofWarningCollection
.WarningCollection
(List<String> warnings) Constructs a validated instance ofWarningCollection
. -
Method Summary
-
Field Details
-
warnings
-
-
Constructor Details
-
WarningCollection
Constructs a validated instance ofWarningCollection
.- Parameters:
spec
- the specification to process
-
WarningCollection
Constructs a validated instance ofWarningCollection
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WarningCollection(Consumer)
instead.- Parameters:
warnings
- warnings
-
WarningCollection
protected WarningCollection()
-
-
Method Details