| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.data | Contains all the data objects of OData responses and OData requests | 
| org.apache.olingo.server.api.serializer | Olingo Server API - Serializer
 
 The serializer package is used to condense all about the Olingo serialization. | 
| Modifier and Type | Method and Description | 
|---|---|
| ContextURL | ContextURL.Builder. build()Create the ContextURL instance based on set values. | 
| Modifier and Type | Method and Description | 
|---|---|
| ContextURL | EntitySerializerOptions. getContextURL()Gets the  ContextURL. | 
| ContextURL | ReferenceSerializerOptions. getContextURL()Gets the  ContextURL. | 
| ContextURL | EdmAssistedSerializerOptions. getContextURL()Gets the  ContextURL. | 
| ContextURL | EntityCollectionSerializerOptions. getContextURL()Gets the  ContextURL. | 
| ContextURL | PrimitiveSerializerOptions. getContextURL()Gets the  ContextURL. | 
| ContextURL | ReferenceCollectionSerializerOptions. getContextURL()Gets the  ContextURL. | 
| ContextURL | ComplexSerializerOptions. getContextURL()Gets the  ContextURL. | 
| Modifier and Type | Method and Description | 
|---|---|
| EntitySerializerOptions.Builder | EntitySerializerOptions.Builder. contextURL(ContextURL contextURL)Sets the  ContextURL. | 
| ReferenceSerializerOptions.Builder | ReferenceSerializerOptions.Builder. contextURL(ContextURL contextURL)Sets the  ContextURL. | 
| EdmAssistedSerializerOptions.Builder | EdmAssistedSerializerOptions.Builder. contextURL(ContextURL contextURL)Sets the  ContextURL. | 
| EntityCollectionSerializerOptions.Builder | EntityCollectionSerializerOptions.Builder. contextURL(ContextURL contextURL)Sets the  ContextURL. | 
| PrimitiveSerializerOptions.Builder | PrimitiveSerializerOptions.Builder. contextURL(ContextURL contextURL)Sets the  ContextURL. | 
| ReferenceCollectionSerializerOptions.Builder | ReferenceCollectionSerializerOptions.Builder. contextURL(ContextURL contextURL)Sets the  ContextURL. | 
| ComplexSerializerOptions.Builder | ComplexSerializerOptions.Builder. contextURL(ContextURL contextURL)Sets the  ContextURL. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.