DOC

com.sap.cloud.server-odata : server-odata-api

Maven & Gradle

Apr 16, 2020

OData Service Generator · OData Service Generator is a set of tools (Web IDE, command line, VSCode) and a micro-service in Mobile Services (first release only on NEO). It enables you to model an OData service and generate a Java application that implements this OData service as well as the required database tables. It can even delta enable the generated OData service.

Table Of Contents

Latest Version

Download com.sap.cloud.server-odata : server-odata-api Javadoc & API Documentation - Latest Versions:

All Versions

Download com.sap.cloud.server-odata : server-odata-api Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
20.1.x
19.9.x
19.6.x
19.4.x
19.3.x
19.1.x
18.11.x
18.10.x

How to open Javadoc JAR file in web browser

  1. Rename the file server-odata-api-20.1.2-javadoc.jar to server-odata-api-20.1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder server-odata-api-20.1.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "server-odata-api-20.1.2-sources.jar" -d "server-odata-api-20.1.2-javadoc" -subpackages