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