Class CsdlEntitySetPath

java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlEntitySetPath

public class CsdlEntitySetPath extends Object
The type Csdl entity set path.
  • Constructor Details

    • CsdlEntitySetPath

      public CsdlEntitySetPath()
  • Method Details

    • getBindingParameter

      public String getBindingParameter()
      Gets binding parameter.
      Returns:
      the binding parameter
    • setBindingParameter

      public CsdlEntitySetPath setBindingParameter(String bindingParameter)
      Sets binding parameter.
      Parameters:
      bindingParameter - the binding parameter
      Returns:
      the binding parameter
    • getPath

      public String getPath()
      Gets path.
      Returns:
      the path
    • setPath

      public CsdlEntitySetPath setPath(String path)
      Sets path.
      Parameters:
      path - the path
      Returns:
      the path