public static final class ImportExport.RealEstatesCountsService extends Object
The RealEstatesCounts Webservice is used in the Import-/Export-API to get the number of currently exported real estates.
Constructor and Description |
---|
ImportExport.RealEstatesCountsService() |
Modifier and Type | Method and Description |
---|---|
static RealEstateCounts |
get(AbstractClient client)
Calls the GET method of the RealEstatesCounts Webservice.
|
public ImportExport.RealEstatesCountsService()
public static RealEstateCounts get(AbstractClient client) throws IOException, oauth.signpost.exception.OAuthException, JAXBException, RequestFailedException
This method returns the number of currently exported real estates.
client
- AbstractClient
, that is used to communicate with the WebserviceIOException
- if communication with the Webservice failedoauth.signpost.exception.OAuthException
- if authorization failedJAXBException
- if XML reading / writing failedRequestFailedException
- if the Webservice did not respond with a success messageCopyright © 2014 OpenEstate. All rights reserved.