Klasse IssueTransition

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

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

    • expand

      protected String expand
      Expand options that include additional transition details in the response.
    • fields

      protected Map<String,FieldMetadata> fields
      Details of the fields associated with the issue transition screen. Use this information to populate fields and update in a transition request.
    • hasScreen

      protected Boolean hasScreen
      Whether there is a screen associated with the issue transition.
    • id

      protected String id
      The ID of the issue transition. Required when specifying a transition to undertake.
    • isAvailable

      protected Boolean isAvailable
      Whether the transition is available to be performed.
    • isConditional

      protected Boolean isConditional
      Whether the issue has to meet criteria before the issue transition is applied.
    • isGlobal

      protected Boolean isGlobal
      Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.
    • isInitial

      protected Boolean isInitial
      Whether this is the initial issue transition for the workflow.
    • looped

      protected Boolean looped
    • name

      protected String name
      The name of the issue transition.
    • to

      protected IssueTransitionTo to
  • Konstruktordetails

    • IssueTransition

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

      @Internal public IssueTransition(String expand, Map<String,FieldMetadata> fields, Boolean hasScreen, String id, Boolean isAvailable, Boolean isConditional, Boolean isGlobal, Boolean isInitial, Boolean looped, String name, IssueTransitionTo to)
      Constructs a validated instance of IssueTransition.

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

      Parameter:
      expand - Expand options that include additional transition details in the response.
      fields - Details of the fields associated with the issue transition screen. Use this information to populate fields and update in a transition request.
      hasScreen - Whether there is a screen associated with the issue transition.
      id - The ID of the issue transition. Required when specifying a transition to undertake.
      isAvailable - Whether the transition is available to be performed.
      isConditional - Whether the issue has to meet criteria before the issue transition is applied.
      isGlobal - Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.
      isInitial - Whether this is the initial issue transition for the workflow.
      looped - var.name
      name - The name of the issue transition.
      to - var.name
    • IssueTransition

      protected IssueTransition()
  • Methodendetails

    • builder

      public static IssueTransition.IssueTransitionBuilder builder()
    • expand

      public String expand()
      Expand options that include additional transition details in the response.
    • fields

      public Map<String,FieldMetadata> fields()
      Details of the fields associated with the issue transition screen. Use this information to populate fields and update in a transition request.
    • hasScreen

      public Boolean hasScreen()
      Whether there is a screen associated with the issue transition.
    • id

      public String id()
      The ID of the issue transition. Required when specifying a transition to undertake.
    • isAvailable

      public Boolean isAvailable()
      Whether the transition is available to be performed.
    • isConditional

      public Boolean isConditional()
      Whether the issue has to meet criteria before the issue transition is applied.
    • isGlobal

      public Boolean isGlobal()
      Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.
    • isInitial

      public Boolean isInitial()
      Whether this is the initial issue transition for the workflow.
    • looped

      public Boolean looped()
    • name

      public String name()
      The name of the issue transition.
    • to

      public IssueTransitionTo to()
    • expand

      public IssueTransition expand(String expand)
      Expand options that include additional transition details in the response.
      Gibt zurück:
      this.
    • fields

      public IssueTransition fields(Map<String,FieldMetadata> fields)
      Details of the fields associated with the issue transition screen. Use this information to populate fields and update in a transition request.
      Gibt zurück:
      this.
    • hasScreen

      public IssueTransition hasScreen(Boolean hasScreen)
      Whether there is a screen associated with the issue transition.
      Gibt zurück:
      this.
    • id

      public IssueTransition id(String id)
      The ID of the issue transition. Required when specifying a transition to undertake.
      Gibt zurück:
      this.
    • isAvailable

      public IssueTransition isAvailable(Boolean isAvailable)
      Whether the transition is available to be performed.
      Gibt zurück:
      this.
    • isConditional

      public IssueTransition isConditional(Boolean isConditional)
      Whether the issue has to meet criteria before the issue transition is applied.
      Gibt zurück:
      this.
    • isGlobal

      public IssueTransition isGlobal(Boolean isGlobal)
      Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.
      Gibt zurück:
      this.
    • isInitial

      public IssueTransition isInitial(Boolean isInitial)
      Whether this is the initial issue transition for the workflow.
      Gibt zurück:
      this.
    • looped

      public IssueTransition looped(Boolean looped)
      Gibt zurück:
      this.
    • name

      public IssueTransition name(String name)
      The name of the issue transition.
      Gibt zurück:
      this.
    • to

      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