Klasse CreateOrUpdateRemoteIssueLinkOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.CreateOrUpdateRemoteIssueLinkOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateOrUpdateRemoteIssueLinkOperationSpec
extends Object
CreateOrUpdateRemoteIssueLinkSpec
Specification for the CreateOrUpdateRemoteIssueLink operation.
Create or update remote issue link
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreateOrUpdateRemoteIssueLinkOperationSpec
(String issueIdOrKey, RemoteIssueLinkRequest remoteIssueLinkRequest) Constructs a validated instance ofCreateOrUpdateRemoteIssueLinkOperationSpec
.CreateOrUpdateRemoteIssueLinkOperationSpec
(Consumer<CreateOrUpdateRemoteIssueLinkOperationSpec> spec) Constructs a validated instance ofCreateOrUpdateRemoteIssueLinkOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull String
The ID or key of the issue.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.@NotNull RemoteIssueLinkRequest
remoteIssueLinkRequest
(@NotNull RemoteIssueLinkRequest remoteIssueLinkRequest) toString()
void
validate()
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
-
CreateOrUpdateRemoteIssueLinkOperationSpec
@Internal public CreateOrUpdateRemoteIssueLinkOperationSpec(Consumer<CreateOrUpdateRemoteIssueLinkOperationSpec> spec) Constructs a validated instance ofCreateOrUpdateRemoteIssueLinkOperationSpec
.- Parameter:
spec
- the specification to process
-
CreateOrUpdateRemoteIssueLinkOperationSpec
@Internal public CreateOrUpdateRemoteIssueLinkOperationSpec(String issueIdOrKey, RemoteIssueLinkRequest remoteIssueLinkRequest) Constructs a validated instance ofCreateOrUpdateRemoteIssueLinkOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
issueIdOrKey
- The ID or key of the issue.remoteIssueLinkRequest
-
-
CreateOrUpdateRemoteIssueLinkOperationSpec
protected CreateOrUpdateRemoteIssueLinkOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static CreateOrUpdateRemoteIssueLinkOperationSpec.CreateOrUpdateRemoteIssueLinkOperationSpecBuilder builder() -
issueIdOrKey
The ID or key of the issue. -
remoteIssueLinkRequest
-
issueIdOrKey
public CreateOrUpdateRemoteIssueLinkOperationSpec issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Gibt zurück:
this
.
-
remoteIssueLinkRequest
public CreateOrUpdateRemoteIssueLinkOperationSpec remoteIssueLinkRequest(@NotNull @NotNull RemoteIssueLinkRequest remoteIssueLinkRequest) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-