Uses of Enum Class
com.aspose.tasks.cloud.model.TaskLinkType
Packages that use TaskLinkType
-
Uses of TaskLinkType in com.aspose.tasks.cloud.model
Subclasses with type arguments of type TaskLinkType in com.aspose.tasks.cloud.modelModifier and TypeClassDescriptionenumSpecifies the type of tasks dependency.static classMethods in com.aspose.tasks.cloud.model that return TaskLinkTypeModifier and TypeMethodDescriptionstatic TaskLinkTypeTaskLink.getLinkType()Get linkTypeTaskLinkType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static TaskLinkTypeReturns the enum constant of this class with the specified name.static TaskLinkType[]TaskLinkType.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 TaskLinkTypeModifier and TypeMethodDescriptionTaskLink.linkType(TaskLinkType linkType) voidTaskLink.setLinkType(TaskLinkType linkType) voidTaskLinkType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, TaskLinkType enumeration)