Uses of Interface
org.apache.olingo.server.api.uri.queryoption.ExpandOption
Packages that use ExpandOption
Package
Description
Olingo Server API - Deserializer
Olingo Server API - Serializer
Olingo URI
Olingo Server API - URI - QueryOptions
-
Uses of ExpandOption in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer that return ExpandOptionModifier and TypeMethodDescriptionDeserializerResult.getExpandTree()
Returns the ExpandOptions for the deserialized entity. -
Uses of ExpandOption in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer that return ExpandOptionModifier and TypeMethodDescriptionComplexSerializerOptions.getExpand()
Gets the $expand system query option.EntityCollectionSerializerOptions.getExpand()
Gets the $expand system query option.EntitySerializerOptions.getExpand()
Gets the $expand system query option.Methods in org.apache.olingo.server.api.serializer with parameters of type ExpandOptionModifier and TypeMethodDescriptionComplexSerializerOptions.Builder.expand
(ExpandOption expand) Sets the $expand system query option.EntityCollectionSerializerOptions.Builder.expand
(ExpandOption expand) Sets the $expand system query option.EntitySerializerOptions.Builder.expand
(ExpandOption expand) Sets the $expand system query option. -
Uses of ExpandOption in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return ExpandOptionModifier and TypeMethodDescriptionUriInfoCrossjoin.getExpandOption()
UriInfoEntityId.getExpandOption()
UriInfoResource.getExpandOption()
Methods in org.apache.olingo.server.api.uri with parameters of type ExpandOptionModifier and TypeMethodDescriptionUriHelper.buildContextURLSelectList
(EdmStructuredType type, ExpandOption expand, SelectOption select) Builds the select-list part of aContextURL
. -
Uses of ExpandOption in org.apache.olingo.server.api.uri.queryoption
Methods in org.apache.olingo.server.api.uri.queryoption that return ExpandOption -
Uses of ExpandOption in org.apache.olingo.server.api.uri.queryoption.apply
Methods in org.apache.olingo.server.api.uri.queryoption.apply that return ExpandOption