Package | Description |
---|---|
org.openestate.is24.restapi | |
org.openestate.is24.restapi.xml | |
org.openestate.is24.restapi.xml.common |
Modifier and Type | Method and Description |
---|---|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
long is24Id,
long attachmentId)
Calls the GETBYID method.
|
static Attachment |
ImportExport.AttachmentService.getById(AbstractClient client,
String externalId,
long attachmentId)
Calls the GETBYID method.
|
Modifier and Type | Method and Description |
---|---|
static Messages |
ImportExport.AttachmentService.post(AbstractClient client,
long is24Id,
Attachment attachment,
InputStream input,
String fileName,
String mimeType)
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.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
XmlUtils.writeXml(Attachment attachment,
Marshaller marshaller,
OutputStream output) |
static void |
XmlUtils.writeXml(Attachment attachment,
OutputStream output) |
static void |
XmlUtils.writeXml(Attachment attachment,
String encoding,
boolean prettyPrint,
OutputStream output) |
static void |
XmlUtils.writeXml(Attachment attachment,
String encoding,
OutputStream output) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedAttachment
Ein Dokument
|
class |
Link
Ein Verweis
|
class |
PDFDocument
Ein PDF-Dokument
|
class |
Picture
Ein Bild
|
class |
StreamingVideo
Ein gestreamtes Video
|
class |
VideoFile
Eine Videodatei
|
Modifier and Type | Field and Description |
---|---|
protected List<Attachment> |
Attachments.attachment |
Modifier and Type | Method and Description |
---|---|
JAXBElement<Attachment> |
ObjectFactory.createAttachment(Attachment value)
|
List<Attachment> |
Attachments.getAttachment()
Gets the value of the attachment property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Attachment> |
ObjectFactory.createAttachment(Attachment value)
|
Copyright © 2014 OpenEstate. All rights reserved.