Class GetAuditV1OperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.operations.GetAuditV1OperationSpec
GetAuditV1
Returns all records in the audit log, optionally for a certain date range. This contains information about events like space exports, group membership changes, app installations, etc. For more information, see [Audit log](https://confluence.atlassian.com/confcloud/audit-log-802164269.html) in the Confluence administrator's guide. **[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 results to the records on or before the `endDate`.Filters the results to the records on or before the `endDate`.booleaninthashCode()@Nullable Integerlimit()The maximum number of records to return per page.The maximum number of records to return per page.@Nullable StringFilters the results to records that have string property values matching the `searchString`.searchString(@Nullable String searchString) Filters the results to records that have string property values matching the `searchString`.@Nullable Integerstart()The starting index of the returned records.The starting index of the returned records.@Nullable StringFilters the results to the records on or after the `startDate`.Filters the 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
-
GetAuditV1OperationSpec
Constructs a validated instance ofGetAuditV1OperationSpec.- 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 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 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 results to records that have string property values matching the `searchString`. -
start
The starting index of the returned records. -
limit
The maximum number of records to return per page. Note, this may be restricted by fixed system limits. -
startDate
Filters the 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 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 results to records that have string property values matching the `searchString`.- Returns:
this.
-
start
The starting index of the returned records.- Returns:
this.
-
limit
The maximum number of records to return per page. Note, this may be restricted by fixed system limits.- Returns:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-