Index

A B C D E F G H I K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractClientPayload - Class in org.apache.olingo.client.api.domain
OData entity.
AbstractClientPayload(String) - Constructor for class org.apache.olingo.client.api.domain.AbstractClientPayload
 
AbstractClientValue - Class in org.apache.olingo.client.api.domain
Abstract representation of an OData entity property value.
AbstractClientValue(String) - Constructor for class org.apache.olingo.client.api.domain.AbstractClientValue
 
add(ClientEntity, ClientProperty) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
Adds the given property to the given entity.
add(ClientProperty) - Method in interface org.apache.olingo.client.api.domain.ClientComplexValue
Adds field to the complex type.
add(ClientValue) - Method in interface org.apache.olingo.client.api.domain.ClientCollectionValue
Adds a value to the collection.
add(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
addChangeset() - Method in interface org.apache.olingo.client.api.communication.request.AsyncBatchRequestWrapper
Gets a changeset batch item instance.
addChangeset() - Method in interface org.apache.olingo.client.api.communication.request.batch.BatchManager
Gets a changeset batch item instance.
addCustomHeader(String, String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds a custom OData request header.
addCustomQueryOption(String, String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds/Replaces the specified custom query option to the URI.
addLink(ClientLink) - Method in interface org.apache.olingo.client.api.domain.ClientLinked
Puts the given link into one of available lists, based on its type.
addOutsideUpdate(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.AsyncBatchRequestWrapper
Adds an outside change batch item instance.
addParameterAlias(String, String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds the specified (custom) parameter alias to the URI.
addQueryOption(String, String, boolean) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds/Replaces the specified (custom) query option to the URI.
addQueryOption(QueryOption, String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds the specified query option to the URI.
addRequest(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.batch.BatchManager
Adds a retrieve batch item instance.
addRequest(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataChangeset
Serialize and send the given request.
addResponse(String, ODataResponse) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
Adds the given OData response template to the current OData batch response item.
addRetrieve(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.AsyncBatchRequestWrapper
Adds a retrieve batch item instance.
all(FilterArg, String, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
all(FilterArg, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
ALL - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
allowEntityReferences() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
The odata.allow-entityreferences preference indicates that the service is allowed to return entity references in place of entities that have previously been returned, with at least the properties requested, in the same response (for example, when serializing the expanded results of many-to-many relationships).
and(URIFilter, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
and(URISearch, URISearch) - Method in interface org.apache.olingo.client.api.uri.SearchFactory
 
any(FilterArg, String, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
any(FilterArg, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
appendActionCallSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends action segment to the URI.
appendAllSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends all segment to the URI.
appendBatchSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends batch segment to the URI.
appendCountSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends count segment to the URI.
appendCrossjoinSegment(String...) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends cross join segment to the URI.
appendDerivedEntityTypeSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends derived entity type segment to the URI.
appendEntityIdSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends entity-id segment to the URI.
appendEntitySetSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends EntitySet segment to the URI.
appendKeySegment(Object) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends key segment to the URI.
appendKeySegment(Map<String, Object>) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends key segment to the URI, for multiple keys.
appendKeySegment(Map<String, Pair<EdmEnumType, String>>, Map<String, Object>) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends key segment to the URI, for multiple keys.
appendKeySegment(EdmEnumType, String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends enum key segment to the URI.
appendMetadataSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends metadata segment to the URI.
appendNavigationSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends navigation segment to the URI.
appendOperationCallSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends operation (action or function) segment to the URI.
appendPropertySegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends property segment to the URI.
appendRefSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends ref segment to the URI.
appendSingletonSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends Singleton segment to the URI.
appendValueSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends value segment to the URI.
asCollection() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
Casts to collection value.
asCollection() - Method in interface org.apache.olingo.client.api.domain.ClientValue
Casts to collection value.
asComplex() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
Casts to complex value.
asComplex() - Method in interface org.apache.olingo.client.api.domain.ClientValue
Casts to complex value.
asEnum() - Method in interface org.apache.olingo.client.api.domain.ClientValue
Casts to enum value.
asInlineEntity() - Method in class org.apache.olingo.client.api.domain.ClientLink
 
asInlineEntitySet() - Method in class org.apache.olingo.client.api.domain.ClientLink
 
asJavaCollection() - Method in interface org.apache.olingo.client.api.domain.ClientCollectionValue
Converts this instance as POJO collection.
asJavaMap() - Method in interface org.apache.olingo.client.api.domain.ClientComplexValue
Converts this instance as POJO collection.
asPrimitive() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
Casts to primitive value.
asPrimitive() - Method in interface org.apache.olingo.client.api.domain.ClientValue
Casts to primitive value.
ASSOCIATION - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
Association link.
AsyncBatchRequestWrapper - Interface in org.apache.olingo.client.api.communication.request
 
asyncDelete() - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
A client can request that the DELETE should be executed asynchronously.
asyncExecute() - Method in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
Async request execute.
AsyncRequestFactory - Interface in org.apache.olingo.client.api.communication.request
 
AsyncRequestWrapper<R extends ODataResponse> - Interface in org.apache.olingo.client.api.communication.request
 
AsyncResponse - Interface in org.apache.olingo.client.api.communication.response
 
AsyncResponseWrapper<R extends ODataResponse> - Interface in org.apache.olingo.client.api.communication.response
 

B

batch(ODataBatchRequest) - Method in interface org.apache.olingo.client.api.communication.request.ODataBatchableRequest
Writes (and consume) the request onto the given batch stream.
batch(ODataBatchRequest, String) - Method in interface org.apache.olingo.client.api.communication.request.ODataBatchableRequest
Writes (and consume) the request onto the given batch stream.
BATCH - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
BatchManager - Interface in org.apache.olingo.client.api.communication.request.batch
Batch request payload management.
BatchRequestFactory - Interface in org.apache.olingo.client.api.communication.request.batch
 
BOUND_ACTION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
BOUND_OPERATION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
BOUNDARY - Static variable in interface org.apache.olingo.client.api.ODataBatchConstants
Boundary key.
build() - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
 
build() - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
build() - Method in interface org.apache.olingo.client.api.uri.FilterArg
 
build() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Build OData URI.
build() - Method in interface org.apache.olingo.client.api.uri.URIFilter
 
build() - Method in interface org.apache.olingo.client.api.uri.URISearch
 
buildBinary(byte[]) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
buildBoolean(Boolean) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
buildDecimal(BigDecimal) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
buildDouble(Double) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
buildDuration(BigDecimal) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
Builder() - Constructor for class org.apache.olingo.client.api.domain.ClientLink.Builder
 
buildGuid(UUID) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
buildInt16(Short) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
buildInt32(Integer) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
buildInt64(Long) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
buildSingle(Float) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
buildString(String) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 

C

cached - Variable in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
 
callback(String) - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
For scenarios in which links returned by the service are used by the client to poll for additional information, the client can specify the odata.callback preference to request that the service notify the client when data is available.
callback(URI) - Method in interface org.apache.olingo.client.api.communication.request.AsyncRequestWrapper
The odata.callback preference MUST include the parameter url whose value is the URL of a callback endpoint to be invoked by the OData service when data is available.
cast(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
cast(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
ceiling(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
changed - Enum constant in enum org.apache.olingo.client.api.domain.ClientDeletedEntity.Reason
 
CHANGESET_CONTENT_ID_NAME - Static variable in interface org.apache.olingo.client.api.ODataBatchConstants
Content id header name.
ClientAnnotatable - Interface in org.apache.olingo.client.api.domain
 
ClientAnnotation - Interface in org.apache.olingo.client.api.domain
 
ClientBuilder(String) - Constructor for class org.apache.olingo.client.api.ODataClientBuilder.ClientBuilder
Create the builder for an EdmEnabledODataClient.
ClientCollectionValue<T extends ClientValue> - Interface in org.apache.olingo.client.api.domain
OData collection property value.
ClientComplexValue - Interface in org.apache.olingo.client.api.domain
OData complex property value.
ClientDeletedEntity - Interface in org.apache.olingo.client.api.domain
 
ClientDeletedEntity.Reason - Enum in org.apache.olingo.client.api.domain
 
ClientDelta - Interface in org.apache.olingo.client.api.domain
 
ClientDeltaLink - Interface in org.apache.olingo.client.api.domain
 
ClientEntity - Interface in org.apache.olingo.client.api.domain
OData entity.
ClientEntitySet - Interface in org.apache.olingo.client.api.domain
OData entity collection.
ClientEntitySetIterator<T extends ClientEntitySet,E extends ClientEntity> - Class in org.apache.olingo.client.api.domain
OData entity set iterator class.
ClientEntitySetIterator(ODataClient, InputStream, ContentType) - Constructor for class org.apache.olingo.client.api.domain.ClientEntitySetIterator
Constructor.
ClientEnumValue - Interface in org.apache.olingo.client.api.domain
 
ClientInlineEntity - Class in org.apache.olingo.client.api.domain
OData in-line entity.
ClientInlineEntity(URI, String, ClientLinkType, String, ClientEntity) - Constructor for class org.apache.olingo.client.api.domain.ClientInlineEntity
Constructor.
ClientInlineEntity(URI, ClientLinkType, String, ClientEntity) - Constructor for class org.apache.olingo.client.api.domain.ClientInlineEntity
Constructor.
ClientInlineEntitySet - Class in org.apache.olingo.client.api.domain
OData in-line entity set.
ClientInlineEntitySet(URI, String, ClientLinkType, String, ClientEntitySet) - Constructor for class org.apache.olingo.client.api.domain.ClientInlineEntitySet
Constructor.
ClientInlineEntitySet(URI, ClientLinkType, String, ClientEntitySet) - Constructor for class org.apache.olingo.client.api.domain.ClientInlineEntitySet
Constructor.
ClientInvokeResult - Interface in org.apache.olingo.client.api.domain
Marker interface for any OData domain object that can be returned by an operation invocation.
ClientItem - Class in org.apache.olingo.client.api.domain
Abstract representation of OData entities and links.
ClientItem(String) - Constructor for class org.apache.olingo.client.api.domain.ClientItem
Constructor.
ClientLink - Class in org.apache.olingo.client.api.domain
OData link.
ClientLink(URI, String, ClientLinkType, String) - Constructor for class org.apache.olingo.client.api.domain.ClientLink
Constructor.
ClientLink(URI, ClientLinkType, String) - Constructor for class org.apache.olingo.client.api.domain.ClientLink
Constructor.
ClientLink(URI, ClientLinkType, String, String) - Constructor for class org.apache.olingo.client.api.domain.ClientLink
 
ClientLink.Builder - Class in org.apache.olingo.client.api.domain
 
ClientLinked - Interface in org.apache.olingo.client.api.domain
 
ClientLinkType - Enum in org.apache.olingo.client.api.domain
OData link types.
ClientNoContent - Class in org.apache.olingo.client.api.communication.request.invoke
Marker class for invoke with no return type.
ClientNoContent() - Constructor for class org.apache.olingo.client.api.communication.request.invoke.ClientNoContent
 
ClientObjectFactory - Interface in org.apache.olingo.client.api.domain
Entry point for generating OData domain objects.
ClientODataDeserializer - Interface in org.apache.olingo.client.api.serialization
 
ClientOperation - Class in org.apache.olingo.client.api.domain
 
ClientOperation() - Constructor for class org.apache.olingo.client.api.domain.ClientOperation
 
ClientPrimitiveValue - Interface in org.apache.olingo.client.api.domain
 
ClientPrimitiveValue.Builder - Interface in org.apache.olingo.client.api.domain
 
ClientProperty - Interface in org.apache.olingo.client.api.domain
OData entity property.
ClientServiceDocument - Class in org.apache.olingo.client.api.domain
 
ClientServiceDocument() - Constructor for class org.apache.olingo.client.api.domain.ClientServiceDocument
 
ClientSingleton - Interface in org.apache.olingo.client.api.domain
 
ClientValuable - Interface in org.apache.olingo.client.api.domain
 
ClientValue - Interface in org.apache.olingo.client.api.domain
Abstract representation of an OData entity property value.
close() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequestItem
Closes the item.
close() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
Closes the current batch responses item including all wrapped OData responses.
close() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response.
close() - Method in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
Closes the current iterator.
close(HttpClient) - Method in interface org.apache.olingo.client.api.http.HttpClientFactory
 
Computed - Enum constant in enum org.apache.olingo.client.api.edm.StoreGeneratedPattern
 
concat(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
Configuration - Interface in org.apache.olingo.client.api
Configuration wrapper.
contains(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
continueOnError() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
The odata.continue-on-error preference on a batch request is used to request that, upon encountering a request within the batch that returns an error, the service return the error for that request and continue processing additional requests within the batch.
count() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds count query option.
count(boolean) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends count query option.
COUNT - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
The $count system query option allows clients to request a count of the matching resources included with the resources in the response.
COUNT - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
create(HttpMethod, URI) - Method in interface org.apache.olingo.client.api.http.HttpClientFactory
 
create(HttpMethod, URI) - Method in interface org.apache.olingo.client.api.http.HttpUriRequestFactory
 
createClient() - Method in class org.apache.olingo.client.api.ODataClientBuilder.ClientBuilder
Create an new EdmEnabledODataClient based on via system property ODATA_EMD_CLIENT_IMPL_SYS_PROPERTY class name or if not net the default ODATA_EDM_CLIENT_IMPL_CLASS set class with before set serviceRoot and optional edm and optinal metadataETag.
createClient() - Static method in class org.apache.olingo.client.api.ODataClientBuilder
Create an new ODataClient based on via system property ODATA_CLIENT_IMPL_SYS_PROPERTY class name or if not net the default ODATA_CLIENT_IMPL_CLASS set class.
CRLF - Static variable in interface org.apache.olingo.client.api.communication.request.ODataStreamer
CR/LF.
CROSS_JOIN - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
CUDRequestFactory - Interface in org.apache.olingo.client.api.communication.request.cud
 

D

DataServices - Interface in org.apache.olingo.client.api.edm.xml
 
date(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
day(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
delete() - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
DeleteA DELETE request sent to the status monitor resource requests that the asynchronous processing be canceled.
deleted - Enum constant in enum org.apache.olingo.client.api.domain.ClientDeletedEntity.Reason
 
DERIVED_ENTITY_TYPE - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
div(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 

E

edm(Edm) - Method in class org.apache.olingo.client.api.ODataClientBuilder.ClientBuilder
Set the edm to use for edm enabled client
EdmEnabledInvokeRequestFactory - Interface in org.apache.olingo.client.api.communication.request.invoke
 
EdmEnabledODataClient - Interface in org.apache.olingo.client.api
 
EdmMetadataRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
This class implements a metadata query request.
Edmx - Interface in org.apache.olingo.client.api.edm.xml
 
endswith(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
ENTITY - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
ENTITY_BINDING - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
Entity binding link.
ENTITY_COLLECTION_BINDING - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
Entity collection binding link.
ENTITY_NAVIGATION - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
Entity navigation link.
ENTITY_SET_NAVIGATION - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
Entity set navigation link.
ENTITYSET - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
eq(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
eq(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
equals(Object) - Method in class org.apache.olingo.client.api.domain.AbstractClientPayload
 
equals(Object) - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
 
equals(Object) - Method in class org.apache.olingo.client.api.domain.ClientInlineEntity
 
equals(Object) - Method in class org.apache.olingo.client.api.domain.ClientInlineEntitySet
 
equals(Object) - Method in class org.apache.olingo.client.api.domain.ClientItem
 
execute() - Method in interface org.apache.olingo.client.api.communication.request.AsyncRequestWrapper
execute the request for the first time.
execute() - Method in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
Request execute.
execute() - Method in interface org.apache.olingo.client.api.communication.request.retrieve.ODataRawRequest
Executes the query.
expand(String...) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds expand query option.
EXPAND - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
This option indicates entities associated with the EntityType instance or EntitySet, identified by the resource path section of the URI, and MUST be represented inline in the data service's response.
expandWithOptions(String, boolean, boolean, Map<QueryOption, Object>) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
The set of expanded entities can be refined through the application of expand options, expressed as a semicolon-separated list of system query options, enclosed in parentheses, see [OData-URL].
expandWithOptions(String, Map<QueryOption, Object>) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
The set of expanded entities can be refined through the application of expand options, expressed as a semicolon-separated list of system query options, enclosed in parentheses, see [OData-URL].
expandWithSelect(String, String...) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Properties of related entities can be specified by including the $select query option within the $expand.

F

fetchTermDefinitionSchema(List<InputStream>) - Method in interface org.apache.olingo.client.api.serialization.ClientODataDeserializer
Gets all the terms defined in the given input stream
filter(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds filter query option.
filter(URIFilter) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds filter for filter query option.
FILTER - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
This option specifies a predicate used to filter the elements from the EntitySet identified by the resource path section of the URI.
FilterArg - Interface in org.apache.olingo.client.api.uri
Interface for any available filter argument.
FilterArgFactory - Interface in org.apache.olingo.client.api.uri
 
FilterFactory - Interface in org.apache.olingo.client.api.uri
 
finalizeBody() - Method in interface org.apache.olingo.client.api.communication.request.ODataPayloadManager
Closes piped output stream.
floor(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
forceNextMonitorCheck(URI) - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
Specifies the location for the next monitor check.
format(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds format query option.
FORMAT - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
This option specifies the media type acceptable in a response.
fractionalseconds(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
fromString(String, String) - Static method in enum org.apache.olingo.client.api.domain.ClientLinkType
Gets LinkType instance from the given rel and type.

G

ge(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
ge(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
geoDistance(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
geoIntersects(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
geoLength(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
get(String) - Method in interface org.apache.olingo.client.api.domain.ClientComplexValue
Gets field.
getAccept() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Gets Accept OData request header.
getActionImportInvokeRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
Gets an invoke request instance for the action import with the given name.
getActionImportInvokeRequest(String, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
Gets an invoke request instance for the action import with the given name.
getActionInvokeRequest(URI, Class<T>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory
Gets an invoke request instance for the action bound to given URI (no parameters).
getActionInvokeRequest(URI, Class<T>, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory
Gets an invoke request instance for the action bound to given URI (with parameters).
getAddedLinks() - Method in interface org.apache.olingo.client.api.domain.ClientDelta
 
getAlias() - Method in interface org.apache.olingo.client.api.edm.xml.Include
 
getAnnotations() - Method in interface org.apache.olingo.client.api.domain.ClientAnnotatable
 
getAnnotations() - Method in class org.apache.olingo.client.api.domain.ClientLink
 
getArgFactory() - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
getAssociationLink(String) - Method in interface org.apache.olingo.client.api.domain.ClientLinked
Gets association link with given name, if available, otherwise null.
getAssociationLinks() - Method in interface org.apache.olingo.client.api.domain.ClientLinked
Returns all entity association links.
getAsyncBatchRequestWrapper(ODataBatchRequest) - Method in interface org.apache.olingo.client.api.communication.request.AsyncRequestFactory
 
getAsyncRequestFactory() - Method in interface org.apache.olingo.client.api.ODataClient
 
getAsyncRequestWrapper(ODataRequest) - Method in interface org.apache.olingo.client.api.communication.request.AsyncRequestFactory
 
getAsyncResponse() - Method in interface org.apache.olingo.client.api.communication.request.ODataPayloadManager
Closes the payload input stream and ask for an asynchronous response.
getBaseURI() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets base URI.
getBatchRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.batch.BatchRequestFactory
Gets a batch request object instance.
getBatchRequestFactory() - Method in interface org.apache.olingo.client.api.ODataClient
 
getBinder() - Method in interface org.apache.olingo.client.api.ODataClient
 
getBody() - Method in interface org.apache.olingo.client.api.communication.request.ODataPayloadManager
Gets payload stream.
getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataBatchResponse
Get all the batch response items.
getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataEntityCreateResponse
Gets created object.
getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataEntityUpdateResponse
Gets updated object.
getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataInvokeResponse
Gets operation return value if exists.
getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataMediaEntityCreateResponse
Gets created object.
getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataMediaEntityUpdateResponse
Gets updated object.
getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataPropertyUpdateResponse
Gets updated object.
getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataRetrieveResponse
Gets query result objects.
getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataStreamUpdateResponse
Gets created/updated object.
getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataValueUpdateResponse
Gets updated object.
getBodyAs(Class<T>) - Method in interface org.apache.olingo.client.api.communication.response.ODataRawResponse
 
getBodyStreamWriter() - Method in interface org.apache.olingo.client.api.communication.request.ODataStreamer
Gets the piped stream to be used to stream the payload.
getBoundActionInvokeRequest(URI, FullQualifiedName, FullQualifiedName, Boolean) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
Gets an invoke request instance for the action bound to given URI (no parameters).
getBoundActionInvokeRequest(URI, FullQualifiedName, FullQualifiedName, Boolean, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
Gets an invoke request instance for the action bound to given URI (with parameters).
getBoundFunctionInvokeRequest(URI, FullQualifiedName, FullQualifiedName, Boolean) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
Gets an invoke request instance for the function bound to given URI (no parameters).
getBoundFunctionInvokeRequest(URI, FullQualifiedName, FullQualifiedName, Boolean, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
Gets an invoke request instance for the function bound to given URI (with parameters).
getCachedEdm() - Method in interface org.apache.olingo.client.api.EdmEnabledODataClient
Return the cached Edm matadata information.
getCollectionValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
Gets collection value.
getComplexValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
Gets complex value.
getConfiguration() - Method in interface org.apache.olingo.client.api.ODataClient
 
getContentType() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Gets contentType OData request header.
getContentType() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Gets the content type.
getContextURL() - Method in class org.apache.olingo.client.api.data.ResWrap
The context URL describes the content of the payload.
getContextURL() - Method in class org.apache.olingo.client.api.domain.AbstractClientPayload
The context URL describes the content of the payload.
getCount() - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
Gets in-line count.
getCUDRequestFactory() - Method in interface org.apache.olingo.client.api.ODataClient
 
getCurrent() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
Gets last cached line (the current one).
getDataServices() - Method in interface org.apache.olingo.client.api.edm.xml.Edmx
 
getDataServiceVersion() - Method in interface org.apache.olingo.client.api.edm.xml.DataServices
 
getDefaultBatchAcceptFormat() - Method in interface org.apache.olingo.client.api.Configuration
Gets the configured default Accept header value format for a batch request.
getDefaultFormat() - Method in interface org.apache.olingo.client.api.Configuration
Gets the configured OData format.
getDefaultMediaFormat() - Method in interface org.apache.olingo.client.api.Configuration
Gets the configured OData media format.
getDefaultPubFormat() - Method in interface org.apache.olingo.client.api.Configuration
Gets the configured OData format for AtomPub exchanges.
getDefaultValueFormat() - Method in interface org.apache.olingo.client.api.Configuration
Gets the configured OData value format.
getDeletedEntities() - Method in interface org.apache.olingo.client.api.domain.ClientDelta
 
getDeletedLinks() - Method in interface org.apache.olingo.client.api.domain.ClientDelta
 
getDeleteRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets a delete request object instance.
getDeltaLink() - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
Gets delta link if exists.
getDeltaRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
 
getDeserializer(ContentType) - Method in interface org.apache.olingo.client.api.ODataClient
 
getEditLink() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Returns OData entity edit link.
getEdm(String) - Method in interface org.apache.olingo.client.api.EdmEnabledODataClient
Checks if the cached Edm matadata information matches the argument and, if not, updates the cache against the configured service root.
getEdmVersion() - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
 
getEntities() - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
Gets contained entities.
getEntity() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntity
Gets wrapped entity.
getEntity(ClientEntity) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
Gets an Entity from the given OData entity.
getEntityCreateRequest(URI, E) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets a create request object instance.
getEntityRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a uri request returning a single OData entity.
getEntitySet() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntitySet
Gets wrapped entity set.
getEntitySet(ClientEntitySet) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
Gets a EntitySet from the given OData entity set.
getEntitySetByName(String) - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets top level entity set with given name.
getEntitySetIteratorRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a uri request returning a set of one or more OData entities.
getEntitySetNames() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets entity set names.
getEntitySetRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a uri request returning a set of one or more OData entities.
getEntitySets() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets top level entity sets.
getEntitySets() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
 
getEntitySetURI(String) - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets URI about the given entity set.
getEntitySetURIs() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets entity set URIs.
getEntityUpdateRequest(URI, UpdateType, E) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets an update request object instance.
getEntityUpdateRequest(UpdateType, E) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets an update request object instance; uses entity's edit link as endpoint.
getEnumValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
Gets enum value.
getETag() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Gets 'ETag' header value.
getETag() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Gets ETag.
getExecutor() - Method in interface org.apache.olingo.client.api.Configuration
Retrieves request executor service.
getFilterFactory() - Method in interface org.apache.olingo.client.api.ODataClient
 
getFormat() - Method in interface org.apache.olingo.client.api.communication.request.streamed.ODataStreamedEntityRequest
Returns resource representation format.
getFunctionImportByName(String) - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets top level function import set with given name.
getFunctionImportInvokeRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
Gets an invoke request instance for the function import with the given name and no parameters.
getFunctionImportInvokeRequest(String, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
Gets an invoke request instance for the function import with the given name and matching parameter names.
getFunctionImportNames() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets function import names.
getFunctionImports() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets top level function imports.
getFunctionImports() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
 
getFunctionImportURI(String) - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets URI of the given function import.
getFunctionImportURIs() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets function import URIs.
getFunctionInvokeRequest(URI, Class<T>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory
Gets an invoke request instance for the function bound to given URI (no parameters).
getFunctionInvokeRequest(URI, Class<T>, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory
Gets an invoke request instance for the function bound to given URI (with parameters).
getHeader(String) - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
Gets the value of the header identified by the given name.
getHeader(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Gets the value of the OData request header identified by the given name.
getHeader(String) - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Gets header value of the given header.
getHeaderInfo() - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
Returns headers
getHeaderNames() - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
Gets header names.
getHeaderNames() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Gets all OData request header names.
getHeaderNames() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Gets header names.
getHttpClientFactory() - Method in interface org.apache.olingo.client.api.Configuration
Gets the HttpClient factory to be used for executing requests.
getHttpRequest() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Returns Http request Object.
getHttpUriRequestFactory() - Method in interface org.apache.olingo.client.api.Configuration
Gets the HttpUriRequest factory for generating requests to be executed.
getId() - Method in interface org.apache.olingo.client.api.domain.ClientDeletedEntity
 
getId() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
To request entity references in place of the actual entities, the client issues a GET request with /$ref appended to the resource path.
getIfMatch() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Gets If-Match OData request header.
getIfNoneMatch() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Gets If-None-Match OData request header.
getIncludeAnnotations() - Method in interface org.apache.olingo.client.api.edm.xml.Reference
 
getIncludes() - Method in interface org.apache.olingo.client.api.edm.xml.Reference
 
getInvokeRequest(HttpMethod, URI, Class<T>, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory
Gets an invoke request instance for the operation bound to given URI.
getInvokeRequestFactory() - Method in interface org.apache.olingo.client.api.EdmEnabledODataClient
 
getInvokeRequestFactory() - Method in interface org.apache.olingo.client.api.ODataClient
 
getLastContentId() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataChangeset
 
getLink() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
 
getLink() - Method in class org.apache.olingo.client.api.domain.ClientItem
 
getLink(ClientLink) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
Gets a Link from the given OData link.
getMaxDataServiceVersion() - Method in interface org.apache.olingo.client.api.edm.xml.DataServices
 
getMediaContentSource() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Gets media content source.
getMediaContentType() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Gets media content type.
getMediaEditLink(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Gets media-edit link with given name, if available, otherwise null.
getMediaEditLinks() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Returns entity media edit links.
getMediaEntityCreateRequest(URI, InputStream) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets a media entity create request object instance.
getMediaEntityRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a uri request returning a media entity.
getMediaEntityUpdateRequest(URI, InputStream) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets a media entity update request object instance.
getMediaETag() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
ETag of the binary stream represented by this media entity or named stream property.
getMediaETag() - Method in class org.apache.olingo.client.api.domain.ClientLink
Gets Media ETag.
getMediaRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a uri request returning a media stream.
getMetadataAnchor() - Method in class org.apache.olingo.client.api.domain.ClientOperation
Gets metadata anchor.
getMetadataETag() - Method in class org.apache.olingo.client.api.data.ResWrap
An ETag header MAY also be returned on a metadata document request or service document request to allow the client subsequently to make a conditional request for the metadata or service document.
getMetadataRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a metadata request instance.
getMethod() - Method in enum org.apache.olingo.client.api.communication.request.cud.UpdateType
Gets HTTP request method.
getMethod() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Returns HTTP request method.
getName() - Method in interface org.apache.olingo.client.api.data.ServiceDocumentItem
 
getName() - Method in class org.apache.olingo.client.api.domain.ClientItem
 
getName() - Method in interface org.apache.olingo.client.api.domain.ClientProperty
Returns property name.
getNamespace() - Method in interface org.apache.olingo.client.api.edm.xml.Include
 
getNavigationLink(String) - Method in interface org.apache.olingo.client.api.domain.ClientLinked
Gets navigation link with given name, if available, otherwise null.
getNavigationLinks() - Method in interface org.apache.olingo.client.api.domain.ClientLinked
Returns all entity navigation links (including inline entities / entity sets).
getNext() - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
Gets next page link.
getNext() - Method in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
Gets the next link if exists.
getObjectFactory() - Method in interface org.apache.olingo.client.api.ODataClient
 
getODataDelta(ResWrap<Delta>) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
 
getODataEntity(ResWrap<Entity>) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
Gets ODataEntity from the given entity resource.
getODataEntitySet(ResWrap<EntityCollection>) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
Gets ODataEntitySet from the given entity set resource.
getODataError() - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
Gets OData error.
getODataProperty(ResWrap<Property>) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
Gets an ODataProperty from the given property resource.
getODataResponse() - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
Gets the real response.
getODataServiceDocument(ServiceDocument) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
Gets ODataServiceDocument from the given service document resource.
getOperation(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Searches for operation with given title.
getOperation(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
Searches for operation with given title.
getOperation(String) - Method in interface org.apache.olingo.client.api.domain.ClientProperty
Searches for operation with given title.
getOperations() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Gets operations.
getOperations() - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
Gets operations.
getOperations() - Method in interface org.apache.olingo.client.api.domain.ClientProperty
Gets operations.
getOutputStream() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest
Gets piped stream to be used to stream batch items.
getPayload() - Method in class org.apache.olingo.client.api.data.ResWrap
Gets contained object.
getPrefer() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Gets Prefer OData request header.
getPrimitiveValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
Gets primitive value.
getProperties() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Returns OData entity properties.
getProperty(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Searches for property with given name.
getProperty(ClientProperty) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
Gets a Property from the given OData property.
getPropertyCollectionValueUpdateRequest(URI, ClientProperty) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets an update request object instance.
getPropertyComplexValueUpdateRequest(URI, UpdateType, ClientProperty) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets an update request object instance.
getPropertyPrimitiveValueUpdateRequest(URI, ClientProperty) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets an update request object instance.
getPropertyRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a uri request returning a single OData entity property.
getPropertyValueRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a uri request returning a single OData entity property value.
getQualifier() - Method in interface org.apache.olingo.client.api.edm.xml.IncludeAnnotations
 
getRawRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Implements a raw request request without specifying any return type.
getRawResponse() - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
Return raw response from the request (can be null).
getRawResponse() - Method in exception org.apache.olingo.client.api.communication.ODataServerErrorException
Return raw response from the request (can be null).
getRawResponse() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Gets response body as InputStream.
getReader() - Method in interface org.apache.olingo.client.api.ODataClient
 
getReason() - Method in interface org.apache.olingo.client.api.domain.ClientDeletedEntity
 
getReferenceAddingRequest(URI, URI, URI) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
A successful POST request to a navigation property's references collection adds a relationship to an existing entity.
getReferences() - Method in interface org.apache.olingo.client.api.edm.xml.Edmx
 
getReferences() - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
 
getReferenceSingleChangeRequest(URI, URI, URI) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
A successful PUT request to a single-valued navigation property�s reference resource changes the related entity.
getRel() - Method in class org.apache.olingo.client.api.domain.ClientLink
Gets link rel.
getRelatedServiceDocuments() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets related service documents.
getRelatedServiceDocuments() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
 
getRelatedServiceDocumentsNames() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets related service documents names.
getRelatedServiceDocumentsURIs() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets related service documents URIs.
getRelatedServiceDocumentURI(String) - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets URI of the given related service documents.
getRelationship() - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
 
getResponse() - Method in interface org.apache.olingo.client.api.communication.request.ODataPayloadManager
Closes the payload input stream and gets the OData response back.
getRetrieveRequestFactory() - Method in interface org.apache.olingo.client.api.ODataClient
 
getSchema(int) - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
Returns the Schema at the specified position in the EdM metadata document.
getSchema(String) - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
Returns the Schema with the specified key (namespace or alias) in the EdM metadata document.
getSchemaByNsOrAlias() - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
 
getSchemaNamespaces() - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
 
getSchemas() - Method in interface org.apache.olingo.client.api.edm.xml.DataServices
 
getSchemas() - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
Returns all Schema objects defined in the EdM metadata document.
getSearchFactory() - Method in interface org.apache.olingo.client.api.ODataClient
 
getSerializer(ContentType) - Method in interface org.apache.olingo.client.api.ODataClient
 
getServiceDocumentRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a service document request instance.
getServiceRoot() - Method in interface org.apache.olingo.client.api.EdmEnabledODataClient
 
getServiceVersion() - Method in interface org.apache.olingo.client.api.ODataClient
 
getSingletonByName(String) - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets top level singleton with given name.
getSingletonNames() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets singleton names.
getSingletonRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
 
getSingletons() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets top level singletons.
getSingletons() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
 
getSingletonUpdateRequest(URI, UpdateType, ClientSingleton) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
 
getSingletonUpdateRequest(UpdateType, ClientSingleton) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
 
getSingletonURI(String) - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets URI of the given singleton.
getSingletonURIs() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
Gets singleton URIs.
getSource() - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
 
getStatusCode() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Gets status code.
getStatusLine() - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
Gets request status info.
getStatusMessage() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Gets status message.
getStreamUpdateRequest(URI, InputStream) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets a stream update request object instance.
getTarget() - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
 
getTarget() - Method in class org.apache.olingo.client.api.domain.ClientOperation
Gets target.
getTargetNamespace() - Method in interface org.apache.olingo.client.api.edm.xml.IncludeAnnotations
 
getTerm() - Method in interface org.apache.olingo.client.api.domain.ClientAnnotation
Returns annotation name.
getTermNamespace() - Method in interface org.apache.olingo.client.api.edm.xml.IncludeAnnotations
 
getTitle() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
 
getTitle() - Method in interface org.apache.olingo.client.api.data.ServiceDocumentItem
 
getTitle() - Method in class org.apache.olingo.client.api.domain.ClientOperation
Gets title.
getType() - Method in class org.apache.olingo.client.api.domain.ClientLink
Gets link type.
getType() - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue
 
getTypeKind() - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue
 
getTypeName() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
 
getTypeName() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
 
getTypeName() - Method in interface org.apache.olingo.client.api.domain.ClientValue
Gets value type name.
getUri() - Method in interface org.apache.olingo.client.api.edm.xml.Reference
 
getURI() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Returns OData request target URI.
getUrl() - Method in interface org.apache.olingo.client.api.data.ServiceDocumentItem
 
getValue() - Method in interface org.apache.olingo.client.api.domain.ClientEnumValue
 
getValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
Returns annotation value.
getValue() - Method in enum org.apache.olingo.client.api.uri.SegmentType
 
getValueRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a uri request returning a single OData entity property value.
getValueUpdateRequest(URI, UpdateType, ClientPrimitiveValue) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
Gets a create request object instance.
getVersion() - Method in interface org.apache.olingo.client.api.edm.xml.Edmx
 
getWrappedHttpClientFactory() - Method in interface org.apache.olingo.client.api.http.WrappingHttpClientFactory
 
getWriter() - Method in interface org.apache.olingo.client.api.ODataClient
 
getXMLMetadata() - Method in interface org.apache.olingo.client.api.communication.request.retrieve.EdmMetadataRequest
 
getXMLMetadataRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
Gets a metadata request instance.
gt(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
gt(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 

H

has(String, EdmEnumType, String) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
has(FilterArg, EdmEnumType, String) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
hasCollectionValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
Checks if has collection value.
hasComplexValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
Checks if has complex value.
hasEnumValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
Checks if has enum value.
hashCode() - Method in class org.apache.olingo.client.api.domain.AbstractClientPayload
 
hashCode() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
 
hashCode() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntity
 
hashCode() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntitySet
 
hashCode() - Method in class org.apache.olingo.client.api.domain.ClientItem
 
hasNext() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
Checks if batch has next line.
hasNext() - Method in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
 
hasNullValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
Checks if has null value.
hasPrimitiveValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
Checks if has primitive value.
hasStreamedSomething() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequestItem
Checks if the streaming of the current item is started yet.
hour(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
HttpClientException - Exception in org.apache.olingo.client.api.http
A client-side processing runtime exception.
HttpClientException(String) - Constructor for exception org.apache.olingo.client.api.http.HttpClientException
Constructs a new client-side runtime exception with the specified detail message.
HttpClientException(String, Throwable) - Constructor for exception org.apache.olingo.client.api.http.HttpClientException
Constructs a new client-side runtime exception with the specified detail message and cause.
HttpClientException(Throwable) - Constructor for exception org.apache.olingo.client.api.http.HttpClientException
Constructs a new client-side runtime exception with the specified cause and a detail message of (cause==null ? null : cause.getName()) (which typically contains the class and detail message of cause).
HttpClientFactory - Interface in org.apache.olingo.client.api.http
Interface used by ODataRequest implementations to instantiate HttpClient.
HttpUriRequestFactory - Interface in org.apache.olingo.client.api.http
Interface used by ODataRequest implementations to create the HttpUriRequest.

I

id(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds id query option.
ID - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
The entity-id specified by $id may be expressed absolute or relative to the request URL.
Identity - Enum constant in enum org.apache.olingo.client.api.edm.StoreGeneratedPattern
 
Include - Interface in org.apache.olingo.client.api.edm.xml
 
includeAnnotations(String) - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
The odata.include-annotations preference in a request for data or metadata is used to specify the set of annotations the client requests to be included, where applicable, in the response.
IncludeAnnotations - Interface in org.apache.olingo.client.api.edm.xml
 
indexof(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
initFromBatch(Map.Entry<Integer, String>, Map<String, Collection<String>>, ODataBatchLineIterator, String) - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Initializes response from batch response item.
initFromBatch(ODataBatchLineIterator, String) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
Initializes ODataResponse template from batch response item part.
initFromEnclosedPart(InputStream) - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Initializes response from an enclosed HTTP response.
initFromHttpResponse(HttpResponse) - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Initializes OData response from HTTP response.
InvokeRequestFactory - Interface in org.apache.olingo.client.api.communication.request.invoke
OData request factory class.
isAddressingDerivedTypes() - Method in interface org.apache.olingo.client.api.Configuration
Gets whether query URIs in request should contain fully qualified type name. - OData Intermediate Conformance Level: MUST support casting to a derived type according to [OData-URL] if derived types are present in the model.
isBreaking() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
Checks if the current item is a breaking item like as error item or asynchronous response part.
isChangeset() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
Checks if the current batch response item is a changeset.
isCollection() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
Check is is a collection value.
isCollection() - Method in interface org.apache.olingo.client.api.domain.ClientValue
Check is is a collection value.
isComplex() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
Check is is a complex value.
isComplex() - Method in interface org.apache.olingo.client.api.domain.ClientValue
Check is is a linked complex value.
isContinueOnError() - Method in interface org.apache.olingo.client.api.Configuration
When processing a set of requests (in batch requests, for example), checks if the execution will be aborted after first error encountered or not.
isDone() - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
Checks if asynchronous processing has been terminated.
isEmpty() - Method in interface org.apache.olingo.client.api.domain.ClientCollectionValue
Checks if collection is empty.
isEnum() - Method in interface org.apache.olingo.client.api.domain.ClientValue
Check is is an enum value.
isGzipCompression() - Method in interface org.apache.olingo.client.api.Configuration
Checks whether Gzip compression (e.g. support for Accept-Encoding: gzip and Content-Encoding: gzip HTTP headers) is enabled.
isKeyAsSegment() - Method in interface org.apache.olingo.client.api.Configuration
Checks whether URIs contain entity key between parentheses (standard) or instead as additional segment (non-standard).
isMediaEntity() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Checks if the current entity is a media entity.
isof(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
isof(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
isOpen() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequestItem
Checks if the current item is still opened.
isPreferenceApplied() - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
Checks for preference applied.
isPrimitive() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
Check is is a primitive value.
isPrimitive() - Method in interface org.apache.olingo.client.api.domain.ClientValue
Check is is a primitive value.
isReadOnly() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
TRUE if read-only entity.
isServiceDocument(XMLMetadata) - Method in interface org.apache.olingo.client.api.serialization.ODataMetadataValidation
This method checks if if its a service document based on the XMLMetadata provided
isUseChuncked() - Method in interface org.apache.olingo.client.api.Configuration
Checks whether chunk HTTP encoding is being used.
isUseUrlOperationFQN() - Method in interface org.apache.olingo.client.api.Configuration
Checks whether operation name in request URI should be fully qualified name, which is required by OData V4 protocol, but some service may still choose to support shorter name.
isUseXHTTPMethod() - Method in interface org.apache.olingo.client.api.Configuration
Gets whether PUT, MERGE, PATCH, DELETE HTTP methods need to be translated to POST with additional X-HTTTP-Method header.
isV4Metadata(XMLMetadata) - Method in interface org.apache.olingo.client.api.serialization.ODataMetadataValidation
This method checks if if its a V4 metadata based on the XMLMetadata provided
ITEM_CONTENT_TYPE - Static variable in interface org.apache.olingo.client.api.ODataBatchConstants
Batch item content type.
ITEM_CONTENT_TYPE_LINE - Static variable in interface org.apache.olingo.client.api.ODataBatchConstants
Item content type.
ITEM_TRANSFER_ENCODING_LINE - Static variable in interface org.apache.olingo.client.api.ODataBatchConstants
Item transfer encoding.

K

KEY - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
KEY_AS_SEGMENT - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
keyAsSegment() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
Gets the value of the non-standard preference that the URL should follow the convention that keys are formatted as separate segments.

L

le(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
le(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
length(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
LEVELS - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
Cyclic navigation properties (whose target type is identical or can be cast to its source type) can be recursively expanded using the special $levels option.
LINKS - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
literal(Object) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
literal(String) - Method in interface org.apache.olingo.client.api.uri.SearchFactory
 
lt(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
lt(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 

M

match(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
maxdatetime() - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
maxPageSize(int) - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
The odata.maxpagesize preference is used to request that each collection within the response contain no more than the number of items specified as the positive integer value of this preference.
MEDIA_EDIT - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
Media-edit link.
MEDIA_READ - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
Media-read link
MediaEntityCreateStreamManager<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
Media entity payload object.
MediaEntityUpdateStreamManager<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
Media entity payload object.
METADATA - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
metadataETag(String) - Method in class org.apache.olingo.client.api.ODataClientBuilder.ClientBuilder
Set the metadataETag to use for edm enabled client
metadataValidation() - Method in interface org.apache.olingo.client.api.ODataClient
 
mindatetime() - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
minute(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
mod(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
month(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
mul(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 

N

NAVIGATION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
ne(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
ne(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
newAssociationLink(String, URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
 
newCollectionProperty(String, ClientCollectionValue<? extends ClientValue>) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new collection property.
newCollectionValue(String) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
 
newComplexProperty(String, ClientComplexValue) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new complex property.
newComplexValue(String) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
 
newDeepInsertEntity(String, ClientEntity) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new entity (for deep insert).
newDeepInsertEntitySet(String, ClientEntitySet) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new entity set (for deep insert).
newDelta() - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new delta property.
newDelta(URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new delta property.
newEntity(FullQualifiedName) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new entity.
newEntity(FullQualifiedName, URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new entity.
newEntityNavigationLink(String, URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new entity navigation link.
newEntitySet() - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new entity set.
newEntitySet(URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new entity set.
newEntitySetNavigationLink(String, URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new entity set navigation link.
newEnumProperty(String, ClientEnumValue) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new enum property.
newEnumValue(String, String) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
 
newMediaEditLink(String, URI, String, String) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
 
newMediaReadLink(String, URI, String, String) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
 
newPreferences() - Method in interface org.apache.olingo.client.api.ODataClient
 
newPrimitiveProperty(String, ClientPrimitiveValue) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new primitive property.
newPrimitiveValueBuilder() - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
 
newSingleton(FullQualifiedName) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
Instantiates a new singleton entity.
newURIBuilder() - Method in interface org.apache.olingo.client.api.EdmEnabledODataClient
 
newURIBuilder(String) - Method in interface org.apache.olingo.client.api.ODataClient
 
newVersionHeaders() - Method in interface org.apache.olingo.client.api.ODataClient
 
next() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
Gets next line.
next() - Method in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
 
nextLine() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
Gets next line.
NoContentException - Exception in org.apache.olingo.client.api.http
Exception to be thrown when trying to read content with HTTP status 204.
NoContentException() - Constructor for exception org.apache.olingo.client.api.http.NoContentException
Constructs a new client-side runtime exception, with fixed message.
None - Enum constant in enum org.apache.olingo.client.api.edm.StoreGeneratedPattern
 
not(URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
not(URISearch) - Method in interface org.apache.olingo.client.api.uri.SearchFactory
 
now() - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
nullValue() - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 

O

ODATA_CLIENT_IMPL_SYS_PROPERTY - Static variable in class org.apache.olingo.client.api.ODataClientBuilder
 
ODATA_EMD_CLIENT_IMPL_SYS_PROPERTY - Static variable in class org.apache.olingo.client.api.ODataClientBuilder
 
ODataBasicRequest<T extends ODataResponse> - Interface in org.apache.olingo.client.api.communication.request
Basic OData request.
ODataBatchableRequest - Interface in org.apache.olingo.client.api.communication.request
Object request that can be sent embedded into a batch request.
ODataBatchConstants - Interface in org.apache.olingo.client.api
Constant values related to the OData protocol.
ODataBatchLineIterator - Interface in org.apache.olingo.client.api.communication.request.batch
Batch line iterator class.
ODataBatchRequest - Interface in org.apache.olingo.client.api.communication.request.batch
 
ODataBatchRequestItem - Interface in org.apache.olingo.client.api.communication.request.batch
Abstract representation of a batch request item.
ODataBatchResponse - Interface in org.apache.olingo.client.api.communication.response
This class implements a response to a batch request.
ODataBatchResponseItem - Interface in org.apache.olingo.client.api.communication.request.batch
Abstract representation of a response item about a batch request.
ODataBinder - Interface in org.apache.olingo.client.api.serialization
 
ODataChangeset - Interface in org.apache.olingo.client.api.communication.request.batch
Changeset wrapper for the corresponding batch item.
odataClient - Variable in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
 
ODataClient - Interface in org.apache.olingo.client.api
 
ODataClientBuilder - Class in org.apache.olingo.client.api
Builder to create an ODataClient for the API client library.
ODataClientBuilder.ClientBuilder - Class in org.apache.olingo.client.api
Builder class
ODataClientErrorException - Exception in org.apache.olingo.client.api.communication
Represents a client error in OData.
ODataClientErrorException(StatusLine) - Constructor for exception org.apache.olingo.client.api.communication.ODataClientErrorException
Constructor.
ODataClientErrorException(StatusLine, InputStream) - Constructor for exception org.apache.olingo.client.api.communication.ODataClientErrorException
Constructor
ODataClientErrorException(StatusLine, ODataError) - Constructor for exception org.apache.olingo.client.api.communication.ODataClientErrorException
Constructor
ODataClientErrorException(StatusLine, ODataError, InputStream) - Constructor for exception org.apache.olingo.client.api.communication.ODataClientErrorException
Constructor.
ODataDeleteRequest - Interface in org.apache.olingo.client.api.communication.request.cud
This class implements an OData delete request.
ODataDeleteResponse - Interface in org.apache.olingo.client.api.communication.response
This class implements the response to an OData delete request.
ODataDeltaRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
Describes an OData retrieve request returning a delta object.
ODataDeserializer - Interface in org.apache.olingo.client.api.serialization
Interface for de-serialization.
ODataDeserializerException - Exception in org.apache.olingo.client.api.serialization
 
ODataDeserializerException(String) - Constructor for exception org.apache.olingo.client.api.serialization.ODataDeserializerException
 
ODataDeserializerException(String, Throwable) - Constructor for exception org.apache.olingo.client.api.serialization.ODataDeserializerException
 
ODataDeserializerException(Throwable) - Constructor for exception org.apache.olingo.client.api.serialization.ODataDeserializerException
 
ODataEntityCreateRequest<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.cud
This interface describes an OData create request.
ODataEntityCreateResponse<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.response
This interface describes the response to an OData entity create request.
ODataEntityRequest<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.retrieve
Describes an OData retrieve query request returning a single entity.
ODataEntitySetIteratorRequest<ES extends ClientEntitySet,E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.retrieve
This class implements an OData EntitySet query request.
ODataEntitySetRequest<ES extends ClientEntitySet> - Interface in org.apache.olingo.client.api.communication.request.retrieve
This interface describes an OData EntitySet query request.
ODataEntityUpdateRequest<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.cud
This class implements an OData update request.
ODataEntityUpdateResponse<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.response
This class implements the response to an OData update request.
ODataHeaders - Interface in org.apache.olingo.client.api.communication.header
ODataHeaders wraps OData request/response headers.
ODataInvokeRequest<T extends ClientInvokeResult> - Interface in org.apache.olingo.client.api.communication.request.invoke
This class implements an OData invoke operation request.
ODataInvokeResponse<T extends ClientInvokeResult> - Interface in org.apache.olingo.client.api.communication.response
This class implements a response to a specific invoke request.
ODataMediaEntityCreateRequest<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
This class implements an OData Media Entity create request.
ODataMediaEntityCreateResponse<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.response
This class implements the response to an OData media entity create request.
ODataMediaEntityUpdateRequest<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
This class implements an OData Media Entity create request.
ODataMediaEntityUpdateResponse<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.response
This class implements the response to an Odata media entity update request.
ODataMediaRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
This class implements an OData media query request.
ODataMetadataValidation - Interface in org.apache.olingo.client.api.serialization
 
ODataOutsideUpdate - Interface in org.apache.olingo.client.api.communication.request.batch
Retrieve request wrapper for the corresponding batch item.
ODataPayloadManager<T extends ODataResponse> - Interface in org.apache.olingo.client.api.communication.request
OData request payload management abstract class.
ODataPreferences - Class in org.apache.olingo.client.api.communication.header
Values of the Prefer header.
ODataPreferences() - Constructor for class org.apache.olingo.client.api.communication.header.ODataPreferences
 
ODataPropertyRequest<T extends ClientProperty> - Interface in org.apache.olingo.client.api.communication.request.retrieve
This class implements an OData entity property query request.
ODataPropertyUpdateRequest - Interface in org.apache.olingo.client.api.communication.request.cud
This class implements an OData update entity property request.
ODataPropertyUpdateResponse - Interface in org.apache.olingo.client.api.communication.response
This class implements the response to an OData update entity property request.
ODataRawRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
This interface represents a generic OData request.
ODataRawResponse - Interface in org.apache.olingo.client.api.communication.response
This interface represents a generic OData response.
ODataReader - Interface in org.apache.olingo.client.api.serialization
OData reader.
ODataReferenceAddingRequest - Interface in org.apache.olingo.client.api.communication.request.cud
This class implements an OData reference adding request.
ODataReferenceAddingResponse - Interface in org.apache.olingo.client.api.communication.response
This class implements the response to an OData Reference Adding request.
ODataRequest - Interface in org.apache.olingo.client.api.communication.request
Abstract representation of an OData request.
ODataResponse - Interface in org.apache.olingo.client.api.communication.response
Abstract representation of an OData response.
ODataRetrieveRequest<T> - Interface in org.apache.olingo.client.api.communication.request.retrieve
This is an abstract representation of an OData retrieve query request returning one or more result item.
ODataRetrieveResponse<T> - Interface in org.apache.olingo.client.api.communication.response
This class implements a response to a specific query request.
ODataSerializer - Interface in org.apache.olingo.client.api.serialization
Interface for serialization.
ODataSerializerException - Exception in org.apache.olingo.client.api.serialization
 
ODataSerializerException(String) - Constructor for exception org.apache.olingo.client.api.serialization.ODataSerializerException
 
ODataSerializerException(String, Throwable) - Constructor for exception org.apache.olingo.client.api.serialization.ODataSerializerException
 
ODataSerializerException(Throwable) - Constructor for exception org.apache.olingo.client.api.serialization.ODataSerializerException
 
ODataServerErrorException - Exception in org.apache.olingo.client.api.communication
Represents a server error in OData.
ODataServerErrorException(StatusLine) - Constructor for exception org.apache.olingo.client.api.communication.ODataServerErrorException
Constructor.
ODataServerErrorException(StatusLine, InputStream) - Constructor for exception org.apache.olingo.client.api.communication.ODataServerErrorException
Constructor.
ODataServiceDocumentRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
This class implements an OData service document request.
ODataSingleRequest - Interface in org.apache.olingo.client.api.communication.request.batch
Retrieve request wrapper for the corresponding batch item.
ODataStreamedEntityRequest<V extends ODataResponse,T extends ODataPayloadManager<V>> - Interface in org.apache.olingo.client.api.communication.request.streamed
Abstract class representing a request concerning a streamed entity.
ODataStreamedRequest<V extends ODataResponse,T extends ODataPayloadManager<V>> - Interface in org.apache.olingo.client.api.communication.request
Streamed OData request interface.
ODataStreamer - Interface in org.apache.olingo.client.api.communication.request
Streamer utility object.
ODataStreamUpdateRequest - Interface in org.apache.olingo.client.api.communication.request.streamed
This class implements an OData stream create/update request.
ODataStreamUpdateResponse - Interface in org.apache.olingo.client.api.communication.response
This class implements the response to an Odata stream create/update request.
ODataValueRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
This class implements an OData entity property value query request.
ODataValueUpdateRequest - Interface in org.apache.olingo.client.api.communication.request.cud
This class implements an OData update entity property value request.
ODataValueUpdateResponse - Interface in org.apache.olingo.client.api.communication.response
This class implements the response to an OData update entity property request.
ODataWriter - Interface in org.apache.olingo.client.api.serialization
OData writer.
or(URIFilter, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
 
or(URISearch, URISearch) - Method in interface org.apache.olingo.client.api.uri.SearchFactory
 
orderBy(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds orderby query option.
ORDERBY - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
This option specifies the sort properties and sort direction (ascending or descending) that the data service MUST use to order the entities in the EntitySet, identified by the resource path section of the URI.
org.apache.olingo.client.api - package org.apache.olingo.client.api
 
org.apache.olingo.client.api.communication - package org.apache.olingo.client.api.communication
 
org.apache.olingo.client.api.communication.header - package org.apache.olingo.client.api.communication.header
 
org.apache.olingo.client.api.communication.request - package org.apache.olingo.client.api.communication.request
 
org.apache.olingo.client.api.communication.request.batch - package org.apache.olingo.client.api.communication.request.batch
 
org.apache.olingo.client.api.communication.request.cud - package org.apache.olingo.client.api.communication.request.cud
 
org.apache.olingo.client.api.communication.request.invoke - package org.apache.olingo.client.api.communication.request.invoke
 
org.apache.olingo.client.api.communication.request.retrieve - package org.apache.olingo.client.api.communication.request.retrieve
 
org.apache.olingo.client.api.communication.request.streamed - package org.apache.olingo.client.api.communication.request.streamed
 
org.apache.olingo.client.api.communication.response - package org.apache.olingo.client.api.communication.response
 
org.apache.olingo.client.api.data - package org.apache.olingo.client.api.data
 
org.apache.olingo.client.api.domain - package org.apache.olingo.client.api.domain
 
org.apache.olingo.client.api.edm - package org.apache.olingo.client.api.edm
 
org.apache.olingo.client.api.edm.xml - package org.apache.olingo.client.api.edm.xml
 
org.apache.olingo.client.api.http - package org.apache.olingo.client.api.http
 
org.apache.olingo.client.api.serialization - package org.apache.olingo.client.api.serialization
 
org.apache.olingo.client.api.uri - package org.apache.olingo.client.api.uri
 

P

PATCH - Enum constant in enum org.apache.olingo.client.api.communication.request.cud.UpdateType
Differential update with only specified input property values to be replaced.
payloadManager() - Method in interface org.apache.olingo.client.api.communication.request.ODataStreamedRequest
Streamed payload manager.
property(String) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
PROPERTY - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 

Q

QueryOption - Enum in org.apache.olingo.client.api.uri
Query options.

R

rawAppend(byte[]) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest
Appends the given byte array to the payload.
rawAppend(byte[], int, int) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest
Appends the given byte array to the payload.
rawExecute() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Request raw execute.
read(InputStream, String, Class<T>) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
Parses a stream into the object type specified by the given reference.
readEntity(InputStream, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
Parses a stream taking care to de-serializes the first OData entity found.
readEntitySet(InputStream, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
De-Serializes a stream into an OData entity set.
readError(InputStream, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
Parses a stream into an OData error.
readMetadata(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
Parses a stream into metadata representation.
readMetadata(InputStream, List<InputStream>) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
Parses a stream into metadata representation.
readMetadata(Map<String, CsdlSchema>) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
Parses a stream into metadata representation, including referenced metadata documents.
readMetadata(Map<String, CsdlSchema>, List<CsdlSchema>) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
Parses metadata document along with the document which includes term definitions
readMetadata(XMLMetadata, List<InputStream>) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
Fetches schema from metadata document and parses the document which includes term definitions
readProperty(InputStream, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
Parses a stream taking care to de-serialize the first OData entity property found.
readServiceDocument(InputStream, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
Parses an OData service document.
REF - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
Reference - Interface in org.apache.olingo.client.api.edm.xml
 
remove() - Method in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
Unsupported operation.
removeHeader(String) - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
Removes the header identified by the given name.
removeLink(ClientLink) - Method in interface org.apache.olingo.client.api.domain.ClientLinked
Removes the given link from any list (association, navigation, edit-media).
replace(FilterArg, FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
REPLACE - Enum constant in enum org.apache.olingo.client.api.communication.request.cud.UpdateType
Replace all and remove missing attributes.
replaceQueryOption(QueryOption, String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds/replaces the specified query option to the URI.
respondAsync() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
The respond-async preference, as defined in [HTTP-Prefer], allows clients to request that the service process the request asynchronously.
ResWrap<T> - Class in org.apache.olingo.client.api.data
Outermost response payload wrapper.
ResWrap(URI, String, T) - Constructor for class org.apache.olingo.client.api.data.ResWrap
Creates a new response payload wrapper
RetrieveRequestFactory - Interface in org.apache.olingo.client.api.communication.request.retrieve
 
returnContent() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
Prefer header, return content.
returnMinimal() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
The return=representation and return=minimal preferences are defined in [HTTP-Prefer],
In OData, return=representation or return=minimal is defined for use with a POST, PUT, or PATCH Data Modification Request other than to a stream property, or to an Action Request.
returnNoContent() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
Prefer header, return no content.
returnRepresentation() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
The return=representation and return=minimal preferences are defined in [HTTP-Prefer],
In OData, return=representation or return=minimal is defined for use with a POST, PUT, or PATCH Data Modification Request other than to a stream property, or to an Action Request.
ROOT_QUERY_OPTION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
For query options like $count that need to stay in their own segment, right after service root.
round(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 

S

search(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends search query option.
search(URISearch) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Appends search query option.
SEARCH - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
Search expressions are used within the $search system query option to request entities matching the specified expression.
SearchFactory - Interface in org.apache.olingo.client.api.uri
 
second(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
SegmentType - Enum in org.apache.olingo.client.api.uri
URI Segment types.
select(String...) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds select query option.
SELECT - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
This option is used to specify that a subset of the properties of the entities identified by the path of the request URI and $expand query option SHOULD be returned in the response from the data service.
ServiceDocument - Interface in org.apache.olingo.client.api.data
REST resource for an ODataServiceDocument.
ServiceDocumentItem - Interface in org.apache.olingo.client.api.data
 
SERVICEROOT - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
setAccept(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds Accept OData request header.
setAddressingDerivedTypes(boolean) - Method in interface org.apache.olingo.client.api.Configuration
Sets whether query URIs in request should contain fully qualified type name. - OData Intermediate Conformance Level: MUST support casting to a derived type according to [OData-URL] if derived types are present in the model.
setContentType(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds contentType OData request header.
setContextURL(URI) - Method in class org.apache.olingo.client.api.domain.AbstractClientPayload
 
setContinueOnError(boolean) - Method in interface org.apache.olingo.client.api.Configuration
When processing a set of requests (in batch requests, for example), sets if the execution will be aborted after first error encountered or not.
setCount(int) - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
Sets in-line count.
setDefaultBatchAcceptFormat(ContentType) - Method in interface org.apache.olingo.client.api.Configuration
Set the default Accept header value format for a batch request.
setDefaultMediaFormat(ContentType) - Method in interface org.apache.olingo.client.api.Configuration
Sets the default OData media format.
setDefaultPubFormat(ContentType) - Method in interface org.apache.olingo.client.api.Configuration
Sets the default OData format for AtomPub exchanges.
setDefaultValueFormat(ContentType) - Method in interface org.apache.olingo.client.api.Configuration
Sets the default OData value format.
setDeltaLink(URI) - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
Sets delta link.
setEditLink(URI) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Sets OData entity edit link.
setEtag(String) - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
 
setETag(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Sets ETag.
setExecutor(ExecutorService) - Method in interface org.apache.olingo.client.api.Configuration
Sets request executor service.
setFormat(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.ODataRawRequest
Sets accepted format.
setFormat(ContentType) - Method in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
Override configured request Content-Type.
setFormat(ContentType) - Method in interface org.apache.olingo.client.api.communication.request.streamed.ODataStreamedEntityRequest
Override configured request format.
setGzipCompression(boolean) - Method in interface org.apache.olingo.client.api.Configuration
Sets Gzip compression (e.g. support for Accept-Encoding: gzip and Content-Encoding: gzip HTTP headers) enabled or disabled.
setHeader(String, String) - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
Add the specified (custom) header (header name is case-insensitive).
setHeaderInfo(Header[]) - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
Sets headers
setHttpClientFactory(HttpClientFactory) - Method in interface org.apache.olingo.client.api.Configuration
Sets the HttpClient factory to be used for executing requests.
setHttpUriRequestFactory(HttpUriRequestFactory) - Method in interface org.apache.olingo.client.api.Configuration
Sets the HttpUriRequest factory generating requests to be executed.
setId(URI) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Set id for this OData entity.
setIfMatch(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds If-Match OData request header.
setIfNoneMatch(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds If-None-Match OData request header.
setKeyAsSegment(boolean) - Method in interface org.apache.olingo.client.api.Configuration
Sets whether URIs shall be built with entity key between parentheses (standard) or instead as additional segment (non-standard).
setLink(URI) - Method in class org.apache.olingo.client.api.domain.ClientItem
Sets ODataItem link (it's edit link for ClientEntity).
setMediaContentSource(URI) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Sets media content source.
setMediaContentType(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Sets media content type.
setMediaEntity(boolean) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Sets media entity flag.
setMediaETag(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
Set media ETag.
setMetadataAnchor(String) - Method in class org.apache.olingo.client.api.domain.ClientOperation
Sets metadata anchor.
setParameters(Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.ODataInvokeRequest
Sets operation parameters.
setPrefer(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds Prefer OData request header.
setRelationship(String) - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
 
setRequest(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataOutsideUpdate
Serialize and send the given request.
setRequest(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataSingleRequest
Serialize and send the given request.
setSource(URI) - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
 
setTarget(URI) - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
 
setTarget(URI) - Method in class org.apache.olingo.client.api.domain.ClientOperation
Sets target.
setTitle(String) - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
 
setTitle(String) - Method in class org.apache.olingo.client.api.domain.ClientOperation
Sets title.
setType(ClientLinkType) - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
 
setType(EdmPrimitiveTypeKind) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
setType(EdmType) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
setURI(URI) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Sets OData request target URI.
setURI(URI) - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
 
setURI(URI, String) - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
 
setUseChuncked(boolean) - Method in interface org.apache.olingo.client.api.Configuration
Sets chunk HTTP encoding enabled or disabled.
setUseUrlOperationFQN(boolean) - Method in interface org.apache.olingo.client.api.Configuration
Sets whether operation name in request URI should be fully qualified name, which is required by OData V4 protocol, but some service may still choose to support shorter name.
setUseXHTTPMethod(boolean) - Method in interface org.apache.olingo.client.api.Configuration
Sets whether PUT, MERGE, PATCH, DELETE HTTP methods need to be translated to POST with additional X-HTTTP-Method header.
setValue(Object) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
 
setXHTTPMethod(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds X-HTTP-METHOD OData request header.
SINGLETON - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
size() - Method in interface org.apache.olingo.client.api.domain.ClientCollectionValue
Gets collection size.
size() - Method in interface org.apache.olingo.client.api.domain.ClientComplexValue
Gets number of fields.
skip(int) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds skip query option.
SKIP - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
This option specifies a positive integer N that represents the number of entities, counted from the first entity in the EntitySet and ordered as specified by the $orderby option, that the data service should skip when returning the entities in the EntitySet, which is identified by the resource path section of the URI.
skipToken(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds skiptoken query option.
SKIPTOKEN - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
The value of a $skiptoken query option is an opaque token which identifies an index into the collection of entities identified by the URI containing the $skiptoken parameter.
startswith(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
StoreGeneratedPattern - Enum in org.apache.olingo.client.api.edm
 
StreamUpdateStreamManager - Interface in org.apache.olingo.client.api.communication.request.streamed
Streamed entity payload object.
sub(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
substring(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
substring(FilterArg, FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 

T

time(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
toByteArray() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Gets byte array representation of the full request header.
toCastValue(Class<T>) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue
Returns the current value casted to the given type.
toDelta(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ClientODataDeserializer
Gets a delta object from the given InputStream.
toEntity(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ODataDeserializer
Gets an entity object from the given InputStream.
toEntitySet(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ODataDeserializer
Gets an entity set object from the given InputStream.
toError(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ODataDeserializer
Gets the ODataError object represented by the given InputStream.
tolower(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
toMetadata(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ClientODataDeserializer
 
top(int) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
Adds top query option.
TOP - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
This option specifies a positive integer N that is the maximum number of entities in the EntitySet, identified by the resource path section of the URI, that the data service MUST return.
toProperty(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ODataDeserializer
Gets a property object from the given InputStream.
toServiceDocument(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ClientODataDeserializer
Gets the ServiceDocument object represented by the given InputStream.
toString() - Method in class org.apache.olingo.client.api.domain.AbstractClientPayload
 
toString() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
 
toString() - Method in interface org.apache.olingo.client.api.domain.ClientEnumValue
 
toString() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntity
 
toString() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntitySet
 
toString() - Method in class org.apache.olingo.client.api.domain.ClientItem
 
toString() - Method in enum org.apache.olingo.client.api.domain.ClientLinkType
 
toString() - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue
Serialize the current value as String.
toString() - Method in enum org.apache.olingo.client.api.uri.QueryOption
 
totaloffsetminutes(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
totalseconds(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
toupper(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
toValue() - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue
Returns the current value as generic Object.
trackChanges() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
The odata.track-changes preference is used to request that the service return a delta link that can subsequently be used to obtain changes (deltas) to this result.
trim(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 

U

UNBOUND_ACTION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
UNBOUND_OPERATION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
UpdateType - Enum in org.apache.olingo.client.api.communication.request.cud
Update type.
URIBuilder - Interface in org.apache.olingo.client.api.uri
 
URIFilter - Interface in org.apache.olingo.client.api.uri
Interface for any available filter; obtain instances via FilterFactory.
URISearch - Interface in org.apache.olingo.client.api.uri
Interface for $search; obtain instances via SearchFactory.

V

validateMetadata(XMLMetadata) - Method in interface org.apache.olingo.client.api.serialization.ODataMetadataValidation
This method validates the metadata based on the XMLMetadata provided
validateMetadata(Edm) - Method in interface org.apache.olingo.client.api.serialization.ODataMetadataValidation
This method validates the metadata based on the Edm provided
VALUE - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
 
valueOf(String) - Static method in enum org.apache.olingo.client.api.communication.request.cud.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.domain.ClientDeletedEntity.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.domain.ClientLinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.edm.StoreGeneratedPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.uri.QueryOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.uri.SegmentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.olingo.client.api.communication.request.cud.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.client.api.domain.ClientDeletedEntity.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.client.api.domain.ClientLinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.client.api.edm.StoreGeneratedPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.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.client.api.uri.SegmentType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wait(int) - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
The wait preference, as defined in [HTTP-Prefer], is used to establish an upper bound on the length of time, in seconds, the client is prepared to wait for the service to process the request synchronously once it has been received.
wait(int) - Method in interface org.apache.olingo.client.api.communication.request.AsyncRequestWrapper
Add wait http header.
with(String) - Static method in class org.apache.olingo.client.api.ODataClientBuilder
Initiate the builder for an EdmEnabledODataClient.
WrappingHttpClientFactory - Interface in org.apache.olingo.client.api.http
 
write(Writer, ResWrap<T>) - Method in interface org.apache.olingo.client.api.serialization.ODataSerializer
 
write(Writer, T) - Method in interface org.apache.olingo.client.api.serialization.ODataSerializer
 
writeEntities(Collection<ClientEntity>, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
Writes a collection of OData entities.
writeEntity(ClientEntity, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
Serializes a single OData entity.
writeLink(ClientLink, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
Writes an OData link.
writeProperty(ClientProperty, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
Writes a single OData entity property.
writeReference(ResWrap<URI>, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
Writes a entity reference

X

XMLMetadata - Interface in org.apache.olingo.client.api.edm.xml
Entry point for access information about EDM metadata.
XMLMetadataRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
This class implements an XML metadata request.

Y

year(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
 
A B C D E F G H I K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form