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 Provider
The org.apache.olingo.odata2.api.ep package contains all classes related and necessary to provide an
EntityProvider . |
org.apache.olingo.odata2.api.uri |
URI Parser Facade
The URI package has one central class
UriParser to parse a request URI
as well as several interfaces that provide access to parsed parts of the URI. |
org.apache.olingo.odata2.api.uri.info |
URI Parser Result Views
The interfaces of this package provide access to the relevant parts of the parsed
request URI for the methods that process a request inside the dispatcher.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
InlineCount |
EntityProviderWriteProperties.getInlineCountType()
Gets the type of the inlinecount request from the system query option.
|
Modifier and Type | Method and Description |
---|---|
EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder |
EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder.inlineCountType(InlineCount inlineCountType) |
Modifier and Type | Method and Description |
---|---|
InlineCount |
UriInfo.getInlineCount()
Gets the value of the $inlinecount system query option.
|
Modifier and Type | Method and Description |
---|---|
InlineCount |
GetFunctionImportUriInfo.getInlineCount()
Gets the value of the $inlinecount system query option.
|
InlineCount |
GetEntitySetLinksUriInfo.getInlineCount()
Gets the value of the $inlinecount system query option.
|
InlineCount |
GetEntitySetUriInfo.getInlineCount()
Gets the value of the $inlinecount system query option.
|
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.