Klasse WorkflowRulesSearch

java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowRulesSearch

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class WorkflowRulesSearch extends Object
WorkflowRulesSearch
  • Felddetails

    • expand

      protected String expand
      Use expand 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.
    • ruleIds

      protected List<UUID> ruleIds
      The list of workflow rule IDs.
    • workflowEntityId

      protected UUID workflowEntityId
      The workflow ID.
  • Konstruktordetails

    • WorkflowRulesSearch

      public WorkflowRulesSearch(Consumer<WorkflowRulesSearch> spec)
      Constructs a validated instance of WorkflowRulesSearch.
      Parameter:
      spec - the specification to process
    • WorkflowRulesSearch

      @Internal public WorkflowRulesSearch(String expand, List<UUID> ruleIds, UUID workflowEntityId)
      Constructs a validated instance of WorkflowRulesSearch.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using WorkflowRulesSearch(Consumer) instead.

      Parameter:
      expand - Use expand 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.
      ruleIds - The list of workflow rule IDs.
      workflowEntityId - The workflow ID.
    • WorkflowRulesSearch

      protected WorkflowRulesSearch()
  • Methodendetails

    • builder

    • expand

      public String expand()
      Use expand 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.
    • ruleIds

      public List<UUID> ruleIds()
      The list of workflow rule IDs.
    • workflowEntityId

      public UUID workflowEntityId()
      The workflow ID.
    • expand

      public WorkflowRulesSearch expand(String expand)
      Use expand 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.
      Gibt zurück:
      this.
    • ruleIds

      public WorkflowRulesSearch ruleIds(List<UUID> ruleIds)
      The list of workflow rule IDs.
      Gibt zurück:
      this.
    • workflowEntityId

      public WorkflowRulesSearch workflowEntityId(UUID workflowEntityId)
      The workflow ID.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object