Klasse DoTransitionOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DoTransitionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DoTransitionOperationSpec
extends Object
DoTransitionSpec
Specification for the DoTransition operation.
Transition issue
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DoTransitionOperationSpec
(String issueIdOrKey, IssueUpdateDetails issueUpdateDetails) Constructs a validated instance ofDoTransitionOperationSpec
.Constructs a validated instance ofDoTransitionOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull String
The ID or key of the issue.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.@NotNull IssueUpdateDetails
issueUpdateDetails
(@NotNull IssueUpdateDetails issueUpdateDetails) toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DoTransitionOperationSpec
Constructs a validated instance ofDoTransitionOperationSpec
.- Parameter:
spec
- the specification to process
-
DoTransitionOperationSpec
@Internal public DoTransitionOperationSpec(String issueIdOrKey, IssueUpdateDetails issueUpdateDetails) Constructs a validated instance ofDoTransitionOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
issueIdOrKey
- The ID or key of the issue.issueUpdateDetails
-
-
DoTransitionOperationSpec
protected DoTransitionOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
issueIdOrKey
The ID or key of the issue. -
issueUpdateDetails
-
issueIdOrKey
The ID or key of the issue.- Gibt zurück:
this
.
-
issueUpdateDetails
public DoTransitionOperationSpec issueUpdateDetails(@NotNull @NotNull IssueUpdateDetails issueUpdateDetails) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-