Klasse ListWebhookSubscriptionsOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.ListWebhookSubscriptionsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ListWebhookSubscriptionsOperationSpec
extends Object
ListWebhookSubscriptionsSpec
Specification for the ListWebhookSubscriptions operation.
List webhook subscriptions
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated implementation ofListWebhookSubscriptionsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanboolean@Nullable StringfilterId()The id of the resource to filter upon.The id of the resource to filter upon.@Nullable StringThe type of resource to filter upon.filterType(@Nullable String filterType) The type of resource to filter upon.inthashCode()@Nullable Integerlimit()The number of results per page.The number of results per page.@Nullable Integeroffset()Offset to start pagination search results.Offset to start pagination search results.toString()@Nullable Booleantotal()By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times.By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times.voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
ListWebhookSubscriptionsOperationSpec
@Internal public ListWebhookSubscriptionsOperationSpec(Consumer<ListWebhookSubscriptionsOperationSpec> spec) Constructs a validated implementation ofListWebhookSubscriptionsOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
limit
The number of results per page. -
offset
Offset to start pagination search results. -
total
By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information. -
filterType
The type of resource to filter upon. -
filterId
The id of the resource to filter upon. -
limit
The number of results per page.- Gibt zurück:
this.
-
offset
Offset to start pagination search results.- Gibt zurück:
this.
-
total
By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for 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
The type of resource to filter upon.- Gibt zurück:
this.
-
filterId
The id of the resource to filter upon.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-