Package com.io7m.idstore.protocol.admin
Record Class IdACommandAuditSearchPrevious
java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.IdACommandAuditSearchPrevious
- All Implemented Interfaces:
com.io7m.hibiscus.api.HBMessageType,IdACommandType<IdAResponseAuditSearchPrevious>,IdAMessageType,IdProtocolMessageType
public record IdACommandAuditSearchPrevious()
extends Record
implements IdACommandType<IdAResponseAuditSearchPrevious>
Get the previous page of audit records.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aIdACommandAuditSearchPreviousrecord class. -
Method Summary
-
Constructor Details
-
IdACommandAuditSearchPrevious
public IdACommandAuditSearchPrevious()Creates an instance of aIdACommandAuditSearchPreviousrecord class.
-
-
Method Details
-
responseClass
- Specified by:
responseClassin interfaceIdACommandType<IdAResponseAuditSearchPrevious>- Returns:
- The response type associated with this command
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-