Class ContainerForRegisteredWebhooks
java.lang.Object
io.github.primelib.jira4j.restv3.model.ContainerForRegisteredWebhooks
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContainerForRegisteredWebhooks
extends Object
ContainerForRegisteredWebhooks
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<RegisteredWebhook>A list of registered webhooks. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofContainerForRegisteredWebhooks.ContainerForRegisteredWebhooks(List<RegisteredWebhook> webhookRegistrationResult) Constructs a validated instance ofContainerForRegisteredWebhooks. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()toString()A list of registered webhooks.webhookRegistrationResult(List<RegisteredWebhook> webhookRegistrationResult) A list of registered webhooks.
-
Field Details
-
webhookRegistrationResult
A list of registered webhooks.
-
-
Constructor Details
-
ContainerForRegisteredWebhooks
Constructs a validated instance ofContainerForRegisteredWebhooks.- Parameters:
spec- the specification to process
-
ContainerForRegisteredWebhooks
Constructs a validated instance ofContainerForRegisteredWebhooks.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContainerForRegisteredWebhooks(Consumer)instead.- Parameters:
webhookRegistrationResult- A list of registered webhooks.
-
ContainerForRegisteredWebhooks
protected ContainerForRegisteredWebhooks()
-
-
Method Details
-
builder
-
webhookRegistrationResult
A list of registered webhooks. -
webhookRegistrationResult
public ContainerForRegisteredWebhooks webhookRegistrationResult(List<RegisteredWebhook> webhookRegistrationResult) A list of registered webhooks.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-