lilypad.client.connect.api.request.impl
Class GetWhoamiRequest

java.lang.Object
  extended by lilypad.client.connect.api.request.impl.GetWhoamiRequest
All Implemented Interfaces:
Request<GetWhoamiResult>

public class GetWhoamiRequest
extends java.lang.Object
implements Request<GetWhoamiResult>

Request to get the current identification the network recognizes your session as.


Constructor Summary
GetWhoamiRequest()
           
 
Method Summary
 java.lang.Class<GetWhoamiResult> getResult()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetWhoamiRequest

public GetWhoamiRequest()
Method Detail

getResult

public java.lang.Class<GetWhoamiResult> getResult()
Specified by:
getResult in interface Request<GetWhoamiResult>
Returns:
accompanying result of the request