Reputation: 395
how to create media link entity in odata4j.
like following:
{
"__mediaresource": {
"edit_media": "http://server/uploads/Thumbnail546.jpg",
"media_src": "http://server/Thumbnail546.jpeg",
"content-type": "img/jpeg",
"media_etag": "####"
}
}
Upvotes: 0
Views: 306
Reputation: 26
MLEs are not yet supported by odata4j. The project roadmap states it as one of the goals for version 1.0 which will be even after the next release (0.8).
Upvotes: 1