Class Transitions
java.lang.Object
io.github.primelib.jira4j.restv2.model.Transitions
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Transitions
extends Object
Transitions
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringExpand options that include additional transitions details in the response.protected List<IssueTransition>List of issue transitions. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTransitions(String expand, List<IssueTransition> transitions) Constructs a validated instance ofTransitions.Transitions(Consumer<Transitions> spec) Constructs a validated instance ofTransitions. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanexpand()Expand options that include additional transitions details in the response.Expand options that include additional transitions details in the response.inthashCode()toString()List of issue transitions.transitions(List<IssueTransition> transitions) List of issue transitions.
-
Field Details
-
expand
Expand options that include additional transitions details in the response. -
transitions
List of issue transitions.
-
-
Constructor Details
-
Transitions
Constructs a validated instance ofTransitions.- Parameters:
spec- the specification to process
-
Transitions
Constructs a validated instance ofTransitions.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Transitions(Consumer)instead.- Parameters:
expand- Expand options that include additional transitions details in the response.transitions- List of issue transitions.
-
Transitions
protected Transitions()
-
-
Method Details
-
builder
-
expand
Expand options that include additional transitions details in the response. -
transitions
List of issue transitions. -
expand
Expand options that include additional transitions details in the response.- Returns:
this.
-
transitions
List of issue transitions.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-