Uses of Enum Class
com.aspose.tasks.cloud.model.WorkContourType
Packages that use WorkContourType
-
Uses of WorkContourType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return WorkContourTypeModifier and TypeMethodDescriptionstatic WorkContourType
ResourceAssignment.getWorkContour()
Returns or sets the work contour of an assignment.WorkContourType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static WorkContourType
Returns the enum constant of this class with the specified name.static WorkContourType[]
WorkContourType.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 WorkContourTypeModifier and TypeMethodDescriptionvoid
ResourceAssignment.setWorkContour
(WorkContourType workContour) ResourceAssignment.workContour
(WorkContourType workContour) void
WorkContourType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, WorkContourType enumeration)