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 - IOExceptionoauth.signpost.exception.OAuthExceptionJAXBExceptionRequestFailedExceptionpublic static List get(AbstractClient client, long is24Id) throws IOException, oauth.signpost.exception.OAuthException, JAXBException, RequestFailedException
client - is24Id - IOExceptionoauth.signpost.exception.OAuthExceptionJAXBExceptionRequestFailedExceptionpublic static Messages put(AbstractClient client, String externalId, List list) throws IOException, oauth.signpost.exception.OAuthException, JAXBException, RequestFailedException
client - externalId - list - IOExceptionoauth.signpost.exception.OAuthExceptionJAXBExceptionRequestFailedExceptionpublic static Messages put(AbstractClient client, long is24Id, List list) throws IOException, oauth.signpost.exception.OAuthException, JAXBException, RequestFailedException
client - is24Id - list - IOExceptionoauth.signpost.exception.OAuthExceptionJAXBExceptionRequestFailedExceptionCopyright © 2014 OpenEstate. All rights reserved.