Constructor parameters in org.odata4j.producer with type arguments of type EntitySimpleProperty |
EntityQueryInfo(BoolCommonExpression filter,
Map<String,String> customOptions,
List<EntitySimpleProperty> expand,
List<EntitySimpleProperty> select)
Creates a new EntityQueryInfo instance. |
EntityQueryInfo(BoolCommonExpression filter,
Map<String,String> customOptions,
List<EntitySimpleProperty> expand,
List<EntitySimpleProperty> select)
Creates a new EntityQueryInfo instance. |
PropertyPathHelper(List<EntitySimpleProperty> select,
List<EntitySimpleProperty> expand)
|
PropertyPathHelper(List<EntitySimpleProperty> select,
List<EntitySimpleProperty> expand)
|
PropertyPathHelper(List<EntitySimpleProperty> select,
List<EntitySimpleProperty> expand,
String selectR,
String expandR)
|
PropertyPathHelper(List<EntitySimpleProperty> select,
List<EntitySimpleProperty> expand,
String selectR,
String expandR)
|
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. |
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. |