Klasse ReadWorkflowsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.ReadWorkflowsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ReadWorkflowsOperationSpec
extends Object
ReadWorkflowsSpec
Specification for the ReadWorkflows operation.
Bulk get workflows
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedReadWorkflowsOperationSpec(WorkflowReadRequest workflowReadRequest, String expand) Constructs a validated instance ofReadWorkflowsOperationSpec.Constructs a validated instance ofReadWorkflowsOperationSpec. -
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 WorkflowReadRequestworkflowReadRequest(@NotNull WorkflowReadRequest workflowReadRequest)
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
ReadWorkflowsOperationSpec
Constructs a validated instance ofReadWorkflowsOperationSpec.- Parameter:
spec- the specification to process
-
ReadWorkflowsOperationSpec
Constructs a validated instance ofReadWorkflowsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
workflowReadRequest-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 is associated with. *statuses.usagesReturns the project and issue types that each status is associated with.
-
ReadWorkflowsOperationSpec
protected ReadWorkflowsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
workflowReadRequest
-
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 is associated with. *statuses.usagesReturns the project and issue types that each status is associated with. -
workflowReadRequest
public ReadWorkflowsOperationSpec workflowReadRequest(@NotNull @NotNull WorkflowReadRequest workflowReadRequest) - 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 is associated with. *statuses.usagesReturns the project and issue types that each status is associated with.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-