Klasse GetAutomationActionsRunnersOperationSpec.GetAutomationActionsRunnersOperationSpecBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.GetAutomationActionsRunnersOperationSpec.GetAutomationActionsRunnersOperationSpecBuilder
- Umschließende Klasse:
GetAutomationActionsRunnersOperationSpec
public static class GetAutomationActionsRunnersOperationSpec.GetAutomationActionsRunnersOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Optional parameter used to request the "next" set of results from an API.Includes additional data elements into the responseThe minimum of thelimitparameter used in the request or the maximum request size of the API.Filters results to include the ones matching the name (case insensitive substring matching)toString()
-
Methodendetails
-
limit
public GetAutomationActionsRunnersOperationSpec.GetAutomationActionsRunnersOperationSpecBuilder limit(@Nullable @Nullable Integer limit) The minimum of thelimitparameter used in the request or the maximum request size of the API.- Gibt zurück:
this.
-
cursor
public GetAutomationActionsRunnersOperationSpec.GetAutomationActionsRunnersOperationSpecBuilder cursor(@Nullable @Nullable String cursor) Optional parameter used to request the "next" set of results from an API. The value provided here is most commonly obtained from thenext_cursorfield of the previous request. When no value is provided, the request starts at the beginning of the result set.- Gibt zurück:
this.
-
name
public GetAutomationActionsRunnersOperationSpec.GetAutomationActionsRunnersOperationSpecBuilder name(@Nullable @Nullable String name) Filters results to include the ones matching the name (case insensitive substring matching)- Gibt zurück:
this.
-
include
public GetAutomationActionsRunnersOperationSpec.GetAutomationActionsRunnersOperationSpecBuilder include(@Nullable @Nullable Set<String> include) Includes additional data elements into the response- Gibt zurück:
this.
-
build
-
toString
-