com.blinksale.resource
Class ClientsResource

java.lang.Object
  extended by com.blinksale.resource.AccountResource
      extended by com.blinksale.resource.ClientsResource

public class ClientsResource
extends AccountResource

Resource managing the list of clients for a BlinkSale account.

Author:
Jerome Louvel (contact@noelios.com)

Constructor Summary
ClientsResource()
           
 
Method Summary
 java.util.List<Client> getClients()
           
 void post(Client client)
           
 
Methods inherited from class com.blinksale.resource.AccountResource
getAccount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientsResource

public ClientsResource()
Method Detail

getClients

public java.util.List<Client> getClients()

post

public void post(Client client)