| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.data | Contains all the data objects of OData responses and OData requests | 
| Modifier and Type | Method and Description | 
|---|---|
| ContextURL.Builder | ContextURL.Builder. asCollection()Define the result as a collection. | 
| ContextURL.Builder | ContextURL.Builder. derived(EdmEntityType derivedType)Set the derived edm entity type. | 
| ContextURL.Builder | ContextURL.Builder. derivedEntity(String derivedEntity)Set the derived entity name. | 
| ContextURL.Builder | ContextURL.Builder. entitySet(EdmEntitySet entitySet)Set the edm entity set. | 
| ContextURL.Builder | ContextURL.Builder. entitySetOrSingletonOrType(String entitySetOrSingletonOrType)Set the entity set / singleton / type name. | 
| ContextURL.Builder | ContextURL.Builder. keyPath(String keyPath)Set the key path. | 
| ContextURL.Builder | ContextURL.Builder. navOrPropertyPath(String navOrPropertyPath)Set the navigation or property path. | 
| ContextURL.Builder | ContextURL.Builder. oDataPath(String oDataPath)Set the OData path. | 
| ContextURL.Builder | ContextURL.Builder. selectList(String selectList)Set the select list. | 
| ContextURL.Builder | ContextURL.Builder. serviceRoot(URI serviceRoot)Set the service root. | 
| ContextURL.Builder | ContextURL.Builder. suffix(ContextURL.Suffix suffix)Set the suffix. | 
| ContextURL.Builder | ContextURL.Builder. type(EdmType type)Set the edm entity type. | 
| static ContextURL.Builder | ContextURL. with()Start building a ContextURL instance. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.