Uses of Class
com.aspose.tasks.cloud.model.TaskLink
Packages that use TaskLink
Package
Description
-
Uses of TaskLink in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return TaskLinkModifier and TypeMethodDescriptionTaskLink.lagFormat(TimeUnitType lagFormat) TaskLink.linkLagTimeSpan(String linkLagTimeSpan) TaskLink.linkType(TaskLinkType linkType) TaskLink.predecessorUid(Integer predecessorUid) TaskLink.successorUid(Integer successorUid) -
Uses of TaskLink in com.aspose.tasks.cloud.model.requests
Methods in com.aspose.tasks.cloud.model.requests that return TaskLinkModifier and TypeMethodDescriptionPostTaskLinkRequest.gettaskLink()PutTaskLinkRequest.gettaskLink()Methods in com.aspose.tasks.cloud.model.requests with parameters of type TaskLinkModifier and TypeMethodDescriptionvoidPostTaskLinkRequest.settaskLink(TaskLink value) voidPutTaskLinkRequest.settaskLink(TaskLink value) Constructors in com.aspose.tasks.cloud.model.requests with parameters of type TaskLink -
Uses of TaskLink in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return TaskLinkMethods in com.aspose.tasks.cloud.model.responses that return types with arguments of type TaskLinkMethods in com.aspose.tasks.cloud.model.responses with parameters of type TaskLinkModifier and TypeMethodDescriptionTaskLinksResponse.addTaskLinksItem(TaskLink taskLinksItem) voidTaskLinkResponse.setTaskLink(TaskLink taskLink) Method parameters in com.aspose.tasks.cloud.model.responses with type arguments of type TaskLink