com.blinksale.resource
Class ClientResource

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

public class ClientResource
extends AccountResource

Resource associated to an invoiced client.

Author:
Jerome Louvel (contact@noelios.com)

Constructor Summary
ClientResource(java.lang.String clientId)
           
 
Method Summary
 void delete()
           
 Client getClient()
           
 void put(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

ClientResource

public ClientResource(java.lang.String clientId)
Method Detail

getClient

public Client getClient()

put

public void put(Client client)

delete

public void delete()