Class ArchiveIssuesAsyncOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.ArchiveIssuesAsyncOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ArchiveIssuesAsyncOperationSpec
extends Object
ArchiveIssuesAsyncSpec
Specification for the ArchiveIssuesAsync operation.
Archive issue(s) by JQL
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ArchiveIssuesAsyncOperationSpec
(ArchiveIssueAsyncRequest archiveIssueAsyncRequest) Constructs a validated instance ofArchiveIssuesAsyncOperationSpec
.Constructs a validated instance ofArchiveIssuesAsyncOperationSpec
. -
Method Summary
Modifier and TypeMethodDescription@NotNull ArchiveIssueAsyncRequest
A JQL query specifying the issues to archive.archiveIssueAsyncRequest
(@NotNull ArchiveIssueAsyncRequest archiveIssueAsyncRequest) A JQL query specifying the issues to archive.builder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
ArchiveIssuesAsyncOperationSpec
Constructs a validated instance ofArchiveIssuesAsyncOperationSpec
.- Parameters:
spec
- the specification to process
-
ArchiveIssuesAsyncOperationSpec
Constructs a validated instance ofArchiveIssuesAsyncOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
archiveIssueAsyncRequest
- A JQL query specifying the issues to archive. Note that subtasks can only be archived through their parent issues.
-
ArchiveIssuesAsyncOperationSpec
protected ArchiveIssuesAsyncOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
archiveIssueAsyncRequest
A JQL query specifying the issues to archive. Note that subtasks can only be archived through their parent issues. -
archiveIssueAsyncRequest
public ArchiveIssuesAsyncOperationSpec archiveIssueAsyncRequest(@NotNull @NotNull ArchiveIssueAsyncRequest archiveIssueAsyncRequest) A JQL query specifying the issues to archive. Note that subtasks can only be archived through their parent issues.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-