Uses of Enum Class
com.aspose.tasks.cloud.model.RateScaleType
Packages that use RateScaleType
-
Uses of RateScaleType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return RateScaleTypeModifier and TypeMethodDescriptionstatic RateScaleType
ResourceAssignment.getRateScale()
Returns the time unit for the usage rate of the material resource assignment.RateScaleType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static RateScaleType
Returns the enum constant of this class with the specified name.static RateScaleType[]
RateScaleType.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 RateScaleTypeModifier and TypeMethodDescriptionResourceAssignment.rateScale
(RateScaleType rateScale) void
ResourceAssignment.setRateScale
(RateScaleType rateScale) void
RateScaleType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, RateScaleType enumeration)