Klasse RemoteObject
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteObject
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteObject
extends Object
RemoteObject
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
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
RemoteObject
(RemoteObjectIcon icon, RemoteObjectStatus status, String summary, String title, String url) Constructs a validated instance ofRemoteObject
.RemoteObject
(Consumer<RemoteObject> spec) Constructs a validated instance ofRemoteObject
. -
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
-
RemoteObject
Constructs a validated instance ofRemoteObject
.- Parameter:
spec
- the specification to process
-
RemoteObject
@Internal public RemoteObject(RemoteObjectIcon icon, RemoteObjectStatus status, String summary, String title, String url) Constructs a validated instance ofRemoteObject
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemoteObject(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.
-
RemoteObject
protected RemoteObject()
-
-
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
-