Uses of Enum Class
com.aspose.tasks.cloud.model.TaskLinkType
Packages that use TaskLinkType
-
Uses of TaskLinkType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return TaskLinkTypeModifier and TypeMethodDescriptionstatic TaskLinkType
TaskLink.getLinkType()
Get linkTypeTaskLinkType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static TaskLinkType
Returns 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) void
TaskLink.setLinkType
(TaskLinkType linkType) void
TaskLinkType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, TaskLinkType enumeration)