Uses of Enum Class
com.aspose.tasks.cloud.model.RateFormatType
Packages that use RateFormatType
-
Uses of RateFormatType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return RateFormatTypeModifier and TypeMethodDescriptionstatic RateFormatType
Resource.getOvertimeRateFormat()
The units used by Microsoft Project to display the overtime rate.Resource.getStandardRateFormat()
The units used by Microsoft Project to display the standard rate.RateFormatType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static RateFormatType
Returns the enum constant of this class with the specified name.static RateFormatType[]
RateFormatType.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 RateFormatTypeModifier and TypeMethodDescriptionResource.overtimeRateFormat
(RateFormatType overtimeRateFormat) void
Resource.setOvertimeRateFormat
(RateFormatType overtimeRateFormat) void
Resource.setStandardRateFormat
(RateFormatType standardRateFormat) Resource.standardRateFormat
(RateFormatType standardRateFormat) void
RateFormatType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, RateFormatType enumeration)