Package io.cloudreactor.tasksymphony.api
Class WorkflowsApi
java.lang.Object
io.cloudreactor.tasksymphony.api.WorkflowsApi
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkflowsApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) workflowsCloneCreate(UUID uuid, Workflow workflow) workflowsCreate(Workflow workflow) voidworkflowsDestroy(UUID uuid) workflowsList(String description, Integer limit, String name, Integer offset, String ordering, String runEnvironmentUuid, String search) workflowsPartialUpdate(UUID uuid, PatchedWorkflow patchedWorkflow) workflowsRetrieve(UUID uuid) workflowsUpdate(UUID uuid, Workflow workflow)
-
Constructor Details
-
WorkflowsApi
public WorkflowsApi() -
WorkflowsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
workflowsCloneCreate
- Parameters:
uuid- (required)workflow- (required)- Returns:
- Workflow
- Throws:
ApiException- if fails to make API call
-
workflowsCreate
- Parameters:
workflow- (required)- Returns:
- Workflow
- Throws:
ApiException- if fails to make API call
-
workflowsDestroy
- Parameters:
uuid- (required)- Throws:
ApiException- if fails to make API call
-
workflowsList
public PaginatedWorkflowSummaryList workflowsList(String description, Integer limit, String name, Integer offset, String ordering, String runEnvironmentUuid, String search) throws ApiException - Parameters:
description- (optional)limit- Number of results to return per page. (optional)name- (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. (optional)runEnvironmentUuid- (optional)search- A search term. (optional)- Returns:
- PaginatedWorkflowSummaryList
- Throws:
ApiException- if fails to make API call
-
workflowsPartialUpdate
public Workflow workflowsPartialUpdate(UUID uuid, PatchedWorkflow patchedWorkflow) throws ApiException - Parameters:
uuid- (required)patchedWorkflow- (optional)- Returns:
- Workflow
- Throws:
ApiException- if fails to make API call
-
workflowsRetrieve
- Parameters:
uuid- (required)- Returns:
- Workflow
- Throws:
ApiException- if fails to make API call
-
workflowsUpdate
- Parameters:
uuid- (required)workflow- (required)- Returns:
- Workflow
- Throws:
ApiException- if fails to make API call
-