Uses of Interface
org.apache.olingo.client.api.uri.URIBuilder
Packages that use URIBuilder
Package
Description
-
Uses of URIBuilder in org.apache.olingo.client.api
Methods in org.apache.olingo.client.api that return URIBuilderModifier and TypeMethodDescriptionEdmEnabledODataClient.newURIBuilder()
ODataClient.newURIBuilder
(String serviceRoot) -
Uses of URIBuilder in org.apache.olingo.client.api.uri
Methods in org.apache.olingo.client.api.uri that return URIBuilderModifier and TypeMethodDescriptionURIBuilder.addCustomQueryOption
(String customName, String customValue) Adds/Replaces the specified custom query option to the URI.URIBuilder.addParameterAlias
(String alias, String exp) Adds the specified (custom) parameter alias to the URI.URIBuilder.addQueryOption
(String option, String value, boolean replace) Adds/Replaces the specified (custom) query option to the URI.URIBuilder.addQueryOption
(QueryOption option, String value) Adds the specified query option to the URI.URIBuilder.appendActionCallSegment
(String action) Appends action segment to the URI.URIBuilder.appendAllSegment()
Appends all segment to the URI.URIBuilder.appendBatchSegment()
Appends batch segment to the URI.URIBuilder.appendCountSegment()
Appends count segment to the URI.URIBuilder.appendCrossjoinSegment
(String... segmentValues) Appends cross join segment to the URI.URIBuilder.appendDerivedEntityTypeSegment
(String segmentValue) Appends derived entity type segment to the URI.URIBuilder.appendEntityIdSegment
(String segmentValue) Appends entity-id segment to the URI.URIBuilder.appendEntitySetSegment
(String segmentValue) Appends EntitySet segment to the URI.URIBuilder.appendKeySegment
(Object val) Appends key segment to the URI.URIBuilder.appendKeySegment
(Map<String, Object> segmentValues) Appends key segment to the URI, for multiple keys.URIBuilder.appendKeySegment
(Map<String, org.apache.commons.lang3.tuple.Pair<EdmEnumType, String>> enumValues, Map<String, Object> segmentValues) Appends key segment to the URI, for multiple keys.URIBuilder.appendKeySegment
(EdmEnumType enumType, String memberName) Appends enum key segment to the URI.URIBuilder.appendMetadataSegment()
Appends metadata segment to the URI.URIBuilder.appendNavigationSegment
(String segmentValue) Appends navigation segment to the URI.URIBuilder.appendOperationCallSegment
(String operation) Appends operation (action or function) segment to the URI.URIBuilder.appendPropertySegment
(String segmentValue) Appends property segment to the URI.URIBuilder.appendRefSegment()
Appends ref segment to the URI.URIBuilder.appendSingletonSegment
(String segmentValue) Appends Singleton segment to the URI.URIBuilder.appendValueSegment()
Appends value segment to the URI.URIBuilder.count()
Adds count query option.URIBuilder.count
(boolean value) Appends count query option.Adds expand query option.URIBuilder.expandWithOptions
(String expandItem, boolean pathRef, boolean pathCount, Map<QueryOption, Object> options) 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].URIBuilder.expandWithOptions
(String expandItem, Map<QueryOption, Object> options) 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].URIBuilder.expandWithSelect
(String expandItem, String... selectItems) Properties of related entities can be specified by including the $select query option within the $expand.Adds filter query option.Adds filter for filter query option.Adds format query option.Adds id query option.Adds orderby query option.URIBuilder.replaceQueryOption
(QueryOption option, String value) Adds/replaces the specified query option to the URI.Appends search query option.Appends search query option.Adds select query option.URIBuilder.skip
(int skip) Adds skip query option.Adds skiptoken query option.URIBuilder.top
(int top) Adds top query option. -
Uses of URIBuilder in org.apache.olingo.ext.proxy.commons
Fields in org.apache.olingo.ext.proxy.commons declared as URIBuilderModifier and TypeFieldDescriptionprotected URIBuilder
AbstractCollectionInvocationHandler.uri
protected URIBuilder
AbstractStructuredInvocationHandler.uri
Methods in org.apache.olingo.ext.proxy.commons with parameters of type URIBuilderModifier and TypeMethodDescription<S extends T,
SEC extends EntityCollection<S, ?, ?>>
SECEntitySetInvocationHandler.fetchWholeEntitySet
(URIBuilder uriBuilder, Class<S> typeRef, Class<SEC> collTypeRef) static ComplexInvocationHandler
ComplexInvocationHandler.getInstance
(Class<?> typeRef, AbstractService<?> service, URIBuilder uri) static ComplexInvocationHandler
ComplexInvocationHandler.getInstance
(ClientComplexValue complex, Class<?> typeRef, AbstractService<?> service, URIBuilder uri) Constructors in org.apache.olingo.ext.proxy.commons with parameters of type URIBuilderModifierConstructorDescriptionAbstractCollectionInvocationHandler
(AbstractService<?> service, Collection<T> items, Class<T> itemRef, URIBuilder uri) AbstractEntityCollectionInvocationHandler
(Class<?> ref, AbstractService<?> service, URIBuilder uri) AbstractEntityCollectionInvocationHandler
(Class<? extends EntityCollection<T, ?, ?>> ref, AbstractService<?> service, URI targetEntitySetURI, URIBuilder uri) ComplexCollectionInvocationHandler
(Class<T> itemRef, AbstractService<?> service, URIBuilder uri) ComplexCollectionInvocationHandler
(AbstractService<?> service, Collection<T> items, Class<T> itemRef, URIBuilder uri) EntityCollectionInvocationHandler
(AbstractService<?> service, Collection<T> items, Class<? extends EntityCollection<T, ?, ?>> collItemRef, URI targetEntitySetURI, URIBuilder uri) protected
EntitySetInvocationHandler
(Class<?> ref, AbstractService<?> service, URIBuilder uri) protected
InlineEntitySetInvocationHandler
(Class<?> ref, AbstractService<?> service, URIBuilder uri, Collection<T> items) PrimitiveCollectionInvocationHandler
(AbstractService<?> service, Class<T> itemRef, URIBuilder uri) PrimitiveCollectionInvocationHandler
(AbstractService<?> service, Collection<T> items, Class<T> itemRef, URIBuilder uri) -
Uses of URIBuilder in org.apache.olingo.ext.proxy.utils
Methods in org.apache.olingo.ext.proxy.utils that return URIBuilderModifier and TypeMethodDescriptionstatic URIBuilder
CoreUtils.buildEditLink
(EdmEnabledODataClient client, String entitySetURI, Object key)