Uses of Class
org.apache.olingo.odata2.api.commons.InlineCount

Packages that use InlineCount
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 Provider 
org.apache.olingo.odata2.api.uri URI Parser Facade 
org.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
static InlineCount InlineCount.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
 InlineCount EntityProviderWriteProperties.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
 EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder EntityProviderWriteProperties.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
 InlineCount UriInfo.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
 InlineCount GetEntitySetUriInfo.getInlineCount()
          Gets the value of the $inlinecount system query option.
 InlineCount GetEntitySetLinksUriInfo.getInlineCount()
          Gets the value of the $inlinecount system query option.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.