Klasse WorkflowCapabilitiesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.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 Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowCapabilitiesOperationSpec
(String workflowId, String projectId, String issueTypeId) Constructs a validated instance ofWorkflowCapabilitiesOperationSpec
.Constructs a validated instance ofWorkflowCapabilitiesOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@Nullable String
issueTypeId
(@Nullable String issueTypeId) @Nullable String
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@Nullable String
workflowId
(@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
-