public interface ExternalDataResponse
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(Property property)
Adds a Property object to the external data response.
|
String |
getExternalDataIdentifier()
Returns a string that indicates the state of the data that was returned
by the external data service.
|
void |
setExternalDataIdentifier(String externalDataIdentifier)
Sets a string that indicates the state of the data that was returned by
the external data service.
|
void addProperty(Property property)
property - the property to add.String getExternalDataIdentifier()
void setExternalDataIdentifier(String externalDataIdentifier)
externalDataIdentifier - the externalDataIdentifier to setCopyright © 2018. All rights reserved.