Class TasksApi

java.lang.Object
io.cloudreactor.tasksymphony.api.TasksApi

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TasksApi extends Object
  • Constructor Details

    • TasksApi

      public TasksApi()
    • TasksApi

      public TasksApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • tasksCreate

      public Task tasksCreate(Task task) throws ApiException
      Parameters:
      task - (required)
      Returns:
      Task
      Throws:
      ApiException - if fails to make API call
    • tasksDestroy

      public void tasksDestroy(UUID uuid) throws ApiException
      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

      public Task tasksPartialUpdate(UUID uuid, PatchedTask patchedTask) throws ApiException
      Parameters:
      uuid - (required)
      patchedTask - (optional)
      Returns:
      Task
      Throws:
      ApiException - if fails to make API call
    • tasksRetrieve

      public Task tasksRetrieve(UUID uuid) throws ApiException
      Parameters:
      uuid - (required)
      Returns:
      Task
      Throws:
      ApiException - if fails to make API call
    • tasksUpdate

      public Task tasksUpdate(UUID uuid, Task task) throws ApiException
      Parameters:
      uuid - (required)
      task - (required)
      Returns:
      Task
      Throws:
      ApiException - if fails to make API call