Uses of Interface
com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
Packages that use FilterableValue
Package
Description
-
Uses of FilterableValue in com.sap.cloud.sdk.datamodel.odatav4.core
Classes in com.sap.cloud.sdk.datamodel.odatav4.core that implement FilterableValueModifier and TypeClassDescriptionstatic classSimpleProperty.Boolean<EntityT>A Boolean property.static classSimpleProperty.Date<EntityT>A Date property.static classSimpleProperty.DateTime<EntityT>A DateTime property.static classSimpleProperty.Duration<EntityT>A Duration property.static classSimpleProperty.Guid<EntityT>A Guid property.static classSimpleProperty.NumericDecimal<EntityT>A Decimal property.static classSimpleProperty.NumericInteger<EntityT>An Integer property.static classSimpleProperty.String<EntityT>A String property.static classSimpleProperty.Time<EntityT>A Time property. -
Uses of FilterableValue in com.sap.cloud.sdk.datamodel.odatav4.expression
Subinterfaces of FilterableValue in com.sap.cloud.sdk.datamodel.odatav4.expressionModifier and TypeInterfaceDescriptioninterfaceFilterableBoolean<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Boolean.interfaceFilterableDate<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Date.interfaceFilterableDateTime<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by DateTime.interfaceFilterableDuration<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Duration.interfaceFilterableGuid<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Guid.interfaceFilterableNumeric<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Number.interfaceFilterableNumericDecimal<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Integer.interfaceFilterableNumericInteger<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Integer.interfaceFilterableString<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by String.interfaceFilterableTime<EntityT>Fluent helper class to provide filter functions to OData expressions referenced by Time.Classes in com.sap.cloud.sdk.datamodel.odatav4.expression that implement FilterableValueModifier and TypeClassDescriptionstatic classFilterableBoolean.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableDate.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableDateTime.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableDuration.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableNumericDecimal.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableNumericInteger.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableString.Expression<EntityT>Wrapper expression class, which delegates to another operation.static classFilterableTime.Expression<EntityT>Wrapper expression class, which delegates to another operation.Methods in com.sap.cloud.sdk.datamodel.odatav4.expression with parameters of type FilterableValueModifier and TypeMethodDescriptiondefault FilterableBoolean<EntityT>FilterableValue.equalTo(FilterableValue<?, ?> operand) Filter by expression "eq".default FilterableBoolean<EntityT>FilterableValue.greaterThan(FilterableValue<?, ?> operand) Filter by expression "gt".default FilterableBoolean<EntityT>FilterableValue.greaterThanEqual(FilterableValue<?, ?> operand) Filter by expression "ge".default FilterableBoolean<EntityT>FilterableValue.lessThan(FilterableValue<?, ?> operand) Filter by expression "lt".default FilterableBoolean<EntityT>FilterableValue.lessThanEqual(FilterableValue<?, ?> operand) Filter by expression "le".default FilterableBoolean<EntityT>FilterableValue.notEqualTo(FilterableValue<?, ?> operand) Filter by expression "ne".