Uses of Interface
org.apache.olingo.odata2.api.uri.PathInfo
-
Packages that use PathInfo Package Description org.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.processor Data Processor -
-
Uses of PathInfo in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return PathInfo Modifier and Type Method Description PathInfoEntityProviderBatchProperties. getPathInfo()Methods in org.apache.olingo.odata2.api.ep with parameters of type PathInfo Modifier and Type Method Description EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilderEntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder. pathInfo(PathInfo pathInfo) -
Uses of PathInfo in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor that return PathInfo Modifier and Type Method Description PathInfoODataContext. getPathInfo()Gets information about the request path.PathInfoODataErrorContext. getPathInfo()GetPathInfoobject.abstract PathInfoODataRequest. getPathInfo()Methods in org.apache.olingo.odata2.api.processor with parameters of type PathInfo Modifier and Type Method Description abstract ODataRequest.ODataRequestBuilderODataRequest.ODataRequestBuilder. pathInfo(PathInfo pathInfo)static ODataRequest.ODataRequestBuilderODataRequest. pathInfo(PathInfo pathInfo)voidODataErrorContext. setPathInfo(PathInfo pathInfo)SetPathInfoobject.
-