Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odata.client.expression | |
com.sap.cloud.sdk.datamodel.odata.client.request |
Modifier and Type | Method and Description |
---|---|
List<io.vavr.Tuple2<String,AbstractODataParameters>> |
ODataResourcePath.getSegments()
The current path as a list of its individual path segments.
|
Modifier and Type | Method and Description |
---|---|
ODataResourcePath |
ODataResourcePath.addParameterToLastSegment(AbstractODataParameters parameters)
Add a path parameter to the last segment.
|
ODataResourcePath |
ODataResourcePath.addSegment(String segment,
AbstractODataParameters parameters)
Add a navigation with a parameters or function or action call to the path.
|
static ODataResourcePath |
ODataResourcePath.of(String segment,
AbstractODataParameters segmentParameter)
Convenience method for
new ODataResourcePath().addSegment(segment, segmentParameter) . |
Modifier and Type | Class and Description |
---|---|
class |
ODataEntityKey
Fluent API class to build and hold entity keys.
|
class |
ODataFunctionParameters
Fluent API class to build and hold function parameters.
|
Copyright © 2021 SAP SE. All rights reserved.