Klasse IssueLink

java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueLink

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class IssueLink extends Object
IssueLink
  • Felddetails

    • id

      protected String id
      The ID of the issue link.
    • inwardIssue

      protected LinkedIssue inwardIssue
    • outwardIssue

      protected LinkedIssue outwardIssue
    • self

      protected URI self
      The URL of the issue link.
    • type

      protected IssueLinkType type
  • Konstruktordetails

    • IssueLink

      public IssueLink(Consumer<IssueLink> spec)
      Constructs a validated instance of IssueLink.
      Parameter:
      spec - the specification to process
    • IssueLink

      @Internal public IssueLink(String id, LinkedIssue inwardIssue, LinkedIssue outwardIssue, URI self, IssueLinkType type)
      Constructs a validated instance of IssueLink.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using IssueLink(Consumer) instead.

      Parameter:
      id - The ID of the issue link.
      inwardIssue - inwardIssue
      outwardIssue - outwardIssue
      self - The URL of the issue link.
      type - type
    • IssueLink

      protected IssueLink()
  • Methodendetails