Uses of Class
org.apache.olingo.commons.api.data.ContextURL.Builder
Packages that use ContextURL.Builder
Package
Description
Contains all the data objects of OData responses and OData requests
-
Uses of ContextURL.Builder in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return ContextURL.BuilderModifier and TypeMethodDescriptionContextURL.Builder.asCollection()
Define the result as a collection.ContextURL.Builder.derived
(EdmEntityType derivedType) Set the derived edm entity type.ContextURL.Builder.derivedEntity
(String derivedEntity) Set the derived entity name.ContextURL.Builder.entitySet
(EdmEntitySet entitySet) Set the edm entity set.ContextURL.Builder.entitySetOrSingletonOrType
(String entitySetOrSingletonOrType) Set the entity set / singleton / type name.Set the key path.ContextURL.Builder.navOrPropertyPath
(String navOrPropertyPath) Set the navigation or property path.Set the OData path.ContextURL.Builder.selectList
(String selectList) Set the select list.ContextURL.Builder.serviceRoot
(URI serviceRoot) Set the service root.ContextURL.Builder.suffix
(ContextURL.Suffix suffix) Set the suffix.Set the edm entity type.static ContextURL.Builder
ContextURL.with()
Start building a ContextURL instance.