Uses of Class
com.aspose.tasks.cloud.model.responses.TaskItemsResponse
Packages that use TaskItemsResponse
-
Uses of TaskItemsResponse in com.aspose.tasks.cloud.api
Methods in com.aspose.tasks.cloud.api that return TaskItemsResponseModifier and TypeMethodDescriptionTasksApi.getCriticalPath
(GetCriticalPathRequest request) Returns the list of the tasks which must be completed on time for a project to finish on schedule.TasksApi.getTasks
(GetTasksRequest request) Get a project's tasks.TasksApi.postTasks
(PostTasksRequest request) Create multiple tasks by single request.Method parameters in com.aspose.tasks.cloud.api with type arguments of type TaskItemsResponseModifier and TypeMethodDescriptioncom.squareup.okhttp.Call
TasksApi.getCriticalPathAsync
(GetCriticalPathRequest request, ApiCallback<TaskItemsResponse> callback) Returns the list of the tasks which must be completed on time for a project to finish on schedule.com.squareup.okhttp.Call
TasksApi.getTasksAsync
(GetTasksRequest request, ApiCallback<TaskItemsResponse> callback) Get a project's tasks.com.squareup.okhttp.Call
TasksApi.postTasksAsync
(PostTasksRequest request, ApiCallback<TaskItemsResponse> callback) Create multiple tasks by single request. -
Uses of TaskItemsResponse in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return TaskItemsResponse