Klasse GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder
- Umschließende Klasse:
GetWorkflowTransitionRuleConfigurationsOperationSpec
public static class GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
EXPERIMENTAL: Whether draft or published workflows are returned.Use [expand](#expansion) to include additional information in the response.The transition rule class keys, as defined in the Connect or the Forge app descriptor, of the transition rules to return.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The index of the first item to return in a page of results (page offset).toString()
The types of the transition rules to return.EXPERIMENTAL: The list oftags
to filter by.workflowNames
(@Nullable Set<String> workflowNames) EXPERIMENTAL: The list of workflow names to filter by.
-
Methodendetails
-
types
public GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder types(@NotNull @NotNull Set<String> types) The types of the transition rules to return.- Gibt zurück:
this
.
-
startAt
public GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
keys
public GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder keys(@Nullable @Nullable Set<String> keys) The transition rule class keys, as defined in the Connect or the Forge app descriptor, of the transition rules to return.- Gibt zurück:
this
.
-
workflowNames
public GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder workflowNames(@Nullable @Nullable Set<String> workflowNames) EXPERIMENTAL: The list of workflow names to filter by.- Gibt zurück:
this
.
-
withTags
public GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder withTags(@Nullable @Nullable Set<String> withTags) EXPERIMENTAL: The list oftags
to filter by.- Gibt zurück:
this
.
-
draft
public GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder draft(@Nullable @Nullable Boolean draft) EXPERIMENTAL: Whether draft or published workflows are returned. If not provided, both workflow types are returned.- Gibt zurück:
this
.
-
expand
public GetWorkflowTransitionRuleConfigurationsOperationSpec.GetWorkflowTransitionRuleConfigurationsOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information in the response. This parameter acceptstransition
, which, for each rule, returns information about the transition the rule is assigned to.- Gibt zurück:
this
.
-
build
-
toString
-