Klasse GetFailedWebhooksOperationSpec.GetFailedWebhooksOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetFailedWebhooksOperationSpec.GetFailedWebhooksOperationSpecBuilder
- Umschließende Klasse:
GetFailedWebhooksOperationSpec
public static class GetFailedWebhooksOperationSpec.GetFailedWebhooksOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe time after which any webhook failure must have occurred for the record to be returned, expressed as milliseconds since the UNIX epoch.build()
maxResults
(@Nullable Integer maxResults) The maximum number of webhooks to return per page.toString()
-
Methodendetails
-
maxResults
public GetFailedWebhooksOperationSpec.GetFailedWebhooksOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of webhooks to return per page. If obeying the maxResults directive would result in records with the same failure time being split across pages, the directive is ignored and all records with the same failure time included on the page.- Gibt zurück:
this
.
-
after
public GetFailedWebhooksOperationSpec.GetFailedWebhooksOperationSpecBuilder after(@Nullable @Nullable Long after) The time after which any webhook failure must have occurred for the record to be returned, expressed as milliseconds since the UNIX epoch.- Gibt zurück:
this
.
-
build
-
toString
-