Class ContainerForWebhookIDs
java.lang.Object
io.github.primelib.jira4j.restv3.model.ContainerForWebhookIDs
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContainerForWebhookIDs
extends Object
ContainerForWebhookIDs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofContainerForWebhookIDs
.ContainerForWebhookIDs
(List<Long> webhookIds) Constructs a validated instance ofContainerForWebhookIDs
. -
Method Summary
-
Field Details
-
webhookIds
A list of webhook IDs.
-
-
Constructor Details
-
ContainerForWebhookIDs
Constructs a validated instance ofContainerForWebhookIDs
.- Parameters:
spec
- the specification to process
-
ContainerForWebhookIDs
Constructs a validated instance ofContainerForWebhookIDs
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContainerForWebhookIDs(Consumer)
instead.- Parameters:
webhookIds
- A list of webhook IDs.
-
ContainerForWebhookIDs
protected ContainerForWebhookIDs()
-
-
Method Details