| Package | Description |
|---|---|
| com.sap.cloud.sdk.odatav2.connectivity.filter |
| Modifier and Type | Method and Description |
|---|---|
static NumValue |
MathFunction.add(ODataProperty property,
ODataType operand)
Creates add function that adds a number to the property value
|
static NumValue |
MathFunction.ceiling(ODataProperty property)
Creates ceiling function that returns the ceiling value of the property
|
static NumValue |
DateFunction.day(ODataProperty property)
Creates day filter function that returns the day from the property value
|
static NumValue |
MathFunction.div(ODataProperty property,
ODataType operand)
Creates division function that divides the property value by a number
|
static NumValue |
MathFunction.floor(ODataProperty property)
Creates floor function that returns the floor value of the property
|
static NumValue |
DateFunction.hour(ODataProperty property)
Creates hour filter function that returns the hour from the property value
|
static NumValue |
StringFunction.indexOf(ODataProperty property,
String operand)
Creates indexof filter function that returns the position of a specified string within the property value
|
static NumValue |
StringFunction.length(ODataProperty property)
Creates length filter function that returns the number of characters in the property value
|
static NumValue |
DateFunction.minute(ODataProperty property)
Creates minute filter function that returns the minute from the property value
|
static NumValue |
MathFunction.mod(ODataProperty property,
ODataType operand)
Creates modulo function that calculates the remainder of a division of
the property value by a number
|
static NumValue |
DateFunction.month(ODataProperty property)
Creates month filter function that returns the month from the property value
|
static NumValue |
MathFunction.mul(ODataProperty property,
ODataType operand)
Creates multiplication function that multiplies a number with the property value
|
static NumValue |
MathFunction.round(ODataProperty property)
Creates round function that returns the rounded property value
|
static NumValue |
DateFunction.second(ODataProperty property)
Creates second filter function that returns the second from the property value
|
static NumValue |
MathFunction.sub(ODataProperty property,
ODataType operand)
Creates subtraction function that subtracts a number from the property value
|
static NumValue |
DateFunction.year(ODataProperty property)
Creates year filter function that returns the year from the property value
|
Copyright © 2020 SAP. All Rights Reserved.