Uses of Enum Class
org.miaixz.bus.gitlab.models.LinkType
Packages that use LinkType
-
Uses of LinkType in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type LinkTypeModifier and TypeMethodDescriptionIssuesApi.createIssueLink(Object projectIdOrPath, Long issueIid, Object targetProjectIdOrPath, Long targetIssueIid, LinkType linkType) Creates a two-way relation between two issues.EpicsApi.createRelatedEpicLink(Object groupIdOrPath, Long epicIid, Object targetGroupIdOrPath, Long targetEpicIid, LinkType linkType) Create a two-way relation between two epics. -
Uses of LinkType in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return LinkTypeModifier and TypeMethodDescriptionstatic LinkTypeIssue.getLinkType()IssueLink.getLinkType()RelatedEpic.getLinkType()RelatedEpicLink.getLinkType()static LinkTypeReturns the enum constant of this class with the specified name.static LinkType[]LinkType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab.models with parameters of type LinkTypeModifier and TypeMethodDescriptionvoidIssue.setLinkType(LinkType linkType) voidIssueLink.setLinkType(LinkType linkType) voidRelatedEpic.setLinkType(LinkType linkType) voidRelatedEpicLink.setLinkType(LinkType linkType)