Uses of Enum Class
com.aspose.tasks.cloud.model.CostAccrualType
Packages that use CostAccrualType
-
Uses of CostAccrualType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return CostAccrualTypeModifier and TypeMethodDescriptionstatic CostAccrualType
Resource.getAccrueAt()
Determines how cost is accrued against the resource.Task.getFixedCostAccrual()
Determines how the fixed cost is accrued against a task.CostAccrualType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static CostAccrualType
Returns the enum constant of this class with the specified name.static CostAccrualType[]
CostAccrualType.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 CostAccrualTypeModifier and TypeMethodDescriptionResource.accrueAt
(CostAccrualType accrueAt) Task.fixedCostAccrual
(CostAccrualType fixedCostAccrual) void
Resource.setAccrueAt
(CostAccrualType accrueAt) void
Task.setFixedCostAccrual
(CostAccrualType fixedCostAccrual) void
CostAccrualType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, CostAccrualType enumeration)