Klasse GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder
- Umschließende Klasse:
GetAllAutomationActionsOperationSpec
public static class GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactionType(@Nullable String actionType) Filters results to include the ones matching the specified action typebuild()classification(@Nullable AutomationActionsActionClassificationEnum classification) Filters results to include the ones matching the specified classification (aka category)Optional parameter used to request the "next" set of results from an API.The 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)Filters results to include the ones linked to the specified runner.Filters results to include the ones associated with the specified serviceFilters results to include the ones associated with the specified team.toString()
-
Methodendetails
-
limit
public GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder 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 GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder 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 GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder name(@Nullable @Nullable String name) Filters results to include the ones matching the name (case insensitive substring matching)- Gibt zurück:
this.
-
runnerId
public GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder runnerId(@Nullable @Nullable String runnerId) Filters results to include the ones linked to the specified runner. Specifying the valueanyfilters results to include the ones linked to runners only, thus omitting the results not linked to runners.- Gibt zurück:
this.
-
classification
public GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder classification(@Nullable @Nullable AutomationActionsActionClassificationEnum classification) Filters results to include the ones matching the specified classification (aka category)- Gibt zurück:
this.
-
teamId
public GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder teamId(@Nullable @Nullable String teamId) Filters results to include the ones associated with the specified team.- Gibt zurück:
this.
-
serviceId
public GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder serviceId(@Nullable @Nullable String serviceId) Filters results to include the ones associated with the specified service- Gibt zurück:
this.
-
actionType
public GetAllAutomationActionsOperationSpec.GetAllAutomationActionsOperationSpecBuilder actionType(@Nullable @Nullable String actionType) Filters results to include the ones matching the specified action type- Gibt zurück:
this.
-
build
-
toString
-