Uses of Class
com.aspose.tasks.cloud.model.LevelingOptions
Packages that use LevelingOptions
-
Uses of LevelingOptions in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return LevelingOptionsModifier and TypeMethodDescriptionLevelingOptions.addResourceUidsItem(Integer resourceUidsItem) LevelingOptions.finishDate(org.threeten.bp.OffsetDateTime finishDate) LevelingOptions.levelingOrder(LevelingOrder levelingOrder) LevelingOptions.resourceUids(List<Integer> resourceUids) LevelingOptions.startDate(org.threeten.bp.OffsetDateTime startDate) -
Uses of LevelingOptions in com.aspose.tasks.cloud.model.requests
Methods in com.aspose.tasks.cloud.model.requests that return LevelingOptionsMethods in com.aspose.tasks.cloud.model.requests with parameters of type LevelingOptionsConstructors in com.aspose.tasks.cloud.model.requests with parameters of type LevelingOptionsModifierConstructorDescriptionLevelTasksRequest(String name, LevelingOptions options, String fileName, String folder, String storage)