Package com.io7m.idstore.protocol.user
Record Class IdUCommandUserSelf
java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.user.IdUCommandUserSelf
- All Implemented Interfaces:
com.io7m.hibiscus.api.HBMessageType,IdProtocolMessageType,IdUCommandType<IdUResponseUserSelf>,IdUMessageType
A request to fetch the user's own profile.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aIdUCommandUserSelfrecord class. -
Method Summary
-
Constructor Details
-
IdUCommandUserSelf
public IdUCommandUserSelf()Creates an instance of aIdUCommandUserSelfrecord class.
-
-
Method Details
-
responseClass
- Specified by:
responseClassin interfaceIdUCommandType<IdUResponseUserSelf>- Returns:
- The response class associated with a successful command execution
-
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.
-