EntityT
- Entity type that the expression is operating on, only used to conform to expected interface.public class UncheckedFilterExpression<EntityT> extends FilterExpressionHelper<EntityT>
filter query options
that
does not check for type safety.
Instances of this class can be used to pass an unchecked FilterExpression
to fluent helpers. This approach
discards type safety and is generally discouraged. Instead, to construct type safe filter query options, use the
recommended approach described in ExpressionFluentHelper
.Constructor and Description |
---|
UncheckedFilterExpression(com.sap.cloud.sdk.odatav2.connectivity.FilterExpression filterExpression)
Creates an instance with the given
FilterExpression to be passed to fluent helpers. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
public UncheckedFilterExpression(@Nonnull com.sap.cloud.sdk.odatav2.connectivity.FilterExpression filterExpression)
FilterExpression
to be passed to fluent helpers.filterExpression
- The filter expression to pass as query option to fluent helpers.Copyright © 2020 SAP SE. All rights reserved.