Uses of Class
org.apache.olingo.odata2.api.commons.InlineCount
-
Packages that use InlineCount Package Description org.apache.olingo.odata2.api.commons The commons package contains constants used in the HTTP and OData protocol.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 InlineCount in org.apache.olingo.odata2.api.commons
Methods in org.apache.olingo.odata2.api.commons that return InlineCount Modifier and Type Method Description static InlineCountInlineCount. valueOf(String name)Returns the enum constant of this type with the specified name.static InlineCount[]InlineCount. values()Returns an array containing the constants of this enum type, 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 InlineCount Modifier and Type Method Description 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 InlineCount Modifier and Type Method Description EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilderEntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder. inlineCountType(InlineCount inlineCountType) -
Uses of InlineCount in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return InlineCount Modifier and Type Method Description InlineCountUriInfo. 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 InlineCount Modifier and Type Method Description InlineCountGetEntitySetLinksUriInfo. getInlineCount()Gets the value of the $inlinecount system query option.InlineCountGetEntitySetUriInfo. getInlineCount()Gets the value of the $inlinecount system query option.
-