Klasse ExportArchivedIssuesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.ExportArchivedIssuesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ExportArchivedIssuesOperationSpec
extends Object
ExportArchivedIssuesSpec
Specification for the ExportArchivedIssues operation.
Export archived issue(s)
-
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
ExportArchivedIssuesOperationSpec
(ArchivedIssuesFilterRequest archivedIssuesFilterRequest) Constructs a validated instance ofExportArchivedIssuesOperationSpec
.Constructs a validated instance ofExportArchivedIssuesOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull ArchivedIssuesFilterRequest
You can filter the issues in your request by theprojects
,archivedBy
,archivedDate
,issueTypes
, andreporters
fields.archivedIssuesFilterRequest
(@NotNull ArchivedIssuesFilterRequest archivedIssuesFilterRequest) You can filter the issues in your request by theprojects
,archivedBy
,archivedDate
,issueTypes
, andreporters
fields.builder()
protected boolean
boolean
int
hashCode()
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
-
ExportArchivedIssuesOperationSpec
@Internal public ExportArchivedIssuesOperationSpec(Consumer<ExportArchivedIssuesOperationSpec> spec) Constructs a validated instance ofExportArchivedIssuesOperationSpec
.- Parameter:
spec
- the specification to process
-
ExportArchivedIssuesOperationSpec
@Internal public ExportArchivedIssuesOperationSpec(ArchivedIssuesFilterRequest archivedIssuesFilterRequest) Constructs a validated instance ofExportArchivedIssuesOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
archivedIssuesFilterRequest
- You can filter the issues in your request by theprojects
,archivedBy
,archivedDate
,issueTypes
, andreporters
fields. All filters are optional. If you don't provide any filters, you'll get a list of up to one million archived issues.
-
ExportArchivedIssuesOperationSpec
protected ExportArchivedIssuesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
archivedIssuesFilterRequest
You can filter the issues in your request by theprojects
,archivedBy
,archivedDate
,issueTypes
, andreporters
fields. All filters are optional. If you don't provide any filters, you'll get a list of up to one million archived issues. -
archivedIssuesFilterRequest
public ExportArchivedIssuesOperationSpec archivedIssuesFilterRequest(@NotNull @NotNull ArchivedIssuesFilterRequest archivedIssuesFilterRequest) You can filter the issues in your request by theprojects
,archivedBy
,archivedDate
,issueTypes
, andreporters
fields. All filters are optional. If you don't provide any filters, you'll get a list of up to one million archived issues.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-