Class GetAuditExportV1OperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.operations.GetAuditExportV1OperationSpec
@Generated("io.github.primelib.primecodegen")
public class GetAuditExportV1OperationSpec
extends Object
GetAuditExportV1
Exports audit records as a CSV file or ZIP file. **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**: 'Confluence Administrator' global permission.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean@Nullable StringendDate()Filters the exported results to the records on or before the `endDate`.Filters the exported results to the records on or before the `endDate`.boolean@Nullable Stringformat()The format of the export file for the audit records.The format of the export file for the audit records.inthashCode()@Nullable StringFilters the exported results to records that have string property values matching the `searchString`.searchString(@Nullable String searchString) Filters the exported results to records that have string property values matching the `searchString`.@Nullable StringFilters the exported results to the records on or after the `startDate`.Filters the exported results to the records on or after the `startDate`.toString()voidvalidate()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
-
GetAuditExportV1OperationSpec
Constructs a validated instance ofGetAuditExportV1OperationSpec.- Parameters:
spec- the specification to process
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
startDate
Filters the exported results to the records on or after the `startDate`. The `startDate` must be specified as [epoch time](https://www.epochconverter.com/) in milliseconds. -
endDate
Filters the exported results to the records on or before the `endDate`. The `endDate` must be specified as [epoch time](https://www.epochconverter.com/) in milliseconds. -
searchString
Filters the exported results to records that have string property values matching the `searchString`. -
format
The format of the export file for the audit records. -
startDate
Filters the exported results to the records on or after the `startDate`. The `startDate` must be specified as [epoch time](https://www.epochconverter.com/) in milliseconds.- Returns:
this.
-
endDate
Filters the exported results to the records on or before the `endDate`. The `endDate` must be specified as [epoch time](https://www.epochconverter.com/) in milliseconds.- Returns:
this.
-
searchString
Filters the exported results to records that have string property values matching the `searchString`.- Returns:
this.
-
format
The format of the export file for the audit records.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-