Uses of Enum
com.atlassian.jira.rest.client.api.domain.IssueLinkType.Direction
Packages that use IssueLinkType.Direction
-
Uses of IssueLinkType.Direction in com.atlassian.jira.rest.client.api.domain
Methods in com.atlassian.jira.rest.client.api.domain that return IssueLinkType.DirectionModifier and TypeMethodDescriptionIssueLinkType.getDirection()static IssueLinkType.DirectionReturns the enum constant of this type with the specified name.static IssueLinkType.Direction[]IssueLinkType.Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.jira.rest.client.api.domain with parameters of type IssueLinkType.DirectionModifierConstructorDescriptionIssueLinkType(String name, String description, IssueLinkType.Direction direction)