Class RemoteObject
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteObject
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteObject
extends Object
RemoteObject
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofRemoteObject
.RemoteObject
(Consumer<RemoteObject> spec) Constructs a validated instance ofRemoteObject
. -
Method Summary
-
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
-
RemoteObject
Constructs a validated instance ofRemoteObject
.- Parameters:
spec
- the specification to process
-
RemoteObject
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.- Parameters:
icon
- iconstatus
- statussummary
- The summary details of the item.title
- The title of the item.url
- The URL of the item.
-
RemoteObject
protected RemoteObject()
-
-
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
-