Klasse VersionRelatedWork
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionRelatedWork
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionRelatedWork
extends Object
VersionRelatedWork
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofVersionRelatedWork
.Constructs a validated instance ofVersionRelatedWork
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
category()
The category of the related workThe category of the related workboolean
int
hashCode()
issueId()
The title of the related workThe title of the related workThe id of the related work.relatedWorkId
(String relatedWorkId) The id of the related work.title()
The title of the related workThe title of the related worktoString()
url()
The URL of the related workThe URL of the related work
-
Felddetails
-
category
The category of the related work -
issueId
The title of the related work -
title
The title of the related work -
url
The URL of the related work
-
-
Konstruktordetails
-
VersionRelatedWork
Constructs a validated instance ofVersionRelatedWork
.- Parameter:
spec
- the specification to process
-
VersionRelatedWork
@Internal public VersionRelatedWork(String category, Long issueId, String relatedWorkId, String title, URI url) Constructs a validated instance ofVersionRelatedWork
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
VersionRelatedWork(Consumer)
instead.- Parameter:
category
- The category of the related workissueId
- The title of the related workrelatedWorkId
- The id of the related work. For the native release note related work item, this will be null, and Rest API does not support updating it.title
- The title of the related workurl
- The URL of the related work
-
VersionRelatedWork
protected VersionRelatedWork()
-
-
Methodendetails
-
builder
-
category
The category of the related work -
issueId
The title of the related work -
title
The title of the related work -
url
The URL of the related work -
category
The category of the related work- Gibt zurück:
this
.
-
issueId
The title of the related work- Gibt zurück:
this
.
-
title
The title of the related work- Gibt zurück:
this
.
-
url
The URL of the related work- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-