public static final class ImportExport.AttachmentsOrderService extends Object
Constructor and Description |
---|
ImportExport.AttachmentsOrderService() |
Modifier and Type | Method and Description |
---|---|
static List |
get(AbstractClient client,
long is24Id)
Calls the GET method.
|
static List |
get(AbstractClient client,
String externalId)
Calls the GET method.
|
static Messages |
put(AbstractClient client,
long is24Id,
List list)
Calls the PUT method.
|
static Messages |
put(AbstractClient client,
String externalId,
List list)
Calls the PUT method.
|
public ImportExport.AttachmentsOrderService()
public static List get(AbstractClient client, String externalId) throws IOException, oauth.signpost.exception.OAuthException, JAXBException, RequestFailedException
client
- externalId
- IOException
oauth.signpost.exception.OAuthException
JAXBException
RequestFailedException
public static List get(AbstractClient client, long is24Id) throws IOException, oauth.signpost.exception.OAuthException, JAXBException, RequestFailedException
client
- is24Id
- IOException
oauth.signpost.exception.OAuthException
JAXBException
RequestFailedException
public static Messages put(AbstractClient client, String externalId, List list) throws IOException, oauth.signpost.exception.OAuthException, JAXBException, RequestFailedException
client
- externalId
- list
- IOException
oauth.signpost.exception.OAuthException
JAXBException
RequestFailedException
public static Messages put(AbstractClient client, long is24Id, List list) throws IOException, oauth.signpost.exception.OAuthException, JAXBException, RequestFailedException
client
- is24Id
- list
- IOException
oauth.signpost.exception.OAuthException
JAXBException
RequestFailedException
Copyright © 2014 OpenEstate. All rights reserved.