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
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
GetAutomationActionsRunnersOperationSpec
(Integer limit, String cursor, String name, Set<String> include) Constructs a validated instance ofGetAutomationActionsRunnersOperationSpec
.Constructs a validated instance ofGetAutomationActionsRunnersOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@Nullable String
cursor()
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.boolean
int
hashCode()
include()
Includes additional data elements into the responseIncludes additional data elements into the response@Nullable Integer
limit()
The minimum of thelimit
parameter used in the request or the maximum request size of the API.The minimum of thelimit
parameter used in the request or the maximum request size of the API.@Nullable String
name()
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()
void
validate()
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 instance ofGetAutomationActionsRunnersOperationSpec
.- Parameter:
spec
- the specification to process
-
GetAutomationActionsRunnersOperationSpec
@Internal public GetAutomationActionsRunnersOperationSpec(Integer limit, String cursor, String name, Set<String> include) Constructs a validated instance ofGetAutomationActionsRunnersOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
limit
- The minimum of thelimit
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 thenext_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
-
GetAutomationActionsRunnersOperationSpec
protected GetAutomationActionsRunnersOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetAutomationActionsRunnersOperationSpec.GetAutomationActionsRunnersOperationSpecBuilder builder() -
limit
The minimum of thelimit
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 thenext_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 thelimit
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 thenext_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
-