Class GetWorkflowTransitionRuleConfigurationsOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetWorkflowTransitionRuleConfigurationsOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GetWorkflowTransitionRuleConfigurationsOperationSpec extends Object
GetWorkflowTransitionRuleConfigurationsSpec

Specification for the GetWorkflowTransitionRuleConfigurations operation.

Get workflow transition rule configurations

  • Field Details

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Constructor Details

    • GetWorkflowTransitionRuleConfigurationsOperationSpec

      @Internal public GetWorkflowTransitionRuleConfigurationsOperationSpec(Consumer<GetWorkflowTransitionRuleConfigurationsOperationSpec> spec)
      Constructs a validated instance of GetWorkflowTransitionRuleConfigurationsOperationSpec.
      Parameters:
      spec - the specification to process
    • GetWorkflowTransitionRuleConfigurationsOperationSpec

      @Internal public GetWorkflowTransitionRuleConfigurationsOperationSpec(Set<String> types, GetWorkflowTransitionRuleConfigurationsRequest getWorkflowTransitionRuleConfigurationsRequest, Long startAt, Integer maxResults, Set<String> keys, Set<String> workflowNames, Set<String> withTags, Boolean draft, String expand)
      Constructs a validated instance of GetWorkflowTransitionRuleConfigurationsOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameters:
      types - The types of the transition rules to return.
      getWorkflowTransitionRuleConfigurationsRequest -
      startAt - The index of the first item to return in a page of results (page offset).
      maxResults - The maximum number of items to return per page.
      keys - The transition rule class keys, as defined in the Connect or the Forge app descriptor, of the transition rules to return.
      workflowNames - The list of workflow names to filter by.
      withTags - The list of tags to filter by.
      draft - Whether draft or published workflows are returned. If not provided, both workflow types are returned.
      expand - Use [expand](#expansion) to include additional information in the response. This parameter accepts transition, which, for each rule, returns information about the transition the rule is assigned to.
    • GetWorkflowTransitionRuleConfigurationsOperationSpec

      protected GetWorkflowTransitionRuleConfigurationsOperationSpec()
  • Method Details