Klasse RemoteIssueLink

java.lang.Object
io.github.primelib.jira4j.restv2.model.RemoteIssueLink

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

    • application

      protected Application application
    • globalId

      protected String globalId
      The global ID of the link, such as the ID of the item on the remote system.
    • id

      protected Long id
      The ID of the link.
    • object

      protected RemoteObject object
    • relationship

      protected String relationship
      Description of the relationship between the issue and the linked item.
    • self

      protected URI self
      The URL of the link.
  • Konstruktordetails

    • RemoteIssueLink

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

      @Internal public RemoteIssueLink(Application application, String globalId, Long id, RemoteObject object, String relationship, URI self)
      Constructs a validated instance of RemoteIssueLink.

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

      Parameter:
      application - application
      globalId - The global ID of the link, such as the ID of the item on the remote system.
      id - The ID of the link.
      object - object
      relationship - Description of the relationship between the issue and the linked item.
      self - The URL of the link.
    • RemoteIssueLink

      protected RemoteIssueLink()
  • Methodendetails

    • builder

      public static RemoteIssueLink.RemoteIssueLinkBuilder builder()
    • application

      public Application application()
    • globalId

      public String globalId()
      The global ID of the link, such as the ID of the item on the remote system.
    • id

      public Long id()
      The ID of the link.
    • object

      public RemoteObject object()
    • relationship

      public String relationship()
      Description of the relationship between the issue and the linked item.
    • self

      public URI self()
      The URL of the link.
    • application

      public RemoteIssueLink application(Application application)
      Gibt zurück:
      this.
    • globalId

      public RemoteIssueLink globalId(String globalId)
      The global ID of the link, such as the ID of the item on the remote system.
      Gibt zurück:
      this.
    • id

      public RemoteIssueLink id(Long id)
      The ID of the link.
      Gibt zurück:
      this.
    • object

      public RemoteIssueLink object(RemoteObject object)
      Gibt zurück:
      this.
    • relationship

      public RemoteIssueLink relationship(String relationship)
      Description of the relationship between the issue and the linked item.
      Gibt zurück:
      this.
    • self

      public RemoteIssueLink self(URI self)
      The URL of the link.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object