Klasse LinkIssuesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.LinkIssuesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LinkIssuesOperationSpec
extends Object
LinkIssuesSpec
Specification for the LinkIssues operation.
Create issue link
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedLinkIssuesOperationSpec(LinkIssueRequestJsonBean linkIssueRequestJsonBean) Constructs a validated instance ofLinkIssuesOperationSpec.Constructs a validated instance ofLinkIssuesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull LinkIssueRequestJsonBeanThe issue link request.linkIssueRequestJsonBean(@NotNull LinkIssueRequestJsonBean linkIssueRequestJsonBean) The issue link request.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
LinkIssuesOperationSpec
Constructs a validated instance ofLinkIssuesOperationSpec.- Parameter:
spec- the specification to process
-
LinkIssuesOperationSpec
Constructs a validated instance ofLinkIssuesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
linkIssueRequestJsonBean- The issue link request.
-
LinkIssuesOperationSpec
protected LinkIssuesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
linkIssueRequestJsonBean
The issue link request. -
linkIssueRequestJsonBean
public LinkIssuesOperationSpec linkIssueRequestJsonBean(@NotNull @NotNull LinkIssueRequestJsonBean linkIssueRequestJsonBean) The issue link request.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-