| Package | Description | 
|---|---|
| org.apache.olingo.client.api.domain | |
| org.apache.olingo.commons.api.data | Contains all the data objects of OData responses and OData requests | 
| org.apache.olingo.commons.api.edm | Contains representations for EDM objects created during the URI parsing | 
| org.apache.olingo.commons.api.edm.annotation | Contains representations for all annotation related
 EDM objects created during the URI parsing | 
| org.apache.olingo.ext.pojogen | |
| org.apache.olingo.ext.proxy.utils | |
| org.apache.olingo.server.api.uri | Olingo URI
 
 The URI package is used to condense all information about the OData path used to query the data. | 
| org.apache.olingo.server.api.uri.queryoption | Olingo Server API - URI - QueryOptions
 
 The uri.queryoption package is used to condense all about the Olingo query options (in uri context). | 
| org.apache.olingo.server.api.uri.queryoption.expression | Olingo Server API - URI - QueryOptions - Expressions
 
 The uri.queryoption.expression package is used to condense all about
 the Olingo expressions within the query options (in uri context). | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientPrimitiveValue.Builder | ClientPrimitiveValue.Builder. setType(EdmType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| ContextURL.Builder | ContextURL.Builder. type(EdmType type)Set the edm entity type. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | EdmActionA CSDL action. | 
| interface  | EdmComplexTypeA CSDL ComplexType element. | 
| interface  | EdmEntityTypeA CSDL EntityType element. | 
| interface  | EdmEnumTypeAn EdmEnumType represents a set of related values. | 
| interface  | EdmFunctionAn EdmFunction as described in the OData specification | 
| interface  | EdmOperationA EdmOperation can either be an  EdmActionor anEdmFunction. | 
| interface  | EdmPrimitiveTypeEdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM). | 
| interface  | EdmStructuredTypeEdmStructuralType is the base for a complex type or an entity type. | 
| interface  | EdmTypeDefinitionAn  EdmTypeDefinitiondefines a specialization of one of the possible primitive types. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmType | EdmTyped. getType()See  EdmTypefor more information about possible types. | 
| EdmType | EdmTerm. getType() | 
| EdmType | EdmProperty. getTypeWithAnnotations()See  EdmTypefor more information about possible types. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | EdmStructuredType. compatibleTo(EdmType targetType)Checks if this type is convertible to parameter  targetType | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmType | EdmCast. getType()Value cast to | 
| EdmType | EdmIsOf. getType()The type which is checked again the child expression | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.olingo.commons.core.edm.EdmTypeInfo | AbstractUtility. getEdmTypeInfo(EdmType type) | 
| String | AbstractUtility. getJavaType(EdmType type) | 
| String | AbstractUtility. getJavaType(EdmType type,
           Boolean forceCollection) | 
| boolean | AbstractUtility. isStreamType(EdmType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClientAnnotation | CoreUtils. getODataAnnotation(EdmEnabledODataClient client,
                  String term,
                  EdmType type,
                  Object obj) | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmType | UriResourcePartTyped. getType() | 
| EdmType | UriResourceEntitySet. getTypeFilterOnCollection() | 
| EdmType | UriResourceIt. getTypeFilterOnCollection() | 
| EdmType | UriResourceNavigation. getTypeFilterOnCollection() | 
| EdmType | UriResourceFunction. getTypeFilterOnCollection() | 
| EdmType | UriResourceEntitySet. getTypeFilterOnEntry() | 
| EdmType | UriResourceIt. getTypeFilterOnEntry() | 
| EdmType | UriResourceNavigation. getTypeFilterOnEntry() | 
| EdmType | UriResourceFunction. getTypeFilterOnEntry() | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmType | ExpandItem. getStartTypeFilter() | 
| EdmType | SelectItem. getStartTypeFilter() | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmType | Member. getStartTypeFilter() | 
| EdmType | Literal. getType()Numeric literals without an dot and without an e return the smallest possible Edm Integer type. | 
| EdmType | Member. getType() | 
| EdmType | TypeLiteral. getType() | 
| Modifier and Type | Method and Description | 
|---|---|
| T | ExpressionVisitor. visitTypeLiteral(EdmType type)Called for each traversed  TypeLiteralexpression | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.