Uses of Enum Class
com.aspose.tasks.cloud.model.ConstraintType
Packages that use ConstraintType
-
Uses of ConstraintType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return ConstraintTypeModifier and TypeMethodDescriptionstatic ConstraintTypeTask.getConstraintType()Provides choices for the type of constraint that can be applied for scheduling a task.ConstraintType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static ConstraintTypeReturns the enum constant of this class with the specified name.static ConstraintType[]ConstraintType.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 ConstraintTypeModifier and TypeMethodDescriptionTask.constraintType(ConstraintType constraintType) voidTask.setConstraintType(ConstraintType constraintType) voidConstraintType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ConstraintType enumeration)