> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Summary of the CloudNimble.EasyAF.Http.OData Namespace

## Types

### <Icon icon="file-brackets-curly" iconType="duotone" color="#E0EC32" size={24} style={{ paddingRight: '8px' }} /> Classes

| Name                                                                                                                | Summary                                                                                                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [ODataConstants](/api-reference/CloudNimble/EasyAF/Http/OData/ODataConstants)                                       | A set of constants that specify different string values that OData uses.                                                                                                                                     |
| [ODataV401List](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV401List)                                         | Represents an OData v4.01 collection response containing a list of entities with optional pagination metadata.  Uses simplified OData v4.01 notation for context and metadata properties.                    |
| [ODataV401PrimitiveResult](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV401PrimitiveResult)                   | A container that allows you to capture metadata from an OData V4 response.                                                                                                                                   |
| [ODataV401ResponseBase](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV401ResponseBase)                         | Represents the base class for OData v4.01 responses containing common OData metadata properties.  Provides the foundation for strongly-typed OData v4.01 response handling with simplified context notation. |
| [ODataV401SingleEntityResponseBase](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV401SingleEntityResponseBase) | Represents the base class for OData v4.01 single entity responses containing entity-specific metadata.  Uses simplified OData v4.01 notation for entity type information and identification.                 |
| [ODataV4Error](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV4Error)                                           | Represents an OData error payload.                                                                                                                                                                           |
| [ODataV4ErrorDetail](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV4ErrorDetail)                               | Represents more details about an OData error.                                                                                                                                                                |
| [ODataV4ErrorResponse](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV4ErrorResponse)                           | The wrapper around an [ODataV4Error](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV4Error) returned from an OData service.                                                                              |
| [ODataV4InnerError](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV4InnerError)                                 | Represents implementation-specific debugging information for OData errors.  Contains detailed error information such as exception details, stack traces, and nested errors.                                  |
| [ODataV4List](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV4List)                                             | Represents an OData v4.0 collection response containing a list of entities with optional pagination metadata.  Provides strongly-typed access to collection data with count and next link information.       |
| [ODataV4PrimitiveResult](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV4PrimitiveResult)                       | A container that allows you to capture metadata from an OData V4 response.                                                                                                                                   |
| [ODataV4ResponseBase](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV4ResponseBase)                             | Represents the base class for OData v4.0 responses containing common OData metadata properties.  Provides the foundation for strongly-typed OData response handling.                                         |
| [ODataV4ResultList](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV4ResultList)                                 | A container for deserializing an OData v4 result and its associated metadata.                                                                                                                                |
| [ODataV4SingleEntityResponseBase](/api-reference/CloudNimble/EasyAF/Http/OData/ODataV4SingleEntityResponseBase)     | Represents the base class for OData v4.0 single entity responses containing entity-specific metadata.  Provides properties for entity type information, identification, and edit links.                      |
