Klasse GetDefaultWorkflowOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetDefaultWorkflowOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetDefaultWorkflowOperationSpec
extends Object
GetDefaultWorkflowSpec
Specification for the GetDefaultWorkflow operation.
Get default workflow
-
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
GetDefaultWorkflowOperationSpec
(Long id, Boolean returnDraftIfExists) Constructs a validated instance ofGetDefaultWorkflowOperationSpec
.Constructs a validated instance ofGetDefaultWorkflowOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull Long
id()
The ID of the workflow scheme.The ID of the workflow scheme.@Nullable Boolean
Set totrue
to return the default workflow for the workflow scheme's draft rather than scheme itself.returnDraftIfExists
(@Nullable Boolean returnDraftIfExists) Set totrue
to return the default workflow for the workflow scheme's draft rather than scheme itself.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
-
GetDefaultWorkflowOperationSpec
Constructs a validated instance ofGetDefaultWorkflowOperationSpec
.- Parameter:
spec
- the specification to process
-
GetDefaultWorkflowOperationSpec
Constructs a validated instance ofGetDefaultWorkflowOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the workflow scheme.returnDraftIfExists
- Set totrue
to return the default workflow for the workflow scheme's draft rather than scheme itself. If the workflow scheme does not have a draft, then the default workflow for the workflow scheme is returned.
-
GetDefaultWorkflowOperationSpec
protected GetDefaultWorkflowOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the workflow scheme. -
returnDraftIfExists
Set totrue
to return the default workflow for the workflow scheme's draft rather than scheme itself. If the workflow scheme does not have a draft, then the default workflow for the workflow scheme is returned. -
id
The ID of the workflow scheme.- Gibt zurück:
this
.
-
returnDraftIfExists
public GetDefaultWorkflowOperationSpec returnDraftIfExists(@Nullable @Nullable Boolean returnDraftIfExists) Set totrue
to return the default workflow for the workflow scheme's draft rather than scheme itself. If the workflow scheme does not have a draft, then the default workflow for the workflow scheme is returned.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-