Package | Description |
---|---|
org.openestate.is24.restapi | |
org.openestate.is24.restapi.utils | |
org.openestate.is24.restapi.xml.common |
Modifier and Type | Method and Description |
---|---|
static Messages |
ImportExport.RealEstateService.deleteByExternalId(AbstractClient client,
String externalId)
Calls the DELETEbyID method.
|
static Messages |
ImportExport.AttachmentService.deleteById(AbstractClient client,
long is24Id,
long attachmentId)
Calls the DELETEBYID method.
|
static Messages |
ImportExport.PublishService.deleteById(AbstractClient client,
String publishId)
Calls the DELETEBYID method.
|
static Messages |
ImportExport.AttachmentService.deleteById(AbstractClient client,
String externalId,
long attachmentId)
Calls the DELETEBYID method.
|
static Messages |
ImportExport.RealEstateService.deleteByIs24Id(AbstractClient client,
long is24Id)
Calls the DELETEbyID method.
|
static Messages |
ImportExport.AttachmentService.post(AbstractClient client,
long is24Id,
Attachment attachment,
InputStream input,
String fileName,
String mimeType)
Calls the POST method.
|
static Messages |
ImportExport.PublishService.post(AbstractClient client,
PublishObject publishObject)
Calls the POST method.
|
static Messages |
ImportExport.RealEstateService.post(AbstractClient client,
RealEstate realEstate)
Calls the POST method.
|
static Messages |
ImportExport.ContactAddressService.post(AbstractClient client,
RealtorContactDetails contact)
Calls the POST method.
|
static Messages |
ImportExport.AttachmentService.post(AbstractClient client,
String externalId,
Attachment attachment,
InputStream input,
String fileName,
String mimeType)
Calls the POST method.
|
static Messages |
ImportExport.AttachmentsOrderService.put(AbstractClient client,
long is24Id,
List list)
Calls the PUT method.
|
static Messages |
ImportExport.AttachmentsOrderService.put(AbstractClient client,
String externalId,
List list)
Calls the PUT method.
|
static Messages |
ImportExport.RealEstateService.putByExternalId(AbstractClient client,
RealEstate realEstate,
String externalId)
Calls the PUTBYID method.
|
static Messages |
ImportExport.ContactAddressService.putByExternalId(AbstractClient client,
RealtorContactDetails contact,
String externalId)
Calls the PUTBYID method.
|
static Messages |
ImportExport.AttachmentService.putById(AbstractClient client,
long is24Id,
long attachmentId,
Attachment attachment)
Calls the PUTBYID method.
|
static Messages |
ImportExport.AttachmentService.putById(AbstractClient client,
String externalId,
long attachmentId,
Attachment attachment)
Calls the PUTBYID method.
|
static Messages |
ImportExport.RealEstateService.putByIs24Id(AbstractClient client,
RealEstate realEstate,
long is24Id)
Calls the PUTBYID method.
|
static Messages |
ImportExport.ContactAddressService.putByIs24Id(AbstractClient client,
RealtorContactDetails contact,
long is24Id)
Calls the PUTBYID method.
|
Modifier and Type | Field and Description |
---|---|
Messages |
RequestFailedException.responseMessages |
Modifier and Type | Method and Description |
---|---|
static Resource |
Resource.getCreatedResource(Messages messages) |
Modifier and Type | Method and Description |
---|---|
Messages |
ObjectFactory.createMessages()
Create an instance of
Messages |
Copyright © 2014 OpenEstate. All rights reserved.