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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetAuditRecordsOperationSpec
(Integer offset, Integer limit, String filter, OffsetDateTime from, OffsetDateTime to) Constructs a validated instance ofGetAuditRecordsOperationSpec
.Constructs a validated instance ofGetAuditRecordsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@Nullable String
filter()
The strings to match with audit field content, space separated.The strings to match with audit field content, space separated.@Nullable OffsetDateTime
from()
The date and time on or after which returned audit records must have been created.from
(@Nullable OffsetDateTime from) The date and time on or after which returned audit records must have been created.int
hashCode()
@Nullable Integer
limit()
The maximum number of results to return.The maximum number of results to return.@Nullable Integer
offset()
The number of records to skip before returning the first result.The number of records to skip before returning the first result.@Nullable OffsetDateTime
to()
The date and time on or before which returned audit results must have been created.to
(@Nullable OffsetDateTime to) The date and time on or before which returned audit results must have been created.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetAuditRecordsOperationSpec
Constructs a validated instance ofGetAuditRecordsOperationSpec
.- Parameter:
spec
- the specification to process
-
GetAuditRecordsOperationSpec
@Internal public GetAuditRecordsOperationSpec(Integer offset, Integer limit, String filter, OffsetDateTime from, OffsetDateTime to) Constructs a validated instance ofGetAuditRecordsOperationSpec
.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. Ifto
is providedfrom
must be beforeto
or no audit records are returned.to
- The date and time on or before which returned audit results must have been created. Iffrom
is providedto
must be afterfrom
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
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. Ifto
is providedfrom
must be beforeto
or no audit records are returned. -
to
The date and time on or before which returned audit results must have been created. Iffrom
is providedto
must be afterfrom
or no audit records are returned. -
offset
The number of records to skip before returning the first result.- Gibt zurück:
this
.
-
limit
The maximum number of results to return.- Gibt zurück:
this
.
-
filter
The strings to match with audit field content, space separated.- Gibt zurück:
this
.
-
from
The date and time on or after which returned audit records must have been created. Ifto
is providedfrom
must be beforeto
or no audit records are returned.- Gibt zurück:
this
.
-
to
The date and time on or before which returned audit results must have been created. Iffrom
is providedto
must be afterfrom
or no audit records are returned.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-