Klasse GetAllWorkflowsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllWorkflowsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAllWorkflowsOperationSpec
extends Object
GetAllWorkflowsSpec
Specification for the GetAllWorkflows operation.
Get all workflows
-
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
GetAllWorkflowsOperationSpec
(String workflowName) Constructs a validated instance ofGetAllWorkflowsOperationSpec
.Constructs a validated instance ofGetAllWorkflowsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@Nullable String
The name of the workflow to be returned.workflowName
(@Nullable String workflowName) The name of the workflow to be returned.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetAllWorkflowsOperationSpec
Constructs a validated instance ofGetAllWorkflowsOperationSpec
.- Parameter:
spec
- the specification to process
-
GetAllWorkflowsOperationSpec
Constructs a validated instance ofGetAllWorkflowsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
workflowName
- The name of the workflow to be returned. Only one workflow can be specified.
-
GetAllWorkflowsOperationSpec
protected GetAllWorkflowsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
workflowName
The name of the workflow to be returned. Only one workflow can be specified. -
workflowName
The name of the workflow to be returned. Only one workflow can be specified.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-