Klasse IssueLinkInwardIssue

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

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

    • fields

      protected LinkedIssueFields fields
    • id

      protected String id
      The ID of an issue. Required if key isn't provided.
    • key

      protected String key
      The key of an issue. Required if id isn't provided.
    • self

      protected URI self
      The URL of the issue.
  • Konstruktordetails

    • IssueLinkInwardIssue

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

      @Internal public IssueLinkInwardIssue(LinkedIssueFields fields, String id, String key, URI self)
      Constructs a validated instance of IssueLinkInwardIssue.

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

      Parameter:
      fields - fields
      id - The ID of an issue. Required if key isn't provided.
      key - The key of an issue. Required if id isn't provided.
      self - The URL of the issue.
    • IssueLinkInwardIssue

      protected IssueLinkInwardIssue()
  • Methodendetails