| Package | Description | 
|---|---|
| org.apache.olingo.server.api.deserializer | Olingo Server API - Deserializer
 
 The deserializer package is used to condense all about the Olingo deserialization. | 
| org.apache.olingo.server.api.serializer | Olingo Server API - Serializer
 
 The serializer package is used to condense all about the Olingo serialization. | 
| org.apache.olingo.server.api.uri | Olingo URI
 
 The URI package is used to condense all information about the OData path used to query the data. | 
| org.apache.olingo.server.api.uri.queryoption | Olingo Server API - URI - QueryOptions
 
 The uri.queryoption package is used to condense all about the Olingo query options (in uri context). | 
| org.apache.olingo.server.api.uri.queryoption.apply | 
| Modifier and Type | Method and Description | 
|---|---|
| ExpandOption | DeserializerResult. getExpandTree()Returns the ExpandOptions for the deserialized entity. | 
| Modifier and Type | Method and Description | 
|---|---|
| ExpandOption | EntitySerializerOptions. getExpand()Gets the $expand system query option. | 
| ExpandOption | EntityCollectionSerializerOptions. getExpand()Gets the $expand system query option. | 
| ExpandOption | ComplexSerializerOptions. getExpand()Gets the $expand system query option. | 
| Modifier and Type | Method and Description | 
|---|---|
| EntitySerializerOptions.Builder | EntitySerializerOptions.Builder. expand(ExpandOption expand)Sets the $expand system query option. | 
| EntityCollectionSerializerOptions.Builder | EntityCollectionSerializerOptions.Builder. expand(ExpandOption expand)Sets the $expand system query option. | 
| ComplexSerializerOptions.Builder | ComplexSerializerOptions.Builder. expand(ExpandOption expand)Sets the $expand system query option. | 
| Modifier and Type | Method and Description | 
|---|---|
| ExpandOption | UriInfoCrossjoin. getExpandOption() | 
| ExpandOption | UriInfoResource. getExpandOption() | 
| ExpandOption | UriInfoEntityId. getExpandOption() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | UriHelper. buildContextURLSelectList(EdmStructuredType type,
                         ExpandOption expand,
                         SelectOption select)Builds the select-list part of a  ContextURL. | 
| Modifier and Type | Method and Description | 
|---|---|
| ExpandOption | ExpandItem. getExpandOption() | 
| Modifier and Type | Method and Description | 
|---|---|
| ExpandOption | Expand. getExpandOption()Gets the expand option. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.