Package io.cloudreactor.tasksymphony.api
Class TasksApi
java.lang.Object
io.cloudreactor.tasksymphony.api.TasksApi
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class TasksApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) tasksCreate(Task task) voidtasksDestroy(UUID uuid) tasksList(String description, Integer limit, String name, Integer offset, String ordering, UUID runEnvironmentUuid, String search) tasksPartialUpdate(UUID uuid, PatchedTask patchedTask) tasksRetrieve(UUID uuid) tasksUpdate(UUID uuid, Task task)
-
Constructor Details
-
TasksApi
public TasksApi() -
TasksApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
tasksCreate
- Parameters:
task- (required)- Returns:
- Task
- Throws:
ApiException- if fails to make API call
-
tasksDestroy
- Parameters:
uuid- (required)- Throws:
ApiException- if fails to make API call
-
tasksList
public PaginatedTaskList tasksList(String description, Integer limit, String name, Integer offset, String ordering, UUID 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:
- PaginatedTaskList
- Throws:
ApiException- if fails to make API call
-
tasksPartialUpdate
- Parameters:
uuid- (required)patchedTask- (optional)- Returns:
- Task
- Throws:
ApiException- if fails to make API call
-
tasksRetrieve
- Parameters:
uuid- (required)- Returns:
- Task
- Throws:
ApiException- if fails to make API call
-
tasksUpdate
- Parameters:
uuid- (required)task- (required)- Returns:
- Task
- Throws:
ApiException- if fails to make API call
-