Package | Description |
---|---|
org.openestate.is24.restapi | |
org.openestate.is24.restapi.xml | |
org.openestate.is24.restapi.xml.common |
Modifier and Type | Method and Description |
---|---|
static RealtorContactDetails |
ImportExport.ContactAddressService.getByExternalId(AbstractClient client,
String externalId)
Calls the GETBYID method.
|
static RealtorContactDetails |
ImportExport.ContactAddressService.getByIs24Id(AbstractClient client,
long is24Id)
Calls the GETBYID method.
|
Modifier and Type | Method and Description |
---|---|
static Messages |
ImportExport.ContactAddressService.post(AbstractClient client,
RealtorContactDetails contact)
Calls the POST method.
|
static Messages |
ImportExport.ContactAddressService.putByExternalId(AbstractClient client,
RealtorContactDetails contact,
String externalId)
Calls the PUTBYID method.
|
static Messages |
ImportExport.ContactAddressService.putByIs24Id(AbstractClient client,
RealtorContactDetails contact,
long is24Id)
Calls the PUTBYID method.
|
Modifier and Type | Method and Description |
---|---|
static void |
XmlUtils.writeXml(RealtorContactDetails contact,
Marshaller marshaller,
OutputStream output) |
static void |
XmlUtils.writeXml(RealtorContactDetails contact,
OutputStream output) |
static void |
XmlUtils.writeXml(RealtorContactDetails contact,
String encoding,
boolean prettyPrint,
OutputStream output) |
static void |
XmlUtils.writeXml(RealtorContactDetails contact,
String encoding,
OutputStream output) |
Modifier and Type | Field and Description |
---|---|
protected List<RealtorContactDetails> |
RealtorContactDetailsList.realtorContactDetails |
Modifier and Type | Method and Description |
---|---|
RealtorContactDetails |
ObjectFactory.createRealtorContactDetails()
Create an instance of
RealtorContactDetails |
Modifier and Type | Method and Description |
---|---|
JAXBElement<RealtorContactDetails> |
ObjectFactory.createRealtorContactDetail(RealtorContactDetails value)
|
List<RealtorContactDetails> |
RealtorContactDetailsList.getRealtorContactDetails()
Gets the value of the realtorContactDetails property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<RealtorContactDetails> |
ObjectFactory.createRealtorContactDetail(RealtorContactDetails value)
|
Copyright © 2014 OpenEstate. All rights reserved.