Klasse ReadWorkflowsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.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 Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ReadWorkflowsOperationSpec
(WorkflowReadRequest workflowReadRequest, String expand) Constructs a validated instance ofReadWorkflowsOperationSpec
.Constructs a validated instance ofReadWorkflowsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@NotNull WorkflowReadRequest
workflowReadRequest
(@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.usages
Returns the project and issue types that each workflow is associated with. *statuses.usages
Returns 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.usages
Returns the project and issue types that each workflow is associated with. *statuses.usages
Returns 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.usages
Returns the project and issue types that each workflow is associated with. *statuses.usages
Returns the project and issue types that each status is associated with.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-