Uses of Interface
org.apache.olingo.odata2.api.uri.info.GetEntitySetLinksUriInfo
-
Packages that use GetEntitySetLinksUriInfo Package Description org.apache.olingo.odata2.api.processor Data Processororg.apache.olingo.odata2.api.processor.part Processor Partsorg.apache.olingo.odata2.api.uri URI Parser Facade -
-
Uses of GetEntitySetLinksUriInfo in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor with parameters of type GetEntitySetLinksUriInfo Modifier and Type Method Description ODataResponseODataSingleProcessor. readEntityLinks(GetEntitySetLinksUriInfo uriInfo, String contentType) -
Uses of GetEntitySetLinksUriInfo in org.apache.olingo.odata2.api.processor.part
Methods in org.apache.olingo.odata2.api.processor.part with parameters of type GetEntitySetLinksUriInfo Modifier and Type Method Description ODataResponseEntityLinksProcessor. readEntityLinks(GetEntitySetLinksUriInfo uriInfo, String contentType)Reads the URIs of the target entities of a navigation property. -
Uses of GetEntitySetLinksUriInfo in org.apache.olingo.odata2.api.uri
Subinterfaces of GetEntitySetLinksUriInfo in org.apache.olingo.odata2.api.uri Modifier and Type Interface Description interfaceUriInfoStructured parts of the request URI - the result of URI parsing.
-