@Beta
public interface ODataResponseDescriptor
| Modifier and Type | Method and Description |
|---|---|
JsonLookup |
getPathToDeltaLink()
The JSON path(s) to the delta link of a versioned response.
|
JsonLookup |
getPathToInlineCount()
The JSON path(s) to an inline count.
|
JsonLookup |
getPathToNextLink()
The JSON path(s) to the next link of a multi page response.
|
JsonLookup |
getPathToResultPrimitive()
The JSON path(s) to a result primitive.
|
JsonLookup |
getPathToResultSet()
The JSON path(s) to a set of result elements.
|
JsonLookup |
getPathToResultSingle()
The JSON path(s) to a result object.
|
@Nonnull JsonLookup getPathToResultSet()
@Nonnull JsonLookup getPathToResultSingle()
@Nonnull JsonLookup getPathToResultPrimitive()
@Nonnull JsonLookup getPathToInlineCount()
@Nonnull JsonLookup getPathToNextLink()
@Nonnull JsonLookup getPathToDeltaLink()
Copyright © 2022 SAP SE. All rights reserved.