Class WriteFeedCallbackResult
java.lang.Object
org.apache.olingo.odata2.api.ep.callback.WriteFeedCallbackResult
Result of a callback. It contains the data of the feed which is to be expanded as well as the BaseUri of the feed.
Further callbacks for this feed can also be set.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFeedData(List<Map<String, Object>> feedData) Sets the feed data as a list of maps.voidsetInlineProperties(EntityProviderWriteProperties inlineProperties) Sets the properties for the inline data.
-
Constructor Details
-
WriteFeedCallbackResult
public WriteFeedCallbackResult()
-
-
Method Details
-
getInlineProperties
- Returns:
- the inline provider properties
-
setInlineProperties
Sets the properties for the inline data. MUST NOT BE NULL.- Parameters:
inlineProperties-
-
getFeedData
- Returns:
- the feed data as a list of maps
-
setFeedData
Sets the feed data as a list of maps.- Parameters:
feedData-
-