public class JoinPreparedRoomRequest implements ILobbyRequest
Used by client to join a room by reservation code. The code can be received from the administrative client who requested game creation via PrepareGameRequest.
public JoinPreparedRoomRequest(@NotNull java.lang.String reservationCode)
Used by client to join a room by reservation code. The code can be received from the administrative client who requested game creation via PrepareGameRequest.
@NotNull public java.lang.String getReservationCode()
@NotNull public java.lang.String component1()
@NotNull public JoinPreparedRoomRequest copy(@NotNull java.lang.String reservationCode)
Used by client to join a room by reservation code. The code can be received from the administrative client who requested game creation via PrepareGameRequest.
@NotNull public java.lang.String toString()
Used by client to join a room by reservation code. The code can be received from the administrative client who requested game creation via PrepareGameRequest.
public int hashCode()
Used by client to join a room by reservation code. The code can be received from the administrative client who requested game creation via PrepareGameRequest.
public boolean equals(@Nullable java.lang.Object p)
Used by client to join a room by reservation code. The code can be received from the administrative client who requested game creation via PrepareGameRequest.