Klasse GetAutomationActionsRunnersOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.GetAutomationActionsRunnersOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAutomationActionsRunnersOperationSpec
extends Object
GetAutomationActionsRunnersSpec
Specification for the GetAutomationActionsRunners operation.
List Automation Action runners
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated implementation ofGetAutomationActionsRunnersOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean@Nullable Stringcursor()Optional parameter used to request the "next" set of results from an API.Optional parameter used to request the "next" set of results from an API.booleaninthashCode()include()Includes additional data elements into the responseIncludes additional data elements into the response@Nullable Integerlimit()The minimum of the `limit` parameter used in the request or the maximum request size of the API.The minimum of the `limit` parameter used in the request or the maximum request size of the API.@Nullable Stringname()Filters results to include the ones matching the name (case insensitive substring matching)Filters results to include the ones matching the name (case insensitive substring matching)toString()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
-
GetAutomationActionsRunnersOperationSpec
@Internal public GetAutomationActionsRunnersOperationSpec(Consumer<GetAutomationActionsRunnersOperationSpec> spec) Constructs a validated implementation ofGetAutomationActionsRunnersOperationSpec.- 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 minimum of the `limit` parameter used in the request or the maximum request size of the API. -
cursor
Optional parameter used to request the "next" set of results from an API. The value provided here is most commonly obtained from the `next_cursor` field of the previous request. When no value is provided, the request starts at the beginning of the result set. -
name
Filters results to include the ones matching the name (case insensitive substring matching) -
include
Includes additional data elements into the response -
limit
The minimum of the `limit` parameter used in the request or the maximum request size of the API.- Gibt zurück:
this.
-
cursor
Optional parameter used to request the "next" set of results from an API. The value provided here is most commonly obtained from the `next_cursor` field of the previous request. When no value is provided, the request starts at the beginning of the result set.- Gibt zurück:
this.
-
name
Filters results to include the ones matching the name (case insensitive substring matching)- Gibt zurück:
this.
-
include
Includes additional data elements into the response- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-