Class VersionRelatedWork
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionRelatedWork
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionRelatedWork
extends Object
VersionRelatedWork
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofVersionRelatedWork
.Constructs a validated instance ofVersionRelatedWork
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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
-
Field Details
-
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
-
-
Constructor Details
-
VersionRelatedWork
Constructs a validated instance ofVersionRelatedWork
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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- Returns:
this
.
-
issueId
The title of the related work- Returns:
this
.
-
title
The title of the related work- Returns:
this
.
-
url
The URL of the related work- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-