Uses of Class
com.aspose.tasks.cloud.model.responses.TimephasedDataResponse
Packages that use TimephasedDataResponse
-
Uses of TimephasedDataResponse in com.aspose.tasks.cloud.api
Methods in com.aspose.tasks.cloud.api that return TimephasedDataResponseModifier and TypeMethodDescriptionTasksApi.getAssignmentTimephasedData
(GetAssignmentTimephasedDataRequest request) Get timescaled data for an assignment with the specified Uid.TasksApi.getResourceTimephasedData
(GetResourceTimephasedDataRequest request) Get timescaled data for a resource with the specified Uid.TasksApi.getTaskTimephasedData
(GetTaskTimephasedDataRequest request) Get timescaled data for a task with the specified Uid.Method parameters in com.aspose.tasks.cloud.api with type arguments of type TimephasedDataResponseModifier and TypeMethodDescriptioncom.squareup.okhttp.Call
TasksApi.getAssignmentTimephasedDataAsync
(GetAssignmentTimephasedDataRequest request, ApiCallback<TimephasedDataResponse> callback) Get timescaled data for an assignment with the specified Uid.com.squareup.okhttp.Call
TasksApi.getResourceTimephasedDataAsync
(GetResourceTimephasedDataRequest request, ApiCallback<TimephasedDataResponse> callback) Get timescaled data for a resource with the specified Uid.com.squareup.okhttp.Call
TasksApi.getTaskTimephasedDataAsync
(GetTaskTimephasedDataRequest request, ApiCallback<TimephasedDataResponse> callback) Get timescaled data for a task with the specified Uid. -
Uses of TimephasedDataResponse in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return TimephasedDataResponseModifier and TypeMethodDescriptionTimephasedDataResponse.addItemsItem
(TimephasedData itemsItem) TimephasedDataResponse.items
(List<TimephasedData> items)