|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.olingo.odata2.api.ep.callback.TombstoneCallbackResult
public class TombstoneCallbackResult
Objects of this class are a container for the result of the TombstoneCallback.
| Constructor Summary | |
|---|---|
TombstoneCallbackResult()
|
|
| Method Summary | |
|---|---|
List<Map<String,Object>> |
getDeletedEntriesData()
A map representing a deleted entry MUST contain all properties which are part of the key for this entry. |
String |
getDeltaLink()
|
void |
setDeletedEntriesData(List<Map<String,Object>> deletedEntriesData)
Sets the data for all deleted entries |
void |
setDeltaLink(String deltaLink)
Sets the delta link to retrieve a delta. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TombstoneCallbackResult()
| Method Detail |
|---|
public List<Map<String,Object>> getDeletedEntriesData()
public void setDeletedEntriesData(List<Map<String,Object>> deletedEntriesData)
deletedEntriesData - public String getDeltaLink()
public void setDeltaLink(String deltaLink)
deltaLink -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||