Class TransitionScreenDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.TransitionScreenDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TransitionScreenDetails
extends Object
TransitionScreenDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTransitionScreenDetails(String id, String name) Constructs a validated instance ofTransitionScreenDetails.Constructs a validated instance ofTransitionScreenDetails. -
Method Summary
-
Field Details
-
id
The ID of the screen. -
name
The name of the screen.
-
-
Constructor Details
-
TransitionScreenDetails
Constructs a validated instance ofTransitionScreenDetails.- Parameters:
spec- the specification to process
-
TransitionScreenDetails
Constructs a validated instance ofTransitionScreenDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TransitionScreenDetails(Consumer)instead.- Parameters:
id- The ID of the screen.name- The name of the screen.
-
TransitionScreenDetails
protected TransitionScreenDetails()
-
-
Method Details
-
builder
-
id
The ID of the screen. -
name
The name of the screen. -
id
The ID of the screen.- Returns:
this.
-
name
The name of the screen.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-