Klasse IssueTransitionTo
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueTransitionTo
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueTransitionTo
extends Object
IssueTransitionTo
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the status.protected String
The URL of the icon used to represent the status.protected String
The ID of the status.protected String
The name of the status.protected String
The URL of the status.protected StatusDetailsStatusCategory
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueTransitionTo
(String description, String iconUrl, String id, String name, String self, StatusDetailsStatusCategory statusCategory) Constructs a validated instance ofIssueTransitionTo
.Constructs a validated instance ofIssueTransitionTo
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the status.description
(String description) The description of the status.boolean
int
hashCode()
iconUrl()
The URL of the icon used to represent the status.The URL of the icon used to represent the status.id()
The ID of the status.The ID of the status.name()
The name of the status.The name of the status.self()
The URL of the status.The URL of the status.statusCategory
(StatusDetailsStatusCategory statusCategory) toString()
-
Felddetails
-
description
The description of the status. -
iconUrl
The URL of the icon used to represent the status. -
id
The ID of the status. -
name
The name of the status. -
self
The URL of the status. -
statusCategory
-
-
Konstruktordetails
-
IssueTransitionTo
Constructs a validated instance ofIssueTransitionTo
.- Parameter:
spec
- the specification to process
-
IssueTransitionTo
@Internal public IssueTransitionTo(String description, String iconUrl, String id, String name, String self, StatusDetailsStatusCategory statusCategory) Constructs a validated instance ofIssueTransitionTo
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueTransitionTo(Consumer)
instead.- Parameter:
description
- The description of the status.iconUrl
- The URL of the icon used to represent the status.id
- The ID of the status.name
- The name of the status.self
- The URL of the status.statusCategory
- var.name
-
IssueTransitionTo
protected IssueTransitionTo()
-
-
Methodendetails
-
builder
-
description
The description of the status. -
iconUrl
The URL of the icon used to represent the status. -
id
The ID of the status. -
name
The name of the status. -
self
The URL of the status. -
statusCategory
-
description
The description of the status.- Gibt zurück:
this
.
-
iconUrl
The URL of the icon used to represent the status.- Gibt zurück:
this
.
-
id
The ID of the status.- Gibt zurück:
this
.
-
name
The name of the status.- Gibt zurück:
this
.
-
self
The URL of the status.- Gibt zurück:
this
.
-
statusCategory
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-