Skip navigation links
A B C D F I L M N P S U 

A

AcumulusClient - Class in net.nextpulse.jacumulus
Main class of the Acumulus API client.
AcumulusClient(Contract) - Constructor for class net.nextpulse.jacumulus.AcumulusClient
Constructor for the Acumulus API client, initialized with your API credentials.
addExpense(Supplier) - Method in class net.nextpulse.jacumulus.AcumulusClient
Adds a Supplier if no supplier was found using the provided supplierId or suppliers email address and adds an invoice for this supplier.
addInvoice(Customer) - Method in class net.nextpulse.jacumulus.AcumulusClient
Adds a Customer if no customer was found using the provided customerId or customer's email address and adds an invoice for this customer.

B

BigDecimalAdapter - Class in net.nextpulse.jacumulus.util.typeadapters
Adapter that serializes a BigDecimal in to a simple string
BigDecimalAdapter() - Constructor for class net.nextpulse.jacumulus.util.typeadapters.BigDecimalAdapter
 

C

ContactStatusAdapter - Class in net.nextpulse.jacumulus.util.typeadapters
Adapter that handles (de)serializing the ContactStatus
ContactStatusAdapter() - Constructor for class net.nextpulse.jacumulus.util.typeadapters.ContactStatusAdapter
 
ContactTypeAdapter - Class in net.nextpulse.jacumulus.util.typeadapters
Adapter that handles (de)serializing the ContactType
ContactTypeAdapter() - Constructor for class net.nextpulse.jacumulus.util.typeadapters.ContactTypeAdapter
 

D

DateAdapter - Class in net.nextpulse.jacumulus.util.typeadapters
 
DateAdapter() - Constructor for class net.nextpulse.jacumulus.util.typeadapters.DateAdapter
 
deserializeXml(String, Class<T>) - Static method in class net.nextpulse.jacumulus.util.SerializationHelper
Deserialize a XML response.

F

formatXml(String) - Static method in class net.nextpulse.jacumulus.util.SerializationHelper
Pretty print / format the provided XML string.

I

intercept(Interceptor.Chain) - Method in class net.nextpulse.jacumulus.util.LoggingInterceptor
 

L

listContacts() - Method in class net.nextpulse.jacumulus.AcumulusClient
Overloaded listContacts method that will return the first 100 contacts.
listContacts(Integer, Integer, String, ContactStatus, ContactType) - Method in class net.nextpulse.jacumulus.AcumulusClient
Full featured listContacts method that allows you to search for or paginate through the contacts using the API.
listIncomingInvoices(String) - Method in class net.nextpulse.jacumulus.AcumulusClient
Lists the incoming invoices for the specified contactId.
listOutgoingInvoices(String) - Method in class net.nextpulse.jacumulus.AcumulusClient
Lists the outgoing invoices for the specified contactId.
LoggingInterceptor - Class in net.nextpulse.jacumulus.util
Simple logging interceptor that prints the response times at debug level
LoggingInterceptor() - Constructor for class net.nextpulse.jacumulus.util.LoggingInterceptor
 

M

marshal(BigDecimal) - Method in class net.nextpulse.jacumulus.util.typeadapters.BigDecimalAdapter
 
marshal(ContactStatus) - Method in class net.nextpulse.jacumulus.util.typeadapters.ContactStatusAdapter
 
marshal(ContactType) - Method in class net.nextpulse.jacumulus.util.typeadapters.ContactTypeAdapter
 
marshal(Date) - Method in class net.nextpulse.jacumulus.util.typeadapters.DateAdapter
 
marshal(PaymentStatus) - Method in class net.nextpulse.jacumulus.util.typeadapters.PaymentStatusEnumAdapter
 

N

net.nextpulse.jacumulus - package net.nextpulse.jacumulus
 
net.nextpulse.jacumulus.util - package net.nextpulse.jacumulus.util
 
net.nextpulse.jacumulus.util.typeadapters - package net.nextpulse.jacumulus.util.typeadapters
 

P

PaymentStatusEnumAdapter - Class in net.nextpulse.jacumulus.util.typeadapters
Adapter that handles (de)serializing the PaymentStatus
PaymentStatusEnumAdapter() - Constructor for class net.nextpulse.jacumulus.util.typeadapters.PaymentStatusEnumAdapter
 

S

SerializationHelper - Class in net.nextpulse.jacumulus.util
Helper for serialization and deserialization of XML requests and responses.
SerializationHelper() - Constructor for class net.nextpulse.jacumulus.util.SerializationHelper
 
serializeRequest(AcumulusRequest) - Method in class net.nextpulse.jacumulus.AcumulusClient
Serializes the provided request to XML.
serializeToXml(Object) - Static method in class net.nextpulse.jacumulus.util.SerializationHelper
Serialize a request as XML.
setApiUrl(String) - Method in class net.nextpulse.jacumulus.AcumulusClient
Changes the API url prefix to use for all API calls
setTestMode(boolean) - Method in class net.nextpulse.jacumulus.AcumulusClient
Set the client to test mode, ensuring no actions will result in actual updates of the data.

U

unmarshal(String) - Method in class net.nextpulse.jacumulus.util.typeadapters.BigDecimalAdapter
 
unmarshal(String) - Method in class net.nextpulse.jacumulus.util.typeadapters.ContactStatusAdapter
 
unmarshal(String) - Method in class net.nextpulse.jacumulus.util.typeadapters.ContactTypeAdapter
 
unmarshal(String) - Method in class net.nextpulse.jacumulus.util.typeadapters.DateAdapter
 
unmarshal(String) - Method in class net.nextpulse.jacumulus.util.typeadapters.PaymentStatusEnumAdapter
 
A B C D F I L M N P S U 
Skip navigation links

Copyright © 2017. All rights reserved.