Uses of Enum Class
com.aspose.tasks.cloud.model.TimephasedDataType
Packages that use TimephasedDataType
-
Uses of TimephasedDataType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return TimephasedDataTypeModifier and TypeMethodDescriptionstatic TimephasedDataType
TimephasedData.getTimephasedDataType()
The type of a timephased data.TimephasedDataType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static TimephasedDataType
Returns the enum constant of this class with the specified name.static TimephasedDataType[]
TimephasedDataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type TimephasedDataTypeModifier and TypeMethodDescriptionvoid
TimephasedData.setTimephasedDataType
(TimephasedDataType timephasedDataType) TimephasedData.timephasedDataType
(TimephasedDataType timephasedDataType) void
TimephasedDataType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, TimephasedDataType enumeration)