| ODataConstants | A set of constants that specify different string values that OData uses. |
| 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 | A container that allows you to capture metadata from an OData V4 response. |
| 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 | 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 | Represents an OData error payload. |
| ODataV4ErrorDetail | Represents more details about an OData error. |
| ODataV4ErrorResponse | The wrapper around an ODataV4Error returned from an OData service. |
| ODataV4InnerError | Represents implementation-specific debugging information for OData errors. Contains detailed error information such as exception details, stack traces, and nested errors. |
| 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 | A container that allows you to capture metadata from an OData V4 response. |
| 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 | A container for deserializing an OData v4 result and its associated metadata. |
| 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. |