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 Details

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Constructor Details

  • Method Details

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Throws:
      NullPointerException
    • startDate

      public @Nullable String 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

      public @Nullable String 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

      public @Nullable String searchString()
      Filters the exported results to records that have string property values matching the `searchString`.
    • format

      public @Nullable String format()
      The format of the export file for the audit records.
    • startDate

      public GetAuditExportV1OperationSpec startDate(@Nullable String 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

      public GetAuditExportV1OperationSpec endDate(@Nullable String 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

      public GetAuditExportV1OperationSpec searchString(@Nullable String searchString)
      Filters the exported results to records that have string property values matching the `searchString`.
      Returns:
      this.
    • format

      public GetAuditExportV1OperationSpec format(@Nullable String format)
      The format of the export file for the audit records.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object