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 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
    • number

      public @Nullable Long number()
      The number of units for the time period.
    • units

      public @Nullable String units()
      The unit of time that the time period is measured in.
    • searchString

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

      public @Nullable Integer start()
      The starting index of the returned records.
    • limit

      public @Nullable Integer limit()
      The maximum number of records to return per page. Note, this may be restricted by fixed system limits.
    • number

      public GetAuditSinceV1OperationSpec number(@Nullable Long number)
      The number of units for the time period.
      Returns:
      this.
    • units

      public GetAuditSinceV1OperationSpec units(@Nullable String units)
      The unit of time that the time period is measured in.
      Returns:
      this.
    • searchString

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

      public GetAuditSinceV1OperationSpec start(@Nullable Integer start)
      The starting index of the returned records.
      Returns:
      this.
    • limit

      public GetAuditSinceV1OperationSpec limit(@Nullable Integer limit)
      The maximum number of records to return per page. Note, this may be restricted by fixed system limits.
      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