Klasse GetRemoteIssueLinkByIdOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetRemoteIssueLinkByIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetRemoteIssueLinkByIdOperationSpec
extends Object
GetRemoteIssueLinkByIdSpec
Specification for the GetRemoteIssueLinkById operation.
Get remote issue link by ID
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetRemoteIssueLinkByIdOperationSpec(String issueIdOrKey, String linkId) Constructs a validated instance ofGetRemoteIssueLinkByIdOperationSpec.Constructs a validated instance ofGetRemoteIssueLinkByIdOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringThe ID or key of the issue.issueIdOrKey(@NotNull String issueIdOrKey) The ID or key of the issue.@NotNull StringlinkId()The ID of the remote issue link.The ID of the remote issue link.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
-
GetRemoteIssueLinkByIdOperationSpec
@Internal public GetRemoteIssueLinkByIdOperationSpec(Consumer<GetRemoteIssueLinkByIdOperationSpec> spec) Constructs a validated instance ofGetRemoteIssueLinkByIdOperationSpec.- Parameter:
spec- the specification to process
-
GetRemoteIssueLinkByIdOperationSpec
Constructs a validated instance ofGetRemoteIssueLinkByIdOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
issueIdOrKey- The ID or key of the issue.linkId- The ID of the remote issue link.
-
GetRemoteIssueLinkByIdOperationSpec
protected GetRemoteIssueLinkByIdOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetRemoteIssueLinkByIdOperationSpec.GetRemoteIssueLinkByIdOperationSpecBuilder builder() -
issueIdOrKey
The ID or key of the issue. -
linkId
The ID of the remote issue link. -
issueIdOrKey
The ID or key of the issue.- Gibt zurück:
this.
-
linkId
The ID of the remote issue link.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-