Uses of Class
com.aspose.tasks.cloud.model.TimephasedData
Packages that use TimephasedData
-
Uses of TimephasedData in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return TimephasedDataModifier and TypeMethodDescriptionTimephasedData.finish
(org.threeten.bp.OffsetDateTime finish) TimephasedData.start
(org.threeten.bp.OffsetDateTime start) TimephasedData.timephasedDataType
(TimephasedDataType timephasedDataType) TimephasedData.unit
(TimeUnitType unit) Methods in com.aspose.tasks.cloud.model that return types with arguments of type TimephasedDataModifier and TypeMethodDescriptionResourceAssignment.getTimephasedData()
Represents a collection of TimephasedData objects.Methods in com.aspose.tasks.cloud.model with parameters of type TimephasedDataModifier and TypeMethodDescriptionResourceAssignment.addTimephasedDataItem
(TimephasedData timephasedDataItem) Method parameters in com.aspose.tasks.cloud.model with type arguments of type TimephasedDataModifier and TypeMethodDescriptionvoid
ResourceAssignment.setTimephasedData
(List<TimephasedData> timephasedData) ResourceAssignment.timephasedData
(List<TimephasedData> timephasedData) -
Uses of TimephasedData in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return types with arguments of type TimephasedDataMethods in com.aspose.tasks.cloud.model.responses with parameters of type TimephasedDataMethod parameters in com.aspose.tasks.cloud.model.responses with type arguments of type TimephasedDataModifier and TypeMethodDescriptionTimephasedDataResponse.items
(List<TimephasedData> items) void
TimephasedDataResponse.setItems
(List<TimephasedData> items)