| Package | Description |
|---|---|
| com.sap.cloud.sdk.odatav2.connectivity.filter |
| Modifier and Type | Method and Description |
|---|---|
static BoolValue |
StringFunction.endsWith(ODataProperty property,
String operand)
Creates endswith filter function that checks whether the property value ends
with a particular string
|
static BoolValue |
StringFunction.isSubstringOf(ODataProperty property,
String operand)
Creates issubstringof filter function that checks whether a specified string is present
in the property value of an entity
|
static BoolValue |
StringFunction.startsWith(ODataProperty property,
String operand)
Creates startswith filter function that checks whether the property value starts
with a particular string
|
Copyright © 2020 SAP. All Rights Reserved.