public class Customers extends AbstractApi
clientpublic Customers(Client client)
public CustomerResponse createCustomer()
public CustomerResponse createCustomer(CreateCustomerRequest request)
public CustomerResponse getCustomer(String customerId)
customerId - the id of the customer to retrievepublic CustomerResponse updateCustomer(String customerId, UpdateCustomerRequest request)
customerId - the id of the customer to updatepublic DeleteResponse deleteCustomer(String customerId)
customerId - the id of the customer to deletepublic ListCustomersResponse listCustomers()
public ListCustomersResponse listCustomers(javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
queryParams - querystring parameters to control listingCopyright © 2014. All rights reserved.