| Package | Description |
|---|---|
| com.sap.cloud.sdk.datamodel.odata.client |
| Modifier and Type | Method and Description |
|---|---|
static JsonLookup |
JsonLookup.empty()
Static factory method for an empty
JsonLookup. |
JsonLookup |
ODataProtocol.ODataProtocolV2.getPathToDeltaLink() |
JsonLookup |
ODataProtocol.ODataProtocolV4.getPathToDeltaLink() |
JsonLookup |
ODataResponseDescriptor.getPathToDeltaLink()
The JSON path(s) to the delta link of a versioned response.
|
JsonLookup |
ODataProtocol.ODataProtocolV2.getPathToInlineCount() |
JsonLookup |
ODataProtocol.ODataProtocolV4.getPathToInlineCount() |
JsonLookup |
ODataResponseDescriptor.getPathToInlineCount()
The JSON path(s) to an inline count.
|
JsonLookup |
ODataProtocol.ODataProtocolV2.getPathToNextLink() |
JsonLookup |
ODataProtocol.ODataProtocolV4.getPathToNextLink() |
JsonLookup |
ODataResponseDescriptor.getPathToNextLink()
The JSON path(s) to the next link of a multi page response.
|
JsonLookup |
ODataProtocol.ODataProtocolV2.getPathToResultPrimitive() |
JsonLookup |
ODataProtocol.ODataProtocolV4.getPathToResultPrimitive() |
JsonLookup |
ODataResponseDescriptor.getPathToResultPrimitive()
The JSON path(s) to a result primitive.
|
JsonLookup |
ODataProtocol.ODataProtocolV2.getPathToResultSet() |
JsonLookup |
ODataProtocol.ODataProtocolV4.getPathToResultSet() |
JsonLookup |
ODataResponseDescriptor.getPathToResultSet()
The JSON path(s) to a set of result elements.
|
JsonLookup |
ODataProtocol.ODataProtocolV2.getPathToResultSingle() |
JsonLookup |
ODataProtocol.ODataProtocolV4.getPathToResultSingle() |
JsonLookup |
ODataResponseDescriptor.getPathToResultSingle()
The JSON path(s) to a result object.
|
static JsonLookup |
JsonLookup.of(JsonPath... paths)
Static factory method for
JsonLookup. |
Copyright © 2022 SAP SE. All rights reserved.