Uses of Interface
org.apache.olingo.server.api.uri.queryoption.SelectOption
Packages that use SelectOption
Package
Description
Olingo Server API - Serializer
Olingo URI
Olingo Server API - URI - QueryOptions
-
Uses of SelectOption in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer that return SelectOptionModifier and TypeMethodDescriptionComplexSerializerOptions.getSelect()
Gets the $select system query option.EntityCollectionSerializerOptions.getSelect()
Gets the $select system query option.EntitySerializerOptions.getSelect()
Gets the $select system query option.Methods in org.apache.olingo.server.api.serializer with parameters of type SelectOptionModifier and TypeMethodDescriptionComplexSerializerOptions.Builder.select
(SelectOption select) Sets the $select system query option.EntityCollectionSerializerOptions.Builder.select
(SelectOption select) Sets the $select system query option.EntitySerializerOptions.Builder.select
(SelectOption select) Sets the $select system query option. -
Uses of SelectOption in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return SelectOptionModifier and TypeMethodDescriptionUriInfoCrossjoin.getSelectOption()
UriInfoEntityId.getSelectOption()
UriInfoResource.getSelectOption()
Methods in org.apache.olingo.server.api.uri with parameters of type SelectOptionModifier and TypeMethodDescriptionUriHelper.buildContextURLSelectList
(EdmStructuredType type, ExpandOption expand, SelectOption select) Builds the select-list part of aContextURL
. -
Uses of SelectOption in org.apache.olingo.server.api.uri.queryoption
Methods in org.apache.olingo.server.api.uri.queryoption that return SelectOption