Class ODataClientImpl

    • Constructor Detail

      • ODataClientImpl

        public ODataClientImpl()
    • Method Detail

      • parseUri

        public org.apache.olingo.odata2.api.uri.UriInfo parseUri​(org.apache.olingo.odata2.api.edm.Edm edm,
                                                                 List<org.apache.olingo.odata2.api.uri.PathSegment> pathSegments,
                                                                 Map<String,​List<String>> queryParameters)
                                                          throws org.apache.olingo.odata2.api.uri.UriSyntaxException,
                                                                 org.apache.olingo.odata2.api.uri.UriNotMatchingException,
                                                                 org.apache.olingo.odata2.api.edm.EdmException
        Specified by:
        parseUri in class ODataClient
        Throws:
        org.apache.olingo.odata2.api.uri.UriSyntaxException
        org.apache.olingo.odata2.api.uri.UriNotMatchingException
        org.apache.olingo.odata2.api.edm.EdmException
      • parseUri

        public org.apache.olingo.odata2.api.uri.UriInfo parseUri​(org.apache.olingo.odata2.api.edm.Edm edm,
                                                                 String uri)
                                                          throws org.apache.olingo.odata2.api.uri.UriSyntaxException,
                                                                 org.apache.olingo.odata2.api.uri.UriNotMatchingException,
                                                                 org.apache.olingo.odata2.api.edm.EdmException
        Specified by:
        parseUri in class ODataClient
        Throws:
        org.apache.olingo.odata2.api.uri.UriSyntaxException
        org.apache.olingo.odata2.api.uri.UriNotMatchingException
        org.apache.olingo.odata2.api.edm.EdmException