Package | Description |
---|---|
org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
org.apache.olingo.server.api.uri |
Olingo URI
|
org.apache.olingo.server.api.uri.queryoption |
Olingo Server API - URI - QueryOptions
|
Modifier and Type | Method and Description |
---|---|
SelectOption |
EntitySerializerOptions.getSelect()
Gets the $select system query option.
|
SelectOption |
EntityCollectionSerializerOptions.getSelect()
Gets the $select system query option.
|
SelectOption |
ComplexSerializerOptions.getSelect()
Gets the $select system query option.
|
Modifier and Type | Method and Description |
---|---|
EntitySerializerOptions.Builder |
EntitySerializerOptions.Builder.select(SelectOption select)
Sets the $select system query option.
|
EntityCollectionSerializerOptions.Builder |
EntityCollectionSerializerOptions.Builder.select(SelectOption select)
Sets the $select system query option.
|
ComplexSerializerOptions.Builder |
ComplexSerializerOptions.Builder.select(SelectOption select)
Sets the $select system query option.
|
Modifier and Type | Method and Description |
---|---|
SelectOption |
UriInfoResource.getSelectOption() |
SelectOption |
UriInfoEntityId.getSelectOption() |
SelectOption |
UriInfoCrossjoin.getSelectOption() |
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 |
---|---|
SelectOption |
ExpandItem.getSelectOption() |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.