Uses of Class
com.asdf.parser.LobbyRequest

Packages that use LobbyRequest
com.asdf.parser Automatically generated parser class for Message objects 
 

Uses of LobbyRequest in com.asdf.parser
 

Methods in com.asdf.parser that return LobbyRequest
 LobbyRequest ObjectFactory.createLobbyRequest()
          Create an instance of LobbyRequest
 LobbyRequest Request.getLobby()
          Gets the value of the lobby property.
 

Methods in com.asdf.parser with parameters of type LobbyRequest
 void Request.setLobby(LobbyRequest value)
          Sets the value of the lobby property.