Klasse JiraWorkflowStatus

java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraWorkflowStatus

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

    • description

      protected String description
      The description of the status.
    • id

      protected String id
      The ID of the status.
    • name

      protected String name
      The name of the status.
    • scope

      protected WorkflowScope scope
    • statusCategory

      protected JiraWorkflowStatus.StatusCategoryEnum statusCategory
      The category of the status.
    • statusReference

      protected String statusReference
      The reference of the status.
    • usages

      protected Set<ProjectIssueTypes> usages
      The statuses.usages expand is an optional parameter that can be used when reading and updating statuses in Jira. It provides additional information about the projects and issue types associated with the requested statuses.
  • Konstruktordetails

    • JiraWorkflowStatus

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

      @Internal public JiraWorkflowStatus(String description, String id, String name, WorkflowScope scope, JiraWorkflowStatus.StatusCategoryEnum statusCategory, String statusReference, Set<ProjectIssueTypes> usages)
      Constructs a validated instance of JiraWorkflowStatus.

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

      Parameter:
      description - The description of the status.
      id - The ID of the status.
      name - The name of the status.
      scope - var.name
      statusCategory - The category of the status.
      statusReference - The reference of the status.
      usages - The statuses.usages expand is an optional parameter that can be used when reading and updating statuses in Jira. It provides additional information about the projects and issue types associated with the requested statuses.
    • JiraWorkflowStatus

      protected JiraWorkflowStatus()
  • Methodendetails