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 ConstraintType
Task.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 ConstraintType
Returns 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) void
Task.setConstraintType
(ConstraintType constraintType) void
ConstraintType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, ConstraintType enumeration)