Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odatav4.core |
Modifier and Type | Method and Description |
---|---|
SearchExpression |
SearchExpression.and(SearchExpression searchExpression)
Combine current search expression with another search expression in conjunction.
|
SearchExpression |
SearchExpression.and(String term)
Combine current string with another search string in conjunction.
|
SearchExpression |
SearchExpression.not()
Negate the current search expression.
|
static SearchExpression |
SearchExpression.of(String term)
Create a search expression for a single string.
|
SearchExpression |
SearchExpression.or(SearchExpression searchExpression)
Combine current search expression with another search expression in disjunction.
|
SearchExpression |
SearchExpression.or(String term)
Combine current string with another search string in disjunction.
|
Modifier and Type | Method and Description |
---|---|
SearchExpression |
SearchExpression.and(SearchExpression searchExpression)
Combine current search expression with another search expression in conjunction.
|
SearchExpression |
SearchExpression.or(SearchExpression searchExpression)
Combine current search expression with another search expression in disjunction.
|
NavigationPropertyCollectionQuery<EntityT,TargetT> |
NavigationPropertyCollection.search(SearchExpression expression) |
NavigationPropertyCollectionQuery<ParentEntityT,EntityT> |
NavigationPropertyCollectionQuery.search(SearchExpression expression) |
CountRequestBuilder<EntityT> |
CountRequestBuilder.search(SearchExpression expression)
Request modifier to return the set of entities corresponding to the specified boolean expression.
|
GetAllRequestBuilder<EntityT> |
GetAllRequestBuilder.search(SearchExpression expression)
Request modifier to return the set of entities corresponding to the specified boolean expression.
|
Copyright © 2021 SAP SE. All rights reserved.