0

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": "####"
    }
}
goodier
  • 395
  • 6
  • 18

1 Answers1

1

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).