Package io.cloudreactor.tasksymphony.api
Class WorkflowTransitionsApi
java.lang.Object
io.cloudreactor.tasksymphony.api.WorkflowTransitionsApi
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkflowTransitionsApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) workflowTransitionsCreate(WorkflowTransition workflowTransition) voidworkflowTransitionsList(String description, Integer limit, Integer offset, String ordering, String search) workflowTransitionsPartialUpdate(UUID uuid, PatchedWorkflowTransition patchedWorkflowTransition) workflowTransitionsUpdate(UUID uuid, WorkflowTransition workflowTransition)
-
Constructor Details
-
WorkflowTransitionsApi
public WorkflowTransitionsApi() -
WorkflowTransitionsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
workflowTransitionsCreate
public WorkflowTransition workflowTransitionsCreate(WorkflowTransition workflowTransition) throws ApiException - Parameters:
workflowTransition- (required)- Returns:
- WorkflowTransition
- Throws:
ApiException- if fails to make API call
-
workflowTransitionsDestroy
- Parameters:
uuid- (required)- Throws:
ApiException- if fails to make API call
-
workflowTransitionsList
public PaginatedWorkflowTransitionList workflowTransitionsList(String description, Integer limit, Integer offset, String ordering, String search) throws ApiException - Parameters:
description- (optional)limit- Number of results to return per page. (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. (optional)search- A search term. (optional)- Returns:
- PaginatedWorkflowTransitionList
- Throws:
ApiException- if fails to make API call
-
workflowTransitionsPartialUpdate
public WorkflowTransition workflowTransitionsPartialUpdate(UUID uuid, PatchedWorkflowTransition patchedWorkflowTransition) throws ApiException - Parameters:
uuid- (required)patchedWorkflowTransition- (optional)- Returns:
- WorkflowTransition
- Throws:
ApiException- if fails to make API call
-
workflowTransitionsRetrieve
- Parameters:
uuid- (required)- Returns:
- WorkflowTransition
- Throws:
ApiException- if fails to make API call
-
workflowTransitionsUpdate
public WorkflowTransition workflowTransitionsUpdate(UUID uuid, WorkflowTransition workflowTransition) throws ApiException - Parameters:
uuid- (required)workflowTransition- (required)- Returns:
- WorkflowTransition
- Throws:
ApiException- if fails to make API call
-