Uses of Class
com.aspose.tasks.cloud.model.TaskCreationRequest
Packages that use TaskCreationRequest
-
Uses of TaskCreationRequest in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return TaskCreationRequestModifier and TypeMethodDescriptionTaskCreationRequest.beforeTaskId(Integer beforeTaskId) TaskCreationRequest.parentTaskUid(Integer parentTaskUid) -
Uses of TaskCreationRequest in com.aspose.tasks.cloud.model.requests
Methods in com.aspose.tasks.cloud.model.requests that return types with arguments of type TaskCreationRequestMethod parameters in com.aspose.tasks.cloud.model.requests with type arguments of type TaskCreationRequestModifier and TypeMethodDescriptionvoidPostTasksRequest.setrequests(List<TaskCreationRequest> value) Constructor parameters in com.aspose.tasks.cloud.model.requests with type arguments of type TaskCreationRequestModifierConstructorDescriptionPostTasksRequest(String name, List<TaskCreationRequest> requests, String fileName, String storage, String folder)