Klasse JiraStatus

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class JiraStatus extends Object
JiraStatus
  • 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 StatusScope scope
    • statusCategory

      protected JiraStatus.StatusCategoryEnum statusCategory
      The category of the status.
    • usages

      protected Set<ProjectIssueTypes> usages
      Projects and issue types where the status is used. Only available if the usages expand is requested.
    • workflowUsages

      protected Set<WorkflowUsages> workflowUsages
      The workflows that use this status. Only available if the workflowUsages expand is requested.
  • Konstruktordetails

    • JiraStatus

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

      @Internal public JiraStatus(String description, String id, String name, StatusScope scope, JiraStatus.StatusCategoryEnum statusCategory, Set<ProjectIssueTypes> usages, Set<WorkflowUsages> workflowUsages)
      Constructs a validated instance of JiraStatus.

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

      Parameter:
      description - The description of the status.
      id - The ID of the status.
      name - The name of the status.
      scope - scope
      statusCategory - The category of the status.
      usages - Projects and issue types where the status is used. Only available if the usages expand is requested.
      workflowUsages - The workflows that use this status. Only available if the workflowUsages expand is requested.
    • JiraStatus

      protected JiraStatus()
  • Methodendetails

    • builder

      public static JiraStatus.JiraStatusBuilder builder()
    • description

      public String description()
      The description of the status.
    • id

      public String id()
      The ID of the status.
    • name

      public String name()
      The name of the status.
    • scope

      public StatusScope scope()
    • statusCategory

      public JiraStatus.StatusCategoryEnum statusCategory()
      The category of the status.
    • usages

      public Set<ProjectIssueTypes> usages()
      Projects and issue types where the status is used. Only available if the usages expand is requested.
    • workflowUsages

      public Set<WorkflowUsages> workflowUsages()
      The workflows that use this status. Only available if the workflowUsages expand is requested.
    • description

      public JiraStatus description(String description)
      The description of the status.
      Gibt zurück:
      this.
    • id

      public JiraStatus id(String id)
      The ID of the status.
      Gibt zurück:
      this.
    • name

      public JiraStatus name(String name)
      The name of the status.
      Gibt zurück:
      this.
    • scope

      public JiraStatus scope(StatusScope scope)
      Gibt zurück:
      this.
    • statusCategory

      public JiraStatus statusCategory(JiraStatus.StatusCategoryEnum statusCategory)
      The category of the status.
      Gibt zurück:
      this.
    • usages

      public JiraStatus usages(Set<ProjectIssueTypes> usages)
      Projects and issue types where the status is used. Only available if the usages expand is requested.
      Gibt zurück:
      this.
    • workflowUsages

      public JiraStatus workflowUsages(Set<WorkflowUsages> workflowUsages)
      The workflows that use this status. Only available if the workflowUsages expand is requested.
      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