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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected RemoteIssueLinkRequestApplication
protected String
An identifier for the remote item in the remote system.protected RemoteIssueLinkObject
protected String
Description of the relationship between the issue and the linked item. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RemoteIssueLinkRequest
(RemoteIssueLinkRequestApplication application, String globalId, RemoteIssueLinkObject object, String relationship) Constructs a validated instance ofRemoteIssueLinkRequest
.Constructs a validated instance ofRemoteIssueLinkRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapplication
(RemoteIssueLinkRequestApplication application) builder()
protected boolean
boolean
globalId()
An identifier for the remote item in the remote system.An identifier for the remote item in the remote system.int
hashCode()
object()
object
(RemoteIssueLinkObject object) Description of the relationship between the issue and the linked item.relationship
(String relationship) Description of the relationship between the issue and the linked item.toString()
-
Felddetails
-
application
-
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
-
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
Constructs a validated instance ofRemoteIssueLinkRequest
.- Parameter:
spec
- the specification to process
-
RemoteIssueLinkRequest
@Internal public RemoteIssueLinkRequest(RemoteIssueLinkRequestApplication application, String globalId, RemoteIssueLinkObject object, String relationship) Constructs a validated instance ofRemoteIssueLinkRequest
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemoteIssueLinkRequest(Consumer)
instead.- Parameter:
application
- var.nameglobalId
- 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
- var.namerelationship
- 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
-
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
-
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
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.- Gibt zurück:
this
.
-
object
- Gibt zurück:
this
.
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-