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 RateTypeResourceAssignment.getCostRateTableType()Returns or sets the cost rate table used for this assignment.RateType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static RateTypeReturns 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) voidResourceAssignment.setCostRateTableType(RateType costRateTableType) void