Class IssueLink
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueLink
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueLink
extends Object
IssueLink
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ID of the issue link.protected LinkedIssueprotected LinkedIssueprotected URIThe URL of the issue link.protected IssueLinkType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIssueLink(String id, LinkedIssue inwardIssue, LinkedIssue outwardIssue, URI self, IssueLinkType type) Constructs a validated instance ofIssueLink.Constructs a validated instance ofIssueLink. -
Method Summary
Modifier and TypeMethodDescriptionstatic IssueLink.IssueLinkBuilderbuilder()protected booleanbooleaninthashCode()id()The ID of the issue link.The ID of the issue link.inwardIssue(LinkedIssue inwardIssue) outwardIssue(LinkedIssue outwardIssue) self()The URL of the issue link.The URL of the issue link.toString()type()type(IssueLinkType type)
-
Field Details
-
id
The ID of the issue link. -
inwardIssue
-
outwardIssue
-
self
The URL of the issue link. -
type
-
-
Constructor Details
-
IssueLink
Constructs a validated instance ofIssueLink.- Parameters:
spec- the specification to process
-
IssueLink
@Internal public IssueLink(String id, LinkedIssue inwardIssue, LinkedIssue outwardIssue, URI self, IssueLinkType type) Constructs a validated instance ofIssueLink.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueLink(Consumer)instead.- Parameters:
id- The ID of the issue link.inwardIssue- inwardIssueoutwardIssue- outwardIssueself- The URL of the issue link.type- type
-
IssueLink
protected IssueLink()
-
-
Method Details
-
builder
-
id
The ID of the issue link. -
inwardIssue
-
outwardIssue
-
self
The URL of the issue link. -
type
-
id
The ID of the issue link.- Returns:
this.
-
inwardIssue
- Returns:
this.
-
outwardIssue
- Returns:
this.
-
self
The URL of the issue link.- Returns:
this.
-
type
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-