Package com.io7m.idstore.protocol.admin
Record Class IdACommandAuditSearchNext
java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.IdACommandAuditSearchNext
- All Implemented Interfaces:
com.io7m.hibiscus.api.HBMessageType,IdACommandType<IdAResponseAuditSearchNext>,IdAMessageType,IdProtocolMessageType
public record IdACommandAuditSearchNext()
extends Record
implements IdACommandType<IdAResponseAuditSearchNext>
Get the next page of audit records.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aIdACommandAuditSearchNextrecord class. -
Method Summary
-
Constructor Details
-
IdACommandAuditSearchNext
public IdACommandAuditSearchNext()Creates an instance of aIdACommandAuditSearchNextrecord class.
-
-
Method Details
-
responseClass
- Specified by:
responseClassin interfaceIdACommandType<IdAResponseAuditSearchNext>- 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.
-