|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.blinksale.resource.AccountResource
com.blinksale.resource.ClientsResource
public class ClientsResource
Resource managing the list of clients for a BlinkSale account.
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 |
---|
public ClientsResource()
Method Detail |
---|
public java.util.List<Client> getClients()
public void post(Client client)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |