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