Klasse GetDraftWorkflowOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetDraftWorkflowOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetDraftWorkflowOperationSpec
extends Object
GetDraftWorkflowSpec
Specification for the GetDraftWorkflow operation.
Get issue types for workflows in draft workflow scheme
-
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
GetDraftWorkflowOperationSpec
(Long id, String workflowName) Constructs a validated instance ofGetDraftWorkflowOperationSpec
.Constructs a validated instance ofGetDraftWorkflowOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull Long
id()
The ID of the workflow scheme that the draft belongs to.The ID of the workflow scheme that the draft belongs to.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@Nullable String
The name of a workflow in the scheme.workflowName
(@Nullable String workflowName) The name of a workflow in the scheme.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetDraftWorkflowOperationSpec
Constructs a validated instance ofGetDraftWorkflowOperationSpec
.- Parameter:
spec
- the specification to process
-
GetDraftWorkflowOperationSpec
Constructs a validated instance ofGetDraftWorkflowOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the workflow scheme that the draft belongs to.workflowName
- The name of a workflow in the scheme. Limits the results to the workflow-issue type mapping for the specified workflow.
-
GetDraftWorkflowOperationSpec
protected GetDraftWorkflowOperationSpec()
-
-
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 that the draft belongs to. -
workflowName
The name of a workflow in the scheme. Limits the results to the workflow-issue type mapping for the specified workflow. -
id
The ID of the workflow scheme that the draft belongs to.- Gibt zurück:
this
.
-
workflowName
The name of a workflow in the scheme. Limits the results to the workflow-issue type mapping for the specified workflow.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-