Skip navigation links
A B C D E F G I N O P Q R S T U V W 

A

addCustomQueryOption(String, Object) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Adds custom query option
addCustomQueryOption(String, Object) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Adds custom query option
addEntity(Entity) - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollection
Add an Entity to collection of entities
addNavigation(String, Object) - Method in class org.apache.olingo.odata2.client.api.ep.Entity
Add Navigation
addProperty(String, Object) - Method in class org.apache.olingo.odata2.client.api.ep.Entity
Add a property to entity
addQueryOption(QueryOption, String) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Adds the specified query option to the URI.
addQueryOption(QueryOption, String) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Adds the specified query option to the URI.
addTypeMappings(Map<String, Object>) - Method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties.DeserializerPropertiesBuilder
 
addValidatedPrefixes(Map<String, String>) - Method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties.DeserializerPropertiesBuilder
 
appendCountSegment() - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Appends count segment to the URI.
appendCountSegment() - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Appends count segment to the URI.
appendEntitySetSegment(EdmEntitySet) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Appends EntitySet segment to the URI.
appendEntitySetSegment(String) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Appends EntitySet segment to the URI.
appendFunctionImportParameters(Map<EdmParameter, Object>) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Appends function import parameters
appendFunctionImportParameters(Map<String, Object>) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Appends function import parameters to the uri
appendFunctionImportSegment(EdmFunctionImport) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Appends Function import to the uri
appendFunctionImportSegment(String) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Appends function import to the uri
appendKeySegment(EdmProperty, Object) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Appends key segment to the URI.
appendKeySegment(Map<EdmProperty, Object>) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Appends key segment to the URI, for multiple keys.
appendKeySegment(Object) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Appends key segment to the URI.
appendKeySegment(Map<String, Object>) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Appends key segment to the URI, for multiple keys.
appendMetadataSegment() - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Appends metadata segment to the URI.
appendMetadataSegment() - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Appends metadata segment to the URI.
appendNavigationSegment(EdmNavigationProperty) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Appends navigation segment to the URI.
appendNavigationSegment(String) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Appends navigation segment to the URI.
appendPropertySegment(EdmProperty, String) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Appends property segment to the URI.
appendPropertySegment(String) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Appends property segment to the URI.
appendValueSegment() - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Appends value segment to the URI.
appendValueSegment() - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Appends value segment to the URI.

B

build() - Method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties.DeserializerPropertiesBuilder
 
build() - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder
Build properties object.
build() - Method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties.EntitySerializerPropertiesBuilder
Build properties object.
build() - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Build OData URI.
build() - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Build OData URI.

C

callback(OnDeserializeInlineContent) - Method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties.DeserializerPropertiesBuilder
 
ClientEdm - Interface in org.apache.olingo.odata2.client.api.edm
 
ContentTypeBasedDeserializer - Interface in org.apache.olingo.odata2.client.api.ep
Interface for all none basic (content type dependent) deserializer methods.
ContentTypeBasedSerializer - Interface in org.apache.olingo.odata2.client.api.ep
Interface for all none basic (content type dependent) serializer methods.
createDeserializer(String) - Method in class org.apache.olingo.odata2.client.api.ODataClient
Creates a new deserializer object for reading content in the specified format.
createSerializer(String) - Method in class org.apache.olingo.odata2.client.api.ODataClient
Creates a new serializer object for rendering content in the specified format.

D

DeserializerMetadataProviderInterface - Interface in org.apache.olingo.odata2.client.api.ep
Interface for metadata deserializer methods.
DeserializerProperties - Class in org.apache.olingo.odata2.client.api.ep
The EntityProviderReadProperties contains all necessary settings to read an entity with the EntityProvider.
DeserializerProperties.DeserializerPropertiesBuilder - Class in org.apache.olingo.odata2.client.api.ep
DeserializerPropertiesBuilder() - Constructor for class org.apache.olingo.odata2.client.api.ep.DeserializerProperties.DeserializerPropertiesBuilder
 
DeserializerPropertiesBuilder(DeserializerProperties) - Constructor for class org.apache.olingo.odata2.client.api.ep.DeserializerProperties.DeserializerPropertiesBuilder
 

E

EdmDataServices - Class in org.apache.olingo.odata2.client.api.edm
Objects of this class represent the data service.
EdmDataServices() - Constructor for class org.apache.olingo.odata2.client.api.edm.EdmDataServices
 
EdmDocumentation - Interface in org.apache.olingo.odata2.client.api.edm
Objects of this class represent documentation
EdmSchema - Interface in org.apache.olingo.odata2.client.api.edm
Impl Objects of this class represent a client schema
edmUriBuilder(String) - Method in class org.apache.olingo.odata2.client.api.ODataClient
Constructs the edm uri based on segments appended
EdmURIBuilder - Interface in org.apache.olingo.odata2.client.api.uri
This is an Edm Uri Builder
EdmUsing - Interface in org.apache.olingo.odata2.client.api.edm
Impl objects of this class create a client EdmUsing
Entity - Class in org.apache.olingo.odata2.client.api.ep
Data representation for a single entity.
Entity() - Constructor for class org.apache.olingo.odata2.client.api.ep.Entity
 
EntityCollection - Class in org.apache.olingo.odata2.client.api.ep
Data representation for a single entity.
EntityCollection() - Constructor for class org.apache.olingo.odata2.client.api.ep.EntityCollection
 
EntityCollectionPropertiesBuilder() - Constructor for class org.apache.olingo.odata2.client.api.ep.EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder
 
EntityCollectionSerializerProperties - Class in org.apache.olingo.odata2.client.api.ep
EntityCollectionSerializerProperties contains all additional properties which are necessary to write (serialize) an ODataEntry into an specific format (e.g.
EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder - Class in org.apache.olingo.odata2.client.api.ep
This class builds the Entity collection properties
EntitySerializerProperties - Class in org.apache.olingo.odata2.client.api.ep
EntitySerializerProperties contains all additional properties which are necessary to write (serialize) an ODataEntry into an specific format (e.g.
EntitySerializerProperties.EntitySerializerPropertiesBuilder - Class in org.apache.olingo.odata2.client.api.ep
This class builds the Entity Serializer Properties
EntitySerializerPropertiesBuilder() - Constructor for class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties.EntitySerializerPropertiesBuilder
 
EntityStream - Class in org.apache.olingo.odata2.client.api.ep
Data representation for a single entity.
EntityStream() - Constructor for class org.apache.olingo.odata2.client.api.ep.EntityStream
 
expand(String...) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Adds expand query option.
expand(String...) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Adds expand query option.

F

filter(String) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Adds filter query option.
filter(String) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Adds filter query option.
format(String) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Adds format query option.
format(String) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Adds format query option.
fromProperties(EntityCollectionSerializerProperties) - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder
 
fromProperties(EntityCollectionSerializerProperties) - Static method in class org.apache.olingo.odata2.client.api.ep.EntityCollectionSerializerProperties
 
fromProperties(EntitySerializerProperties) - Method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties.EntitySerializerPropertiesBuilder
 
fromProperties(EntitySerializerProperties) - Static method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties
 

G

getAlias() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmSchema
 
getAlias() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmUsing
 
getAnnotationAttributes() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmSchema
 
getAnnotationAttributes() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmUsing
 
getAnnotationElements() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmSchema
 
getAnnotationElements() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmUsing
 
getAssociations() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmSchema
 
getCallback() - Method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties
 
getCollectionProperties() - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollection
Return collection write properties
getComplexTypes() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmSchema
 
getContent() - Method in class org.apache.olingo.odata2.client.api.ep.EntityStream
 
getCustomEdmxVersion() - Method in class org.apache.olingo.odata2.client.api.edm.EdmDataServices
 
getDataServiceVersion() - Method in class org.apache.olingo.odata2.client.api.edm.EdmDataServices
 
getDocumentation() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmUsing
 
getEdm() - Method in class org.apache.olingo.odata2.client.api.edm.EdmDataServices
 
getEntities() - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollection
 
getEntityContainers() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmSchema
 
getEntityTypes() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmSchema
 
getGlobalEntityProperties() - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollection
 
getNamespace() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmSchema
 
getNamespace() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmUsing
 
getNavigation(String) - Method in class org.apache.olingo.odata2.client.api.ep.Entity
 
getNavigations() - Method in class org.apache.olingo.odata2.client.api.ep.Entity
 
getProperties() - Method in class org.apache.olingo.odata2.client.api.ep.Entity
Return properties of an entity
getProperty(String) - Method in class org.apache.olingo.odata2.client.api.ep.Entity
Get Property of an entity
getReadProperties() - Method in class org.apache.olingo.odata2.client.api.ep.EntityStream
Get Read properties
getSchemas() - Method in interface org.apache.olingo.odata2.client.api.edm.ClientEdm
This method DOES NOT support lazy loading.
getSelfLink() - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollectionSerializerProperties
Gets the self link from an application.
getServiceRoot() - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollectionSerializerProperties
Gets the service root.
getServiceRoot() - Method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties
Gets the service root.
getTypeMappings() - Method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties
 
getUsings() - Method in interface org.apache.olingo.odata2.client.api.edm.EdmSchema
 
getValidatedPrefixNamespaceUris() - Method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties
 
getValue() - Method in enum org.apache.olingo.odata2.client.api.uri.QueryOption
 
getValue() - Method in enum org.apache.olingo.odata2.client.api.uri.SegmentType
 
getWriteProperties() - Method in class org.apache.olingo.odata2.client.api.ep.Entity
Returns the Write properties

I

includeMetadata(boolean) - Method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties.EntitySerializerPropertiesBuilder
 
init() - Static method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties
 
initFrom(DeserializerProperties) - Static method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties
 
isIncludeMetadata() - Method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties
Set true or false to include metadata
isKeyAutoGenerated(boolean) - Method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties.EntitySerializerPropertiesBuilder
 
isKeyAutoGenerated() - Method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties
Set true or false for auto key generation
isValidatingFacets(boolean) - Method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties.DeserializerPropertiesBuilder
 
isValidatingFacets() - Method in class org.apache.olingo.odata2.client.api.ep.DeserializerProperties
 
isValidatingFacets() - Method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties
 

N

newInstance() - Static method in class org.apache.olingo.odata2.client.api.ODataClient
Use this method to create a new OData instance.

O

ODataClient - Class in org.apache.olingo.odata2.client.api
This class provides an instance of odata Client
ODataClient() - Constructor for class org.apache.olingo.odata2.client.api.ODataClient
 
OnDeserializeInlineContent - Interface in org.apache.olingo.odata2.client.api.ep.callback
Callback interface for the deep insert read calls (read of content).
orderBy(String) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Adds orderby query option.
orderBy(String) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Adds orderby query option.
org.apache.olingo.odata2.client.api - package org.apache.olingo.odata2.client.api
 
org.apache.olingo.odata2.client.api.edm - package org.apache.olingo.odata2.client.api.edm
 
org.apache.olingo.odata2.client.api.ep - package org.apache.olingo.odata2.client.api.ep
 
org.apache.olingo.odata2.client.api.ep.callback - package org.apache.olingo.odata2.client.api.ep.callback
 
org.apache.olingo.odata2.client.api.uri - package org.apache.olingo.odata2.client.api.uri
 

P

parseUri(Edm, List<PathSegment>, Map<String, List<String>>) - Method in class org.apache.olingo.odata2.client.api.ODataClient
Parses the uri and returns UriInfo
parseUri(Edm, String) - Method in class org.apache.olingo.odata2.client.api.ODataClient
Parses the uri and returns UriInfo

Q

QueryOption - Enum in org.apache.olingo.odata2.client.api.uri
This is a list of query options

R

readBatchRequest(List<BatchPart>, String) - Method in interface org.apache.olingo.odata2.client.api.ep.ContentTypeBasedSerializer
Reads Batch Request Parts and returns an input Stream
readEntry(EdmEntitySet, EntityStream) - Method in interface org.apache.olingo.odata2.client.api.ep.ContentTypeBasedDeserializer
Returns an ODataEntry
readErrorDocument(InputStream) - Method in interface org.apache.olingo.odata2.client.api.ep.ContentTypeBasedDeserializer
Read (de-serialize) data from error document as InputStream and provide according ODataErrorContext.
readFeed(EdmEntitySet, EntityStream) - Method in interface org.apache.olingo.odata2.client.api.ep.ContentTypeBasedDeserializer
Returns an ODataFeed
readFunctionImport(EdmFunctionImport, EntityStream) - Method in interface org.apache.olingo.odata2.client.api.ep.ContentTypeBasedDeserializer
Returns an object
readMetadata(InputStream, boolean) - Method in interface org.apache.olingo.odata2.client.api.ep.DeserializerMetadataProviderInterface
Read (de-serialize) data from metadata inputStream (as InputStream) and provide Edm as Edm
readMetadata(InputStream, boolean) - Method in class org.apache.olingo.odata2.client.api.ODataClient
Reads the metadata file and validates it if validate parameter is set to true
receiveReadProperties(DeserializerProperties, EdmNavigationProperty) - Method in interface org.apache.olingo.odata2.client.api.ep.callback.OnDeserializeInlineContent
Receive (request) to be used EntityProviderReadProperties to read the found inline navigation property (>...

S

SegmentType - Enum in org.apache.olingo.odata2.client.api.uri
URI Segment types.
select(String...) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Adds select query option.
select(String...) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Adds select query option.
selfLink(URI) - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder
 
serviceRoot(URI) - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollectionSerializerProperties.EntityCollectionPropertiesBuilder
 
serviceRoot(URI) - Static method in class org.apache.olingo.odata2.client.api.ep.EntityCollectionSerializerProperties
 
serviceRoot(URI) - Method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties.EntitySerializerPropertiesBuilder
 
serviceRoot(URI) - Static method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties
 
setAnnotationAttributes(List<EdmAnnotationAttribute>) - Method in interface org.apache.olingo.odata2.client.api.edm.EdmDocumentation
Sets the collection of AnnotationAttribute for this EdmDocumentation
setAnnotationElements(List<EdmAnnotationElement>) - Method in interface org.apache.olingo.odata2.client.api.edm.EdmDocumentation
Sets the collection of AnnotationElement for this EdmDocumentation
setClientEdm(ClientEdm) - Method in class org.apache.olingo.odata2.client.api.edm.EdmDataServices
Sets the Edm for this EdmDataServices
setCollectionProperties(EntityCollectionSerializerProperties) - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollection
Set collection write properties
setContent(InputStream) - Method in class org.apache.olingo.odata2.client.api.ep.EntityStream
Set the content
setCustomEdmxVersion(String) - Method in class org.apache.olingo.odata2.client.api.edm.EdmDataServices
Sets a custom edmx version which is used in the metadata document
setDataServiceVersion(String) - Method in class org.apache.olingo.odata2.client.api.edm.EdmDataServices
Sets the data service version for this EdmDataServices
setGlobalEntityProperties(EntitySerializerProperties) - Method in class org.apache.olingo.odata2.client.api.ep.EntityCollection
 
setLongDescription(String) - Method in interface org.apache.olingo.odata2.client.api.edm.EdmDocumentation
Sets the long description for this EdmDocumentation
setReadProperties(DeserializerProperties) - Method in class org.apache.olingo.odata2.client.api.ep.EntityStream
Set read properties
setSummary(String) - Method in interface org.apache.olingo.odata2.client.api.edm.EdmDocumentation
Sets the summary for this EdmDocumentation
setWriteProperties(EntitySerializerProperties) - Method in class org.apache.olingo.odata2.client.api.ep.Entity
Sets the write properties for an entity
skip(int) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Adds skip query option.
skip(int) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Adds skip query option.

T

top(int) - Method in interface org.apache.olingo.odata2.client.api.uri.EdmURIBuilder
Adds top query option.
top(int) - Method in interface org.apache.olingo.odata2.client.api.uri.URIBuilder
Adds top query option.

U

uriBuilder(String) - Method in class org.apache.olingo.odata2.client.api.ODataClient
Constructs the uri based on segments appended
URIBuilder - Interface in org.apache.olingo.odata2.client.api.uri
This is a URIBuilder class

V

validatingFacets(boolean) - Method in class org.apache.olingo.odata2.client.api.ep.EntitySerializerProperties.EntitySerializerPropertiesBuilder
 
valueOf(String) - Static method in enum org.apache.olingo.odata2.client.api.uri.QueryOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.odata2.client.api.uri.SegmentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.olingo.odata2.client.api.uri.QueryOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.odata2.client.api.uri.SegmentType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeBatchResponse(List<BatchResponsePart>) - Method in interface org.apache.olingo.odata2.client.api.ep.ContentTypeBasedDeserializer
Returns an ODataResponse
writeEntry(EdmEntitySet, Entity) - Method in interface org.apache.olingo.odata2.client.api.ep.ContentTypeBasedSerializer
Returns an OData Response for a given entry
writeFeed(EdmEntitySet, EntityCollection) - Method in interface org.apache.olingo.odata2.client.api.ep.ContentTypeBasedSerializer
Returns an OData Response for a given feed
A B C D E F G I N O P Q R S T U V W 

Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.