com.veriplace.client.util
Class GetLocationRequestManager.LocationRequest

java.lang.Object
  extended by com.veriplace.client.util.AbstractRequestManager.AbstractRequest<Location>
      extended by com.veriplace.client.util.GetLocationRequestManager.LocationRequest
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GetLocationRequestManager

protected static class GetLocationRequestManager.LocationRequest
extends AbstractRequestManager.AbstractRequest<Location>

Inner class representing a location request.


Field Summary
 
Fields inherited from class com.veriplace.client.util.AbstractRequestManager.AbstractRequest
accessToken, client, id, user
 
Constructor Summary
GetLocationRequestManager.LocationRequest(Client client, User user, Token accessToken, LocationOptions options)
           
 
Method Summary
protected  Location call()
           
 
Methods inherited from class com.veriplace.client.util.AbstractRequestManager.AbstractRequest
getId, run, setId, setRequestStore, storeException, storeResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLocationRequestManager.LocationRequest

public GetLocationRequestManager.LocationRequest(Client client,
                                                 User user,
                                                 Token accessToken,
                                                 LocationOptions options)
Method Detail

call

protected Location call()
                 throws VeriplaceException
Specified by:
call in class AbstractRequestManager.AbstractRequest<Location>
Throws:
VeriplaceException