Klasse WorkflowCapabilitiesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.WorkflowCapabilitiesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCapabilitiesOperationSpec
extends Object
WorkflowCapabilitiesSpec
Specification for the WorkflowCapabilities operation.
Get available workflow capabilities
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWorkflowCapabilitiesOperationSpec(String workflowId, String projectId, String issueTypeId) Constructs a validated instance ofWorkflowCapabilitiesOperationSpec.Constructs a validated instance ofWorkflowCapabilitiesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@Nullable StringissueTypeId(@Nullable String issueTypeId) @Nullable StringtoString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@Nullable StringworkflowId(@Nullable String workflowId)
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
WorkflowCapabilitiesOperationSpec
@Internal public WorkflowCapabilitiesOperationSpec(Consumer<WorkflowCapabilitiesOperationSpec> spec) Constructs a validated instance ofWorkflowCapabilitiesOperationSpec.- Parameter:
spec- the specification to process
-
WorkflowCapabilitiesOperationSpec
@Internal public WorkflowCapabilitiesOperationSpec(String workflowId, String projectId, String issueTypeId) Constructs a validated instance ofWorkflowCapabilitiesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
workflowId-projectId-issueTypeId-
-
WorkflowCapabilitiesOperationSpec
protected WorkflowCapabilitiesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
workflowId
-
projectId
-
issueTypeId
-
workflowId
- Gibt zurück:
this.
-
projectId
- Gibt zurück:
this.
-
issueTypeId
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-