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