org.dps.core.server.chr
Interface ICharacterAPIRequest

All Superinterfaces:
IResponse

public interface ICharacterAPIRequest
extends IResponse


Method Summary
 IAccountBalance requestAccountBalance()
           
 java.util.Collection<IAsset<?>> requestAssets()
           
 java.util.Collection<ICalendarEventAttendee> requestCalendarEventAttendees(int... eventID)
           
 ICharacterSheet requestCharacterSheet()
           
 java.util.Collection<IContactNotification> requestContactNotifications()
           
 java.util.Collection<IContact> requestContacts()
           
 IFacWarStats requestFacWarStats()
           
 java.util.Collection<IIndustryJob> requestIndustryJobs()
           
 java.util.Collection<IKill> requestKilllog()
           
 java.util.Collection<IKill> requestKilllog(long beforeKillID)
           
 java.util.Collection<IMailBody> requestMailBodies(long... messageID)
           
 java.util.Collection<IMailList> requestMailingLists()
           
 java.util.Collection<IMailMessage> requestMailMessages()
           
 java.util.Collection<IMarketOrder> requestMarketOrders()
           
 java.util.Collection<ICharacterMedal> requestMedals()
           
 java.util.Collection<INotification> requestNotifications()
           
 java.util.Collection<INotificationText> requestNotificationTexts(long... notificationID)
           
 java.util.Collection<IResearchAgent> requestResearchAgents()
           
 ISkillInTraining requestSkillInTraining()
           
 java.util.Collection<ISkillInQueue> requestSkillQueue()
           
 java.util.Collection<IStanding> requestStandings()
           
 java.util.Collection<IUpcomingCalendarEvent> requestUpcomingCalendarEvents()
           
 java.util.Collection<IWalletJournalEntry> requestWalletJournalEntries()
           
 java.util.Collection<IWalletJournalEntry> requestWalletJournalEntries(long beforeRefID)
           
 java.util.Collection<IWalletTransaction> requestWalletTransactions()
           
 java.util.Collection<IWalletTransaction> requestWalletTransactions(long beforeTransID)
           
 
Methods inherited from interface org.dps.core.server.IResponse
getCachedUntil, getCurrentTime, getErrorCode, getErrorRetryAfterDate, getErrorString, getEveAPIVersion, isError
 

Method Detail

requestAccountBalance

IAccountBalance requestAccountBalance()
                                      throws java.io.IOException
Throws:
java.io.IOException

requestAssets

java.util.Collection<IAsset<?>> requestAssets()
                                              throws java.io.IOException
Throws:
java.io.IOException

requestCalendarEventAttendees

java.util.Collection<ICalendarEventAttendee> requestCalendarEventAttendees(int... eventID)
                                                                           throws java.io.IOException
Throws:
java.io.IOException

requestCharacterSheet

ICharacterSheet requestCharacterSheet()
                                      throws java.io.IOException
Throws:
java.io.IOException

requestContacts

java.util.Collection<IContact> requestContacts()
                                               throws java.io.IOException
Throws:
java.io.IOException

requestContactNotifications

java.util.Collection<IContactNotification> requestContactNotifications()
                                                                       throws java.io.IOException
Throws:
java.io.IOException

requestFacWarStats

IFacWarStats requestFacWarStats()
                                throws java.io.IOException
Throws:
java.io.IOException

requestIndustryJobs

java.util.Collection<IIndustryJob> requestIndustryJobs()
                                                       throws java.io.IOException
Throws:
java.io.IOException

requestKilllog

java.util.Collection<IKill> requestKilllog()
                                           throws java.io.IOException
Throws:
java.io.IOException

requestKilllog

java.util.Collection<IKill> requestKilllog(long beforeKillID)
                                           throws java.io.IOException
Throws:
java.io.IOException

requestMailBodies

java.util.Collection<IMailBody> requestMailBodies(long... messageID)
                                                  throws java.io.IOException
Throws:
java.io.IOException

requestMailingLists

java.util.Collection<IMailList> requestMailingLists()
                                                    throws java.io.IOException
Throws:
java.io.IOException

requestMailMessages

java.util.Collection<IMailMessage> requestMailMessages()
                                                       throws java.io.IOException
Throws:
java.io.IOException

requestMarketOrders

java.util.Collection<IMarketOrder> requestMarketOrders()
                                                       throws java.io.IOException
Throws:
java.io.IOException

requestMedals

java.util.Collection<ICharacterMedal> requestMedals()
                                                    throws java.io.IOException
Throws:
java.io.IOException

requestNotifications

java.util.Collection<INotification> requestNotifications()
                                                         throws java.io.IOException
Throws:
java.io.IOException

requestNotificationTexts

java.util.Collection<INotificationText> requestNotificationTexts(long... notificationID)
                                                                 throws java.io.IOException
Throws:
java.io.IOException

requestResearchAgents

java.util.Collection<IResearchAgent> requestResearchAgents()
                                                           throws java.io.IOException
Throws:
java.io.IOException

requestSkillInTraining

ISkillInTraining requestSkillInTraining()
                                        throws java.io.IOException
Throws:
java.io.IOException

requestSkillQueue

java.util.Collection<ISkillInQueue> requestSkillQueue()
                                                      throws java.io.IOException
Throws:
java.io.IOException

requestStandings

java.util.Collection<IStanding> requestStandings()
                                                 throws java.io.IOException
Throws:
java.io.IOException

requestUpcomingCalendarEvents

java.util.Collection<IUpcomingCalendarEvent> requestUpcomingCalendarEvents()
                                                                           throws java.io.IOException
Throws:
java.io.IOException

requestWalletJournalEntries

java.util.Collection<IWalletJournalEntry> requestWalletJournalEntries()
                                                                      throws java.io.IOException
Throws:
java.io.IOException

requestWalletJournalEntries

java.util.Collection<IWalletJournalEntry> requestWalletJournalEntries(long beforeRefID)
                                                                      throws java.io.IOException
Throws:
java.io.IOException

requestWalletTransactions

java.util.Collection<IWalletTransaction> requestWalletTransactions()
                                                                   throws java.io.IOException
Throws:
java.io.IOException

requestWalletTransactions

java.util.Collection<IWalletTransaction> requestWalletTransactions(long beforeTransID)
                                                                   throws java.io.IOException
Throws:
java.io.IOException