Class CsdlEntitySetPath
java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlEntitySetPath
The type Csdl entity set path.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets binding parameter.getPath()
Gets path.setBindingParameter
(String bindingParameter) Sets binding parameter.Sets path.
-
Constructor Details
-
CsdlEntitySetPath
public CsdlEntitySetPath()
-
-
Method Details
-
getBindingParameter
Gets binding parameter.- Returns:
- the binding parameter
-
setBindingParameter
Sets binding parameter.- Parameters:
bindingParameter
- the binding parameter- Returns:
- the binding parameter
-
getPath
Gets path.- Returns:
- the path
-
setPath
Sets path.- Parameters:
path
- the path- Returns:
- the path
-