Klasse 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
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedArchiveIssuesAsyncOperationSpec(ArchiveIssueAsyncRequest archiveIssueAsyncRequest) Constructs a validated instance ofArchiveIssuesAsyncOperationSpec.Constructs a validated instance ofArchiveIssuesAsyncOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull ArchiveIssueAsyncRequestA JQL query specifying the issues to archive.archiveIssueAsyncRequest(@NotNull ArchiveIssueAsyncRequest archiveIssueAsyncRequest) A JQL query specifying the issues to archive.builder()protected booleanbooleaninthashCode()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
-
ArchiveIssuesAsyncOperationSpec
Constructs a validated instance ofArchiveIssuesAsyncOperationSpec.- Parameter:
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.
- Parameter:
archiveIssueAsyncRequest- A JQL query specifying the issues to archive. Note that subtasks can only be archived through their parent issues.
-
ArchiveIssuesAsyncOperationSpec
protected ArchiveIssuesAsyncOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-