Uses of Class
org.apache.olingo.odata2.api.ClientCallback
-
Packages that use ClientCallback Package Description org.apache.olingo.odata2.api.ep Entity Providerorg.apache.olingo.odata2.api.uri URI Parser Facadeorg.apache.olingo.odata2.api.uri.info URI Parser Result Views -
-
Uses of ClientCallback in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return types with arguments of type ClientCallback Modifier and Type Method Description List<ClientCallback>EntityProviderWriteProperties. getClientCallbacks()Method parameters in org.apache.olingo.odata2.api.ep with type arguments of type ClientCallback Modifier and Type Method Description EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilderEntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder. clientCallbacks(List<ClientCallback> callbacks)voidEntityProviderWriteProperties. setClientCallbacks(List<ClientCallback> clientCallbacks) -
Uses of ClientCallback in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return types with arguments of type ClientCallback Modifier and Type Method Description List<ClientCallback>UriInfo. getClientCallbacks() -
Uses of ClientCallback in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return types with arguments of type ClientCallback Modifier and Type Method Description List<ClientCallback>GetEntitySetLinksUriInfo. getClientCallbacks()List<ClientCallback>GetEntitySetUriInfo. getClientCallbacks()List<ClientCallback>GetEntityUriInfo. getClientCallbacks()
-