org.dps.core.server.account
Interface IAccountAPIRequest

All Superinterfaces:
IResponse

public interface IAccountAPIRequest
extends IResponse


Method Summary
 IAccountStatus requestAccountStatus()
           
 java.util.Collection<ICharacter> requestCharacters()
           
 
Methods inherited from interface org.dps.core.server.IResponse
getCachedUntil, getCurrentTime, getErrorCode, getErrorRetryAfterDate, getErrorString, getEveAPIVersion, isError
 

Method Detail

requestAccountStatus

IAccountStatus requestAccountStatus()
                                    throws java.io.IOException
Throws:
java.io.IOException

requestCharacters

java.util.Collection<ICharacter> requestCharacters()
                                                   throws java.io.IOException
Throws:
java.io.IOException