Klasse RemoteIssueLinkRequest

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

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

    • application

      protected RemoteIssueLinkRequestApplication application
    • globalId

      protected String globalId
      An identifier for the remote item in the remote system. For example, the global ID for a remote item in Confluence would consist of the app ID and page ID, like this: appId=456&pageId=123. Setting this field enables the remote issue link details to be updated or deleted using remote system and item details as the record identifier, rather than using the record's Jira ID. The maximum length is 255 characters.
    • object

      protected RemoteIssueLinkObject object
    • relationship

      protected String relationship
      Description of the relationship between the issue and the linked item. If not set, the relationship description "links to" is used in Jira.
  • Konstruktordetails

    • RemoteIssueLinkRequest

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

      @Internal public RemoteIssueLinkRequest(RemoteIssueLinkRequestApplication application, String globalId, RemoteIssueLinkObject object, String relationship)
      Constructs a validated instance of RemoteIssueLinkRequest.

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

      Parameter:
      application - var.name
      globalId - An identifier for the remote item in the remote system. For example, the global ID for a remote item in Confluence would consist of the app ID and page ID, like this: appId=456&amp;pageId=123. Setting this field enables the remote issue link details to be updated or deleted using remote system and item details as the record identifier, rather than using the record's Jira ID. The maximum length is 255 characters.
      object - var.name
      relationship - Description of the relationship between the issue and the linked item. If not set, the relationship description "links to" is used in Jira.
    • RemoteIssueLinkRequest

      protected RemoteIssueLinkRequest()
  • Methodendetails

    • builder

    • application

      public RemoteIssueLinkRequestApplication application()
    • globalId

      public String globalId()
      An identifier for the remote item in the remote system. For example, the global ID for a remote item in Confluence would consist of the app ID and page ID, like this: appId=456&amp;pageId=123. Setting this field enables the remote issue link details to be updated or deleted using remote system and item details as the record identifier, rather than using the record's Jira ID. The maximum length is 255 characters.
    • object

      public RemoteIssueLinkObject object()
    • relationship

      public String relationship()
      Description of the relationship between the issue and the linked item. If not set, the relationship description "links to" is used in Jira.
    • application

      Gibt zurück:
      this.
    • globalId

      public RemoteIssueLinkRequest globalId(String globalId)
      An identifier for the remote item in the remote system. For example, the global ID for a remote item in Confluence would consist of the app ID and page ID, like this: appId=456&amp;pageId=123. Setting this field enables the remote issue link details to be updated or deleted using remote system and item details as the record identifier, rather than using the record's Jira ID. The maximum length is 255 characters.
      Gibt zurück:
      this.
    • object

      Gibt zurück:
      this.
    • relationship

      public RemoteIssueLinkRequest relationship(String relationship)
      Description of the relationship between the issue and the linked item. If not set, the relationship description "links to" is used in Jira.
      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