Uses of Enum Class
com.aspose.tasks.cloud.model.LevelingOrder
Packages that use LevelingOrder
-
Uses of LevelingOrder in com.aspose.tasks.cloud.model
Subclasses with type arguments of type LevelingOrder in com.aspose.tasks.cloud.modelModifier and TypeClassDescriptionenumDefines the possible values of leveling order.static classMethods in com.aspose.tasks.cloud.model that return LevelingOrderModifier and TypeMethodDescriptionstatic LevelingOrderLevelingOptions.getLevelingOrder()The order in which the leveling algorithm delays tasks that have overallocations.LevelingOrder.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static LevelingOrderReturns the enum constant of this class with the specified name.static LevelingOrder[]LevelingOrder.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 LevelingOrderModifier and TypeMethodDescriptionLevelingOptions.levelingOrder(LevelingOrder levelingOrder) voidLevelingOptions.setLevelingOrder(LevelingOrder levelingOrder) voidLevelingOrder.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, LevelingOrder enumeration)