Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.client.api.uri | |
org.apache.olingo.odata2.client.core.edm.Impl | |
org.apache.olingo.odata2.client.core.uri |
Modifier and Type | Method and Description |
---|---|
EdmParameter |
EdmFunctionImport.getParameter(String name)
Get the parameter by name
|
Modifier and Type | Method and Description |
---|---|
EdmURIBuilder |
EdmURIBuilder.appendFunctionImportParameters(Map<EdmParameter,Object> functionImportParams)
Appends function import parameters
|
Modifier and Type | Class and Description |
---|---|
class |
EdmParameterImpl
Objects of this class represent EdmParameter
|
Modifier and Type | Method and Description |
---|---|
EdmParameter |
EdmFunctionImportImpl.getParameter(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,EdmParameter> |
EdmFunctionImportImpl.getEdmParameters() |
Modifier and Type | Method and Description |
---|---|
void |
EdmFunctionImportImpl.setEdmParameters(Map<String,EdmParameter> edmParameters) |
Modifier and Type | Method and Description |
---|---|
EdmURIBuilder |
EdmURIBuilderImpl.appendFunctionImportParameters(Map<EdmParameter,Object> functionImportParams) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.