Klasse GetAuditRecordsOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetAuditRecordsOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GetAuditRecordsOperationSpec extends Object
GetAuditRecordsSpec

Specification for the GetAuditRecords operation.

Get audit records

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetAuditRecordsOperationSpec

      @Internal public GetAuditRecordsOperationSpec(Consumer<GetAuditRecordsOperationSpec> spec)
      Constructs a validated instance of GetAuditRecordsOperationSpec.
      Parameter:
      spec - the specification to process
    • GetAuditRecordsOperationSpec

      @Internal public GetAuditRecordsOperationSpec(Integer offset, Integer limit, String filter, OffsetDateTime from, OffsetDateTime to)
      Constructs a validated instance of GetAuditRecordsOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      offset - The number of records to skip before returning the first result.
      limit - The maximum number of results to return.
      filter - The strings to match with audit field content, space separated.
      from - The date and time on or after which returned audit records must have been created. If to is provided from must be before to or no audit records are returned.
      to - The date and time on or before which returned audit results must have been created. If from is provided to must be after from or no audit records are returned.
    • GetAuditRecordsOperationSpec

      protected GetAuditRecordsOperationSpec()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • offset

      @Nullable public @Nullable Integer offset()
      The number of records to skip before returning the first result.
    • limit

      @Nullable public @Nullable Integer limit()
      The maximum number of results to return.
    • filter

      @Nullable public @Nullable String filter()
      The strings to match with audit field content, space separated.
    • from

      @Nullable public @Nullable OffsetDateTime from()
      The date and time on or after which returned audit records must have been created. If to is provided from must be before to or no audit records are returned.
    • to

      @Nullable public @Nullable OffsetDateTime to()
      The date and time on or before which returned audit results must have been created. If from is provided to must be after from or no audit records are returned.
    • offset

      public GetAuditRecordsOperationSpec offset(@Nullable @Nullable Integer offset)
      The number of records to skip before returning the first result.
      Gibt zurück:
      this.
    • limit

      public GetAuditRecordsOperationSpec limit(@Nullable @Nullable Integer limit)
      The maximum number of results to return.
      Gibt zurück:
      this.
    • filter

      public GetAuditRecordsOperationSpec filter(@Nullable @Nullable String filter)
      The strings to match with audit field content, space separated.
      Gibt zurück:
      this.
    • from

      public GetAuditRecordsOperationSpec from(@Nullable @Nullable OffsetDateTime from)
      The date and time on or after which returned audit records must have been created. If to is provided from must be before to or no audit records are returned.
      Gibt zurück:
      this.
    • to

      public GetAuditRecordsOperationSpec to(@Nullable @Nullable OffsetDateTime to)
      The date and time on or before which returned audit results must have been created. If from is provided to must be after from or no audit records are returned.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object