@Beta
public interface ODataResponseDescriptor
Modifier and Type | Method and Description |
---|---|
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()
Copyright © 2021 SAP SE. All rights reserved.