Package | Description |
---|---|
org.openestate.is24.restapi | |
org.openestate.is24.restapi.hc42 | |
org.openestate.is24.restapi.hc43 |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClient |
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 String |
ImportExport.VideoUploadService.doVideoUpload(AbstractClient client,
InputStream input,
String fileName,
long fileSize)
A helper method, that obtains an upload ticket and sends the video file
to the specified upload service.
|
static PublishChannels |
ImportExport.PublishChannelService.get(AbstractClient client)
Calls the GET method.
|
static VideoUploadTicket |
ImportExport.VideoUploadService.get(AbstractClient client)
Calls the GET method as documented in the
description for video uploads.
|
static List |
ImportExport.AttachmentsOrderService.get(AbstractClient client,
long is24Id)
Calls the GET method.
|
static PublishObjects |
ImportExport.PublishService.get(AbstractClient client,
long is24Id,
long publishChannelId)
Calls the GET method.
|
static List |
ImportExport.AttachmentsOrderService.get(AbstractClient client,
String externalId)
Calls the GET method.
|
static RealtorContactDetailsList |
ImportExport.ContactAddressService.getAll(AbstractClient client)
Calls the GETALL method.
|
static Attachments |
ImportExport.AttachmentService.getAll(AbstractClient client,
long is24Id)
Calls the GETALL method.
|
static Attachments |
ImportExport.AttachmentService.getAll(AbstractClient client,
String externalId)
Calls the GETALL method.
|
static RealEstates |
ImportExport.RealEstateService.getAll(AbstractClient client,
String inPublishChannel,
String notInPublishChannel,
int pageSize,
int pageNumber,
boolean archivedObjectsIncluded)
Calls the GETALL method.
|
static RealtorContactDetails |
ImportExport.ContactAddressService.getByExternalId(AbstractClient client,
String externalId)
Calls the GETBYID method.
|
static RealEstate |
ImportExport.RealEstateService.getByExternalId(AbstractClient client,
String externalId)
Calls the GETBYID method.
|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
long is24Id,
long attachmentId)
Calls the GETBYID method.
|
static PublishObject |
ImportExport.PublishService.getById(AbstractClient client,
String publishId)
Calls the GETBYID method.
|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
String externalId,
long attachmentId)
Calls the GETBYID method.
|
static RealtorContactDetails |
ImportExport.ContactAddressService.getByIs24Id(AbstractClient client,
long is24Id)
Calls the GETBYID method.
|
static RealEstate |
ImportExport.RealEstateService.getByIs24Id(AbstractClient client,
long is24Id)
Calls the GETBYID 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 | Class and Description |
---|---|
class |
HttpComponents42Client |
Modifier and Type | Class and Description |
---|---|
class |
HttpComponents43Client |
Copyright © 2014 OpenEstate. All rights reserved.