Klasse ListWebhookSubscriptionsOperationSpec.ListWebhookSubscriptionsOperationSpecBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.ListWebhookSubscriptionsOperationSpec.ListWebhookSubscriptionsOperationSpecBuilder
- Umschließende Klasse:
ListWebhookSubscriptionsOperationSpec
public static class ListWebhookSubscriptionsOperationSpec.ListWebhookSubscriptionsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()The id of the resource to filter upon.filterType(@Nullable String filterType) The type of resource to filter upon.The number of results per page.Offset to start pagination search results.toString()By default thetotalfield in pagination responses is set tonullto provide the fastest possible response times.
-
Methodendetails
-
limit
public ListWebhookSubscriptionsOperationSpec.ListWebhookSubscriptionsOperationSpecBuilder limit(@Nullable @Nullable Integer limit) The number of results per page.- Gibt zurück:
this.
-
offset
public ListWebhookSubscriptionsOperationSpec.ListWebhookSubscriptionsOperationSpecBuilder offset(@Nullable @Nullable Integer offset) Offset to start pagination search results.- Gibt zurück:
this.
-
total
public ListWebhookSubscriptionsOperationSpec.ListWebhookSubscriptionsOperationSpecBuilder total(@Nullable @Nullable Boolean total) By default thetotalfield in pagination responses is set tonullto provide the fastest possible response times. Settotaltotruefor this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information.- Gibt zurück:
this.
-
filterType
public ListWebhookSubscriptionsOperationSpec.ListWebhookSubscriptionsOperationSpecBuilder filterType(@Nullable @Nullable String filterType) The type of resource to filter upon.- Gibt zurück:
this.
-
filterId
public ListWebhookSubscriptionsOperationSpec.ListWebhookSubscriptionsOperationSpecBuilder filterId(@Nullable @Nullable String filterId) The id of the resource to filter upon.- Gibt zurück:
this.
-
build
-
toString
-