Klasse RemoteIssueLinkIdentifies
java.lang.Object
io.github.primelib.jira4j.restv2.model.RemoteIssueLinkIdentifies
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteIssueLinkIdentifies
extends Object
RemoteIssueLinkIdentifies
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RemoteIssueLinkIdentifies
(Long id, String self) Constructs a validated instance ofRemoteIssueLinkIdentifies
.Constructs a validated instance ofRemoteIssueLinkIdentifies
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
RemoteIssueLinkIdentifies
Constructs a validated instance ofRemoteIssueLinkIdentifies
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
self
The URL of the remote issue link.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-