Class RemoteIssueLinkRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteIssueLinkRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteIssueLinkRequest
extends Object
RemoteIssueLinkRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Application
protected String
An identifier for the remote item in the remote system.protected RemoteObject
protected String
Description of the relationship between the issue and the linked item. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RemoteIssueLinkRequest
(Application application, String globalId, RemoteObject object, String relationship) Constructs a validated instance ofRemoteIssueLinkRequest
.Constructs a validated instance ofRemoteIssueLinkRequest
. -
Method Summary
Modifier and TypeMethodDescriptionapplication
(Application 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
(RemoteObject 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()
-
Field Details
-
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.
-
-
Constructor Details
-
RemoteIssueLinkRequest
Constructs a validated instance ofRemoteIssueLinkRequest
.- Parameters:
spec
- the specification to process
-
RemoteIssueLinkRequest
@Internal public RemoteIssueLinkRequest(Application application, String globalId, RemoteObject 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.- Parameters:
application
- applicationglobalId
- 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
- objectrelationship
- 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()
-
-
Method Details
-
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
- Returns:
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.- Returns:
this
.
-
object
- Returns:
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.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-