Class RemoteIssueLink
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteIssueLink
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteIssueLink
extends Object
RemoteIssueLink
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Applicationprotected StringThe global ID of the link, such as the ID of the item on the remote system.protected LongThe ID of the link.protected RemoteObjectprotected StringDescription of the relationship between the issue and the linked item.protected URIThe URL of the link. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRemoteIssueLink(Application application, String globalId, Long id, RemoteObject object, String relationship, URI self) Constructs a validated instance ofRemoteIssueLink.Constructs a validated instance ofRemoteIssueLink. -
Method Summary
Modifier and TypeMethodDescriptionapplication(Application application) builder()protected booleanbooleanglobalId()The global ID of the link, such as the ID of the item on the remote system.The global ID of the link, such as the ID of the item on the remote system.inthashCode()id()The ID of the link.The ID of the link.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.self()The URL of the link.The URL of the link.toString()
-
Field Details
-
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
-
relationship
Description of the relationship between the issue and the linked item. -
self
The URL of the link.
-
-
Constructor Details
-
RemoteIssueLink
Constructs a validated instance ofRemoteIssueLink.- Parameters:
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 ofRemoteIssueLink.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemoteIssueLink(Consumer)instead.- Parameters:
application- applicationglobalId- The global ID of the link, such as the ID of the item on the remote system.id- The ID of the link.object- objectrelationship- Description of the relationship between the issue and the linked item.self- The URL of the link.
-
RemoteIssueLink
protected RemoteIssueLink()
-
-
Method Details
-
builder
-
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
-
relationship
Description of the relationship between the issue and the linked item. -
self
The URL of the link. -
application
- Returns:
this.
-
globalId
The global ID of the link, such as the ID of the item on the remote system.- Returns:
this.
-
id
The ID of the link.- Returns:
this.
-
object
- Returns:
this.
-
relationship
Description of the relationship between the issue and the linked item.- Returns:
this.
-
self
The URL of the link.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-