Uses of Enum Class
com.aspose.tasks.cloud.model.RateType
Packages that use RateType
-
Uses of RateType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return RateTypeModifier and TypeMethodDescriptionstatic RateType
ResourceAssignment.getCostRateTableType()
Returns or sets the cost rate table used for this assignment.RateType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static RateType
Returns the enum constant of this class with the specified name.static RateType[]
RateType.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 RateTypeModifier and TypeMethodDescriptionResourceAssignment.costRateTableType
(RateType costRateTableType) void
ResourceAssignment.setCostRateTableType
(RateType costRateTableType) void