Class RemoteIssueLinkObject
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteIssueLinkObject
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteIssueLinkObject
extends Object
RemoteIssueLinkObject
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RemoteIssueLinkObject
(RemoteObjectIcon icon, RemoteObjectStatus status, String summary, String title, String url) Constructs a validated instance ofRemoteIssueLinkObject
.Constructs a validated instance ofRemoteIssueLinkObject
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.
-
Field Details
-
icon
-
status
-
summary
The summary details of the item. -
title
The title of the item. -
url
The URL of the item.
-
-
Constructor Details
-
RemoteIssueLinkObject
Constructs a validated instance ofRemoteIssueLinkObject
.- Parameters:
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.- Parameters:
icon
- iconstatus
- statussummary
- The summary details of the item.title
- The title of the item.url
- The URL of the item.
-
RemoteIssueLinkObject
protected RemoteIssueLinkObject()
-
-
Method Details
-
builder
-
icon
-
status
-
summary
The summary details of the item. -
title
The title of the item. -
url
The URL of the item. -
icon
- Returns:
this
.
-
status
- Returns:
this
.
-
summary
The summary details of the item.- Returns:
this
.
-
title
The title of the item.- Returns:
this
.
-
url
The URL of the item.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-