Class GetAuditSinceV1OperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.operations.GetAuditSinceV1OperationSpec
@Generated("io.github.primelib.primecodegen")
public class GetAuditSinceV1OperationSpec
extends Object
GetAuditSinceV1
Returns records from the audit log, for a time period back from the current date. For example, you can use this method to get the last 3 months of records. 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 booleanbooleaninthashCode()@Nullable Integerlimit()The maximum number of records to return per page.The maximum number of records to return per page.@Nullable Longnumber()The number of units for the time period.The number of units for the time period.@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.toString()@Nullable Stringunits()The unit of time that the time period is measured in.The unit of time that the time period is measured in.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
-
GetAuditSinceV1OperationSpec
Constructs a validated instance ofGetAuditSinceV1OperationSpec.- 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
-
number
The number of units for the time period. -
units
The unit of time that the time period is measured in. -
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. -
number
The number of units for the time period.- Returns:
this.
-
units
The unit of time that the time period is measured in.- 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
public int hashCode() -
toString
-