Class FailedWebhooks
java.lang.Object
io.github.primelib.jira4j.restv3.model.FailedWebhooks
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FailedWebhooks
extends Object
FailedWebhooks
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
The maximum number of items on the page.protected URI
The URL to the next page of results.protected List<FailedWebhook>
The list of webhooks. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FailedWebhooks
(Integer maxResults, URI next, List<FailedWebhook> values) Constructs a validated instance ofFailedWebhooks
.FailedWebhooks
(Consumer<FailedWebhooks> spec) Constructs a validated instance ofFailedWebhooks
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
The maximum number of items on the page.maxResults
(Integer maxResults) The maximum number of items on the page.next()
The URL to the next page of results.The URL to the next page of results.toString()
values()
The list of webhooks.values
(List<FailedWebhook> values) The list of webhooks.
-
Field Details
-
maxResults
The maximum number of items on the page. If the list of values is shorter than this number, then there are no more pages. -
next
The URL to the next page of results. Present only if the request returned at least one result.The next page may be empty at the time of receiving the response, but new failed webhooks may appear in time. You can save the URL to the next page and query for new results periodically (for example, every hour). -
values
The list of webhooks.
-
-
Constructor Details
-
FailedWebhooks
Constructs a validated instance ofFailedWebhooks
.- Parameters:
spec
- the specification to process
-
FailedWebhooks
Constructs a validated instance ofFailedWebhooks
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FailedWebhooks(Consumer)
instead.- Parameters:
maxResults
- The maximum number of items on the page. If the list of values is shorter than this number, then there are no more pages.next
- The URL to the next page of results. Present only if the request returned at least one result.The next page may be empty at the time of receiving the response, but new failed webhooks may appear in time. You can save the URL to the next page and query for new results periodically (for example, every hour).values
- The list of webhooks.
-
FailedWebhooks
protected FailedWebhooks()
-
-
Method Details
-
builder
-
maxResults
The maximum number of items on the page. If the list of values is shorter than this number, then there are no more pages. -
next
The URL to the next page of results. Present only if the request returned at least one result.The next page may be empty at the time of receiving the response, but new failed webhooks may appear in time. You can save the URL to the next page and query for new results periodically (for example, every hour). -
values
The list of webhooks. -
maxResults
The maximum number of items on the page. If the list of values is shorter than this number, then there are no more pages.- Returns:
this
.
-
next
The URL to the next page of results. Present only if the request returned at least one result.The next page may be empty at the time of receiving the response, but new failed webhooks may appear in time. You can save the URL to the next page and query for new results periodically (for example, every hour).- Returns:
this
.
-
values
The list of webhooks.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-