Class RemoteIssueLinkIdentifies
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteIssueLinkIdentifies
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteIssueLinkIdentifies
extends Object
RemoteIssueLinkIdentifies
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RemoteIssueLinkIdentifies
(Long id, String self) Constructs a validated instance ofRemoteIssueLinkIdentifies
.Constructs a validated instance ofRemoteIssueLinkIdentifies
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
id()
The ID of the remote issue link, such as the ID of the item on the remote system.The ID of the remote issue link, such as the ID of the item on the remote system.self()
The URL of the remote issue link.The URL of the remote issue link.toString()
-
Field Details
-
id
The ID of the remote issue link, such as the ID of the item on the remote system. -
self
The URL of the remote issue link.
-
-
Constructor Details
-
RemoteIssueLinkIdentifies
Constructs a validated instance ofRemoteIssueLinkIdentifies
.- Parameters:
spec
- the specification to process
-
RemoteIssueLinkIdentifies
Constructs a validated instance ofRemoteIssueLinkIdentifies
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemoteIssueLinkIdentifies(Consumer)
instead.- Parameters:
id
- The ID of the remote issue link, such as the ID of the item on the remote system.self
- The URL of the remote issue link.
-
RemoteIssueLinkIdentifies
protected RemoteIssueLinkIdentifies()
-
-
Method Details
-
builder
-
id
The ID of the remote issue link, such as the ID of the item on the remote system. -
self
The URL of the remote issue link. -
id
The ID of the remote issue link, such as the ID of the item on the remote system.- Returns:
this
.
-
self
The URL of the remote issue link.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-