Klasse RemoteIssueLinkObject
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteIssueLinkObject
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteIssueLinkObject
extends Object
RemoteIssueLinkObject
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected RemoteObjectIcon
protected RemoteObjectStatus
protected String
The summary details of the item.protected String
The title of the item.protected String
The URL of the item. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RemoteIssueLinkObject
(RemoteObjectIcon icon, RemoteObjectStatus status, String summary, String title, String url) Constructs a validated instance ofRemoteIssueLinkObject
.Constructs a validated instance ofRemoteIssueLinkObject
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
icon()
icon
(RemoteObjectIcon icon) status()
status
(RemoteObjectStatus status) summary()
The summary details of the item.The summary details of the item.title()
The title of the item.The title of the item.toString()
url()
The URL of the item.The URL of the item.
-
Felddetails
-
icon
-
status
-
summary
The summary details of the item. -
title
The title of the item. -
url
The URL of the item.
-
-
Konstruktordetails
-
RemoteIssueLinkObject
Constructs a validated instance ofRemoteIssueLinkObject
.- Parameter:
spec
- the specification to process
-
RemoteIssueLinkObject
@Internal public RemoteIssueLinkObject(RemoteObjectIcon icon, RemoteObjectStatus status, String summary, String title, String url) Constructs a validated instance ofRemoteIssueLinkObject
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemoteIssueLinkObject(Consumer)
instead.- Parameter:
icon
- var.namestatus
- var.namesummary
- The summary details of the item.title
- The title of the item.url
- The URL of the item.
-
RemoteIssueLinkObject
protected RemoteIssueLinkObject()
-
-
Methodendetails
-
builder
-
icon
-
status
-
summary
The summary details of the item. -
title
The title of the item. -
url
The URL of the item. -
icon
- Gibt zurück:
this
.
-
status
- Gibt zurück:
this
.
-
summary
The summary details of the item.- Gibt zurück:
this
.
-
title
The title of the item.- Gibt zurück:
this
.
-
url
The URL of the item.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-