Klasse RemoteIssueLinkIdentifies

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

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

    • id

      protected Long id
      The ID of the remote issue link, such as the ID of the item on the remote system.
    • self

      protected String self
      The URL of the remote issue link.
  • Konstruktordetails

    • RemoteIssueLinkIdentifies

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

      @Internal public RemoteIssueLinkIdentifies(Long id, String self)
      Constructs a validated instance of RemoteIssueLinkIdentifies.

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

      Parameter:
      id - The ID of the remote issue link, such as the ID of the item on the remote system.
      self - The URL of the remote issue link.
    • RemoteIssueLinkIdentifies

      protected RemoteIssueLinkIdentifies()
  • Methodendetails