Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odatav4.core | |
com.sap.cloud.sdk.datamodel.odatav4.expression |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleProperty.String<EntityT>
A String property.
|
Modifier and Type | Class and Description |
---|---|
static class |
FilterableString.Expression<EntityT>
Wrapper expression class, which delegates to another operation.
|
Modifier and Type | Method and Description |
---|---|
default FilterableString<EntityT> |
FilterableString.concat(FilterableString<EntityT> operand)
Filter by expression "concat".
|
default FilterableString<EntityT> |
FilterableString.concat(String operand)
Filter by expression "concat".
|
default FilterableString<EntityT> |
FilterableString.substring(Integer operand)
Filter by expression "substring".
|
default FilterableString<EntityT> |
FilterableString.substring(Integer operandIndex,
Integer operandLength)
Filter by expression "substring".
|
default FilterableString<EntityT> |
FilterableString.toLower()
Filter by expression "tolower".
|
default FilterableString<EntityT> |
FilterableString.toUpper()
Filter by expression "toupper".
|
default FilterableString<EntityT> |
FilterableString.trim()
Filter by expression "trim".
|
Modifier and Type | Method and Description |
---|---|
default FilterableString<EntityT> |
FilterableString.concat(FilterableString<EntityT> operand)
Filter by expression "concat".
|
default FilterableBoolean<EntityT> |
FilterableString.contains(FilterableString<EntityT> operand)
Filter by expression "contain".
|
default FilterableBoolean<EntityT> |
FilterableString.endsWith(FilterableString<EntityT> operand)
Filter by expression "endswith".
|
default FilterableNumericInteger<EntityT> |
FilterableString.indexOf(FilterableString<EntityT> operand)
Filter by expression "indexof".
|
default FilterableBoolean<EntityT> |
FilterableString.startsWith(FilterableString<EntityT> operand)
Filter by expression "startswith".
|
Copyright © 2020 SAP SE. All rights reserved.