Class FailedWebhooks.FailedWebhooksBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.FailedWebhooks.FailedWebhooksBuilder
- Enclosing class:
- FailedWebhooks
-
Method Summary
Modifier and TypeMethodDescriptionbuild()maxResults(Integer maxResults) The maximum number of items on the page.The URL to the next page of results.toString()values(List<FailedWebhook> values) The list of webhooks.
-
Method 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.- 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.
-
build
-
toString
-