Class EnvironmentShorelineLandUseClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.AbstractContainerClient
-
- com.github.dannil.scbjavaclient.client.environment.shorelinelanduse.EnvironmentShorelineLandUseClient
-
public class EnvironmentShorelineLandUseClient extends AbstractContainerClient
Client which handles environment shoreline land use data fetching.
- Since:
- 2.1.0
-
-
Constructor Summary
Constructors Constructor Description EnvironmentShorelineLandUseClient()Default constructor.EnvironmentShorelineLandUseClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLEndpointgetUrl()Returns the URL endpoint which this client represents.EnvironmentShorelineLandUseLandUseClientlandUse()Retrieve the client for interacting with environment shoreline land use land use data.EnvironmentShorelineLandUseOldTablesClientoldTables()Retrieve the client for interacting with environment shoreline land use old tables data.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractContainerClient
addClient, getClient, setLocale
-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
-
-
-
-
Constructor Detail
-
EnvironmentShorelineLandUseClient
public EnvironmentShorelineLandUseClient()
Default constructor. Initializes values and creates sub-clients.
-
EnvironmentShorelineLandUseClient
public EnvironmentShorelineLandUseClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
landUse
public EnvironmentShorelineLandUseLandUseClient landUse()
Retrieve the client for interacting with environment shoreline land use land use data.
- Returns:
- a client for environment shoreline land use land use data
-
oldTables
public EnvironmentShorelineLandUseOldTablesClient oldTables()
Retrieve the client for interacting with environment shoreline land use old tables data.
- Returns:
- a client for environment shoreline land use old tables data
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-