public abstract class AbstractContainerClient extends AbstractClient
Abstract class which specifies how methods by container clients (a client that has sub-clients) should operate.
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AbstractClient> |
clients |
locale, localization| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContainerClient()
Default constructor.
|
protected |
AbstractContainerClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setLocale(Locale locale)
Set the
Locale for all sub-clients. |
get, getBaseUrl, getLocale, getRegions, getUrl, getYears, post, setLocalizationLocaleprotected Collection<AbstractClient> clients
protected AbstractContainerClient()
Default constructor.
protected AbstractContainerClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic void setLocale(Locale locale)
Set the Locale for all sub-clients.
setLocale in class AbstractClientlocale - the Locale for this clientCopyright © 2016. All rights reserved.