public static final class ImportExport.PublishChannelService extends Object
The PublishChannel Webservice is used in the Import-/Export-API to get a list of channels on which a real estate object can be published.
By default all users with an active product are allowed to publish in the channels "10000" for www.immobilienscout24.de and "10001" for the customers homepage.
Modifier and Type | Method and Description |
---|---|
static PublishChannels |
get(AbstractClient client)
Calls the GET method of the PublishChannel Webservice.
|
public static PublishChannels get(AbstractClient client) throws IOException, oauth.signpost.exception.OAuthException, JAXBException, RequestFailedException
This method returns a list of the publish channels, that are usable for the agency.
By default all users with an active product are allowed to publish in the channels "10000" for www.immobilienscout24.de and "10001" for the customers homepage.
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.