Uses of Class
org.odata4j.producer.InlineCount

Packages that use InlineCount
org.odata4j.producer The odata4j server-side (producer-side) API. 
org.odata4j.producer.resources   
 

Uses of InlineCount in org.odata4j.producer
 

Fields in org.odata4j.producer declared as InlineCount
 InlineCount QueryInfo.inlineCount
          The $inlinecount value, if present.
 

Methods in org.odata4j.producer 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.
 

Methods in org.odata4j.producer with parameters of type InlineCount
 QueryInfo.Builder QueryInfo.Builder.setInlineCount(InlineCount inlineCount)
           
 

Constructors in org.odata4j.producer with parameters of type InlineCount
QueryInfo(InlineCount inlineCount, Integer top, Integer skip, BoolCommonExpression filter, List<OrderByExpression> orderBy, String skipToken, Map<String,String> customOptions, List<EntitySimpleProperty> expand, List<EntitySimpleProperty> select)
          Creates a new QueryInfo instance.
 

Uses of InlineCount in org.odata4j.producer.resources
 

Methods in org.odata4j.producer.resources that return InlineCount
static InlineCount OptionsQueryParser.parseInlineCount(String inlineCount)
           
 



http://odata4j.org