Klasse ListServiceEventRulesOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.ListServiceEventRulesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ListServiceEventRulesOperationSpec
extends Object
ListServiceEventRulesSpec
Specification for the ListServiceEventRules operation.
List Service's Event Rules
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated implementation ofListServiceEventRulesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()@NotNull Stringid()The ID of the resource.The ID of the resource.@Nullable Stringinclude()Array of additional Models to include in response.Array of additional Models to include in response.@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
-
ListServiceEventRulesOperationSpec
@Internal public ListServiceEventRulesOperationSpec(Consumer<ListServiceEventRulesOperationSpec> spec) Constructs a validated implementation ofListServiceEventRulesOperationSpec.- 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
-
id
The ID of the resource. -
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. -
include
Array of additional Models to include in response. -
id
The ID of the resource.- Gibt zurück:
this.
-
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.
-
include
Array of additional Models to include in response.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-