Uses of Class
org.apache.olingo.commons.api.data.ContextURL
Packages that use ContextURL
Package
Description
Contains all the data objects of OData responses and OData requests
Olingo Server API - Serializer
-
Uses of ContextURL in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return ContextURLModifier and TypeMethodDescriptionContextURL.Builder.build()
Create the ContextURL instance based on set values. -
Uses of ContextURL in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer that return ContextURLModifier and TypeMethodDescriptionComplexSerializerOptions.getContextURL()
Gets theContextURL
.EdmAssistedSerializerOptions.getContextURL()
Gets theContextURL
.EntityCollectionSerializerOptions.getContextURL()
Gets theContextURL
.EntitySerializerOptions.getContextURL()
Gets theContextURL
.PrimitiveSerializerOptions.getContextURL()
Gets theContextURL
.ReferenceCollectionSerializerOptions.getContextURL()
Gets theContextURL
.ReferenceSerializerOptions.getContextURL()
Gets theContextURL
.Methods in org.apache.olingo.server.api.serializer with parameters of type ContextURLModifier and TypeMethodDescriptionComplexSerializerOptions.Builder.contextURL
(ContextURL contextURL) Sets theContextURL
.EdmAssistedSerializerOptions.Builder.contextURL
(ContextURL contextURL) Sets theContextURL
.EntityCollectionSerializerOptions.Builder.contextURL
(ContextURL contextURL) Sets theContextURL
.EntitySerializerOptions.Builder.contextURL
(ContextURL contextURL) Sets theContextURL
.PrimitiveSerializerOptions.Builder.contextURL
(ContextURL contextURL) Sets theContextURL
.ReferenceCollectionSerializerOptions.Builder.contextURL
(ContextURL contextURL) Sets theContextURL
.ReferenceSerializerOptions.Builder.contextURL
(ContextURL contextURL) Sets theContextURL
.