Klasse ReadWorkflowSchemesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.ReadWorkflowSchemesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ReadWorkflowSchemesOperationSpec
extends Object
ReadWorkflowSchemesSpec
Specification for the ReadWorkflowSchemes operation.
Bulk get workflow schemes
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedReadWorkflowSchemesOperationSpec(WorkflowSchemeReadRequest workflowSchemeReadRequest, String expand) Constructs a validated instance ofReadWorkflowSchemesOperationSpec.Constructs a validated instance ofReadWorkflowSchemesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@Nullable Stringexpand()Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.inthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull WorkflowSchemeReadRequestworkflowSchemeReadRequest(@NotNull WorkflowSchemeReadRequest workflowSchemeReadRequest)
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
ReadWorkflowSchemesOperationSpec
Constructs a validated instance ofReadWorkflowSchemesOperationSpec.- Parameter:
spec- the specification to process
-
ReadWorkflowSchemesOperationSpec
@Internal public ReadWorkflowSchemesOperationSpec(WorkflowSchemeReadRequest workflowSchemeReadRequest, String expand) Constructs a validated instance ofReadWorkflowSchemesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
workflowSchemeReadRequest-expand- Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *workflows.usagesReturns the project and issue types that each workflow in the workflow scheme is associated with.
-
ReadWorkflowSchemesOperationSpec
protected ReadWorkflowSchemesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
workflowSchemeReadRequest
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *workflows.usagesReturns the project and issue types that each workflow in the workflow scheme is associated with. -
workflowSchemeReadRequest
public ReadWorkflowSchemesOperationSpec workflowSchemeReadRequest(@NotNull @NotNull WorkflowSchemeReadRequest workflowSchemeReadRequest) - Gibt zurück:
this.
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *workflows.usagesReturns the project and issue types that each workflow in the workflow scheme is associated with.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-