Uses of Enum Class
org.apache.olingo.odata2.api.commons.InlineCount
Packages that use InlineCount
Package
Description
The commons package contains constants used in the HTTP and OData protocol.
Entity Provider
URI Parser Facade
URI Parser Result Views
-
Uses of InlineCount in org.apache.olingo.odata2.api.commons
Methods in org.apache.olingo.odata2.api.commons that return InlineCountModifier and TypeMethodDescriptionstatic InlineCountReturns the enum constant of this class with the specified name.static InlineCount[]InlineCount.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InlineCount in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return InlineCountModifier and TypeMethodDescriptionfinal InlineCountEntityProviderWriteProperties.getInlineCountType()Gets the type of the inlinecount request from the system query option.Methods in org.apache.olingo.odata2.api.ep with parameters of type InlineCountModifier and TypeMethodDescriptionEntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder.inlineCountType(InlineCount inlineCountType) -
Uses of InlineCount in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return InlineCountModifier and TypeMethodDescriptionUriInfo.getInlineCount()Gets the value of the $inlinecount system query option. -
Uses of InlineCount in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return InlineCountModifier and TypeMethodDescriptionGetEntitySetLinksUriInfo.getInlineCount()Gets the value of the $inlinecount system query option.GetEntitySetUriInfo.getInlineCount()Gets the value of the $inlinecount system query option.GetFunctionImportUriInfo.getInlineCount()Gets the value of the $inlinecount system query option. -
Uses of InlineCount in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that return InlineCountMethods in org.apache.olingo.odata2.core.uri with parameters of type InlineCount