org.dps.core.server.chr
Interface ICharacterAPIRequest
- All Superinterfaces:
- IResponse
public interface ICharacterAPIRequest
- extends IResponse
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