Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Olingo Java 客户端来获取 odata 服务 V4。我无法使用 Olingo 获取 odata 函数。Olingo wiki 没有用。有人可以帮忙吗?如果有人可以建议另一个基于 java 的 odata 客户端,那也很棒。
您可以使用
getFunctionInvokeRequest(URI uri, Class<T> resultRef, Map<String,ClientValue> parameters)
InvokeRequestFactory 中的方法。您可以在此处指定请求中使用的参数。