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 CostAccrualTypeResource.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 CostAccrualTypeReturns 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) voidResource.setAccrueAt(CostAccrualType accrueAt) voidTask.setFixedCostAccrual(CostAccrualType fixedCostAccrual) voidCostAccrualType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CostAccrualType enumeration)